Re: Yarn not picking up the Resource manager configurations

2017-05-29 Thread Gurmukh Singh
it is ".bashrc" not "*.barshrc"* is port 8030 listening ? netstat -tlpn | grep 8030 Can you give the output of: $ hdfs getconf -confkey yarn.resourcemanager.scheduler.address $ hdfs getconf -confkey fs.defaultFS $ nslookup nn1.cluster1.com (if using DNS), else $ getent hosts

RE: Yarn not picking up the Resource manager configurations

2017-05-20 Thread Brahma Reddy Battula
Looks configurations(mainly yarn-site.xml here which you pointed) are not loaded in classpath. Can you check the output of “hadoop classpath”..? Regards Brahma Reddy Battula From: Dhanushka Parakrama [mailto:parakrama1...@gmail.com] Sent: 19 May 2017 16:40 To: user@hadoop.apache.org Subject:

Re: Yarn not picking up the Resource manager configurations

2017-05-19 Thread Miklos Szegedi
Hi, I usually get this error when the yarn-site.xml is not on the class path and it picks up a default 0.0.0.0. I would try: 1. bin/yarn jar ./share/hadoop/mapreduce/hadoop-mapreduce-examples-2.7.3.jar pi 1 1000 2. explicitly adding $HADOOP_HOME/etc/hadoop to your client classpath 3. make sure