Re: Slider AM fails to run when RM in HA setup fails over

2016-07-28 Thread Manoj Samel
Hi Gour, I added properties in /etc/hadoop/conf/yarn-site.xml and emptied the /data/slider/conf/slider-client.xml and restarted both RMs. - hadoop.registry.zk.quorum - hadoop.registry.zk.root - slider.yarn.queue Now there are no issues in creating or destroying cluster. This helps as

[jira] [Commented] (SLIDER-1160) Incorrect expression in AbstractClientProvider.validateInstanceDefinition

2016-07-28 Thread Billie Rinaldi (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398572#comment-15398572 ] Billie Rinaldi commented on SLIDER-1160: I think the function of these calls is to validate the

Re: Slider AM fails to run when RM in HA setup fails over

2016-07-28 Thread Manoj Samel
Thanks. I will test with the updated config and then upload the latest ones ... Thanks, Manoj On Thu, Jul 28, 2016 at 5:21 PM, Gour Saha wrote: > slider.zookeeper.quorum is deprecated and should not be used. > hadoop.registry.zk.quorum is used instead and is typically

[jira] [Commented] (SLIDER-1153) Code issues - 14 null pointer deferences found

2016-07-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398492#comment-15398492 ] ASF subversion and git services commented on SLIDER-1153: - Commit

Re: Slider AM fails to run when RM in HA setup fails over

2016-07-28 Thread Gour Saha
slider.zookeeper.quorum is deprecated and should not be used. hadoop.registry.zk.quorum is used instead and is typically defined in yarn-site.xml. So is hadoop.registry.zk.root. It is not encouraged to specify slider.yarn.queue at the cluster config level. Ideally it is best to specify the queue

[jira] [Created] (SLIDER-1160) Incorrect expression in AbstractClientProvider.validateInstanceDefinition

2016-07-28 Thread Gour Saha (JIRA)
Gour Saha created SLIDER-1160: - Summary: Incorrect expression in AbstractClientProvider.validateInstanceDefinition Key: SLIDER-1160 URL: https://issues.apache.org/jira/browse/SLIDER-1160 Project: Slider

Re: Slider AM fails to run when RM in HA setup fails over

2016-07-28 Thread Manoj Samel
Following slider specific properties are at present added in /data/slider/conf/slider-client.xml. If you think they should be picked up from HADOOP_CONF_DIR (/etc/hadoop/conf) file, which file in HADOOP_CONF_DIR should these be added ? - slider.zookeeper.quorum - hadoop.registry.zk.quorum

Re: Slider AM fails to run when RM in HA setup fails over

2016-07-28 Thread Gour Saha
That is strange, since it is indeed not required to contain anything in slider-client.xml (except ) if HADOOP_CONF_DIR has everything that Slider needs. This probably gives an indication that there might be some issue with cluster configuration based on files solely under HADOOP_CONF_DIR to begin

Re: Slider AM fails to run when RM in HA setup fails over

2016-07-28 Thread Manoj Samel
Thanks Gour for prompt reply BTW - Creating a empty slider-client.xml (with just ) does not works. The AM starts but fails to create any components and shows errors like 2016-07-28 23:18:46,018 [AmExecutor-006-SendThread(localhost.localdomain:2181)] WARN zookeeper.ClientCnxn - Session 0x0 for

Re: Slider AM fails to run when RM in HA setup fails over

2016-07-28 Thread Gour Saha
No need to copy any files. Pointing HADOOP_CONF_DIR to /etc/hadoop/conf is good. -Gour On 7/28/16, 3:24 PM, "Manoj Samel" wrote: >Follow up question regarding Gour's comment in earlier thread - > >Slider is installed on one of the hadoop nodes. SLIDER_HOME/conf

Re: Slider AM fails to run when RM in HA setup fails over

2016-07-28 Thread Manoj Samel
Follow up question regarding Gour's comment in earlier thread - Slider is installed on one of the hadoop nodes. SLIDER_HOME/conf directory (say /data/slider/conf) is different than HADOOP_CONF_DIR (/etc/hadoop/conf). Is it required/recommended that files in HADOOP_CONF_DIR be copied to

Slider-develop - Build # 840 - Fixed

2016-07-28 Thread Apache Jenkins Server
The Apache Jenkins build system has built Slider-develop (build #840) Status: Fixed Check console output at https://builds.apache.org/job/Slider-develop/840/ to view the results.

[jira] [Commented] (SLIDER-1129) update apache httpclient version to 4.5.2; httpcore to 4.4.4

2016-07-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398083#comment-15398083 ] ASF subversion and git services commented on SLIDER-1129: - Commit