After much of debugging, we had to add the following property to oozie's hadoop
confs in order to obtain kerberos tokens between secure hadoop clusters. May be
this can be added to the generated oozie job?
<property> <name>oozie.launcher.mapreduce.job.hdfs-servers</name>
<value>${nameNode1},${nameNode2}</value>
</property>
Venkat
On Friday, July 11, 2014 11:34 AM, Venkat R <[email protected]> wrote:
Venkatesh,
* Switched to using webhdfs
* Using Hadoop-2/Yarn security enables
* both source and target oozie-site.xml points to oozie/conf/hadoop-conf of all
the clusters it talkes to.
VenkatĀ