Hi All,
Based on bug report below
https://issues.apache.org/jira/browse/YARN-2156
Seems like there is no way to turn off token based security setting
between various Hadoop Components.
We have a simple use case where we are trying to submit an Hadoop Job
via Oozie to Application Master but we are hitting the issue where we
need to setup security first.
This is just development exercise to explore some ideas so we would like
to avoid a convoluted setup.
Is the a way to achieve this in a simple way?
We are trying to use 2.4 version of Hadoop, have tried 2.3 as well with
same issue, although 2.3 documentation
http://hadoop.apache.org/docs/r2.3.0/hadoop-project-dist/hadoop-common/SecureMode.html
clearly states that default mode is un-secured the comments on the bug
above seem to indicate thats not true.
Will appreciate any help
-A