Member since
09-21-2015
1
Post
0
Kudos Received
0
Solutions
10-23-2015
09:18 AM
In order to facilitate rolling upgrades, /etc/hadoop/conf is not part of the CLASSPATH env var that is constructed for a job.
However when jobs are using a Configuration object:
Configuration conf2 = new Configuration();
https://hadoop.apache.org/docs/current/api/org/apache/hadoop/conf/Configuration.html
It tries to read the core-site.xml from the CLASSPATH How can this be addressed?
... View more
Labels:
- Labels:
-
Apache Hadoop