[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Java Installation for java related jobs





On Jun 14, 2019, at 11:41 PM, Nishit Shah <nishitshah2017@xxxxxxxxx> wrote:

Hi,

I am beginner in HTCondor Implementation and its understanding, as well as in Ubuntu

I am unable to run java related jobs.
I have installed JVM but somehow I think I am unable to let HTCondor Cluster aware about the java in one of my execute host machine.
I executed below command for checking java related machine from one of the execute host machine

ubuntu@container7:~/test_files$ condor_status -java
ubuntu@container7:~/test_files$ 


I installed jvm in one of my execute host machine,  it is giving below error
ubuntu@container7:~/test_files$ condor_restart -startd bluejay
Can't find address for startd bluejay
Perhaps you need to query another pool.
ubuntu@container7:~/test_files$ 



Basically, HTCondor is complaining that a host named "bluejay" doesn't exist.  Maybe you need to do a condor_status to look for it?

Brian

I have installed jvm in that execute host machine(container7) with below commands
$ sudo apt-get install openjdk-8-jdk
$ echo "JAVA_HOME=$(which java)" | sudo tee -a /etc/environment
Checked running with simple java programs whether java is working fine or not.


I also mentioned java installation in /etc/condor/condor_config.local of that execute host machine.
Showing part of the condor_config.local file

ubuntu@container7:~/test_files$ cat /etc/condor/condor_config.local 
DAEMON_LIST = MASTER, STARTD, SCHEDD
JAVA = /usr/bin/java

Any help is appreciated on how to start using java universe on htcondor and run java related jobs.
Please let me know if there are any other files I need to provide.

Regards,
Nishit




_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/