ES-Hadoop on YARN Installation Error

Hello,

We have a kerberized HDP 2.3.4 Cluster, we are trying to install ES-Hadoop on YARN package but we are facing some errors related to YARN and Elasticsearch.

We are not sure if this is a YARN Bug or ES-Hadoop YARN issue, any advice would be helpful!

Exception to https://issues.apache.org/jira/browse/YARN-2425

Sample Exception Log Messages -

2016-04-25 23:07:28,032 ERROR logaggregation.LogAggregationService (LogAggregationService.java:run(300)) - Failed to setup application log directory for application_1461625022531_0002

...
.. [I have delete this lines]
..
java.io.IOException: Failed on local exception: java.io.IOException: org.apache.hadoop.security.AccessControlException: Client cannot authenticate via:[TOKEN, KERBEROS]; Host Details : local host is: "datanode2.dev.ida/192.168.40.104"; destination host is: "datanode1.dev.ida":8020;
..
.. [I have delete this lines]
.. org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getFileInfo(ClientNamenodeProtocolTranslatorPB.java:771)
Caused by: java.io.IOException: org.apache.hadoop.security.AccessControlException: Client cannot authenticate via:[TOKEN, KERBEROS]
...
... [I have delete this lines]
...
at org.apache.hadoop.ipc.Client.call(Client.java:1397)
... 29 more
Caused by: org.apache.hadoop.security.AccessControlException: Client cannot authenticate via:[TOKEN, KERBEROS]
at org.apache.hadoop.security.SaslRpcClient.selectSaslClient(SaslRpcClient.java:172)
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:722)
... 32 more

Regards,
Tushar