Created 01-07-2016 08:49 PM
Is there any solution for below bug that has been tested?
BUG-43391 AMBARI-12403 YARN Unable to submitapplication to YARN fromexternal client on Kerberosenabledcluster
Created 01-08-2016 04:37 PM
I've just commented on the JIRA. I think you could try configuring hive to not use the timeline service —I've done that on other applications
<property> <name>yarn.timeline-service.enabled</name> <value>false</value> </property>
Created 01-08-2016 03:36 AM
this is a known issue in HDP 2.3.2 docs, there is no mention of fix available in 2.3.4 docs. Looks like you need to wait a bit more for a fix.
Created 01-08-2016 04:37 PM
I've just commented on the JIRA. I think you could try configuring hive to not use the timeline service —I've done that on other applications
<property> <name>yarn.timeline-service.enabled</name> <value>false</value> </property>
Created 01-08-2016 07:58 PM
Note that this actually how to turn off the timeline server