Support Questions

Find answers, ask questions, and share your expertise

Unable to submit application to YARN from external client on Kerberos-enabled cluster

avatar
Expert Contributor

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

1 ACCEPTED SOLUTION

avatar

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>

View solution in original post

3 REPLIES 3

avatar
Master Mentor

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.

avatar

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>

avatar

Note that this actually how to turn off the timeline server