Re: Job Manager HA manual setup

2016-03-02 Thread Welly Tambunan
Hi Ufuk, Thanks, it's working fine now with your suggestion. Cheers On Sun, Feb 28, 2016 at 10:10 PM, Ufuk Celebi wrote: > Hey Welly! > > Yes, it is possible to do manually via the jobmanager.sh and > taskmanager.sh script like this: > > jobmanager.sh start cluster $HOST $WEB-UI-PORT > taskman

Re: Job Manager HA manual setup

2016-02-28 Thread Ufuk Celebi
Hey Welly! Yes, it is possible to do manually via the jobmanager.sh and taskmanager.sh script like this: jobmanager.sh start cluster $HOST $WEB-UI-PORT taskmanager.sh start The start-cluster.sh script is just a wrapper around these scripts. >From experience, it's often forgotten to sync the con

Re: Job Manager HA manual setup

2016-02-26 Thread Welly Tambunan
typos We have tried this one the job manager can failover, but the task manager CAN'T be relocated to the new task manager. Is there some settings for this one ? Or is the task manager also can be relocate to the new job manager ? Cheers On Sat, Feb 27, 2016 at 7:27 AM, Welly Tambunan wrote:

Job Manager HA manual setup

2016-02-26 Thread Welly Tambunan
Hi All, We have already try to setup the Job Manager HA based on the documentation and using script and provided zookeeper. It works. However currently everything is done using start-cluster script that I believe will require passwordlress ssh between node. We are restricted with our environment