You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2014/10/07 23:41:34 UTC

[jira] [Commented] (HIVE-8384) webhcat jobsubmission fails in secure mode with TimelineClient error

    [ https://issues.apache.org/jira/browse/HIVE-8384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14162588#comment-14162588 ] 

Thejas M Nair commented on HIVE-8384:
-------------------------------------

Relevant portion of the stack trace -

{code}
java.io.IOException: org.apache.hadoop.security.authentication.client.AuthenticationException: GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)
        at org.apache.hadoop.yarn.client.api.impl.TimelineAuthenticator.getDelegationToken(TimelineAuthenticator.java:135)
        at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.getDelegationToken(TimelineClientImpl.java:205)
        at org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.getTimelineDelegationToken(YarnClientImpl.java:311)
        at org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.addTimelineDelegationToken(YarnClientImpl.java:293)
        at org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.submitApplication(YarnClientImpl.java:222)
        at org.apache.hadoop.mapred.ResourceMgrDelegate.submitApplication(ResourceMgrDelegate.java:282)
        at org.apache.hadoop.mapred.YARNRunner.submitJob(YARNRunner.java:289)
        at org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:437)
        at org.apache.hadoop.mapreduce.Job$10.run(Job.java:1294)
        at org.apache.hadoop.mapreduce.Job$10.run(Job.java:1291)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:415)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1614)
        at org.apache.hadoop.mapreduce.Job.submit(Job.java:1291)
        at org.apache.hive.hcatalog.templeton.tool.TempletonControllerJob.run(TempletonControllerJob.java:138)
        at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
        at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84)
        at org.apache.hive.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:111)
        at org.apache.hive.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:107)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:415)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1614)
        at org.apache.hive.hcatalog.templeton.LauncherDelegator.queueAsUser(LauncherDelegator.java:107)
        at org.apache.hive.hcatalog.templeton.LauncherDelegator.enqueueController(LauncherDelegator.java:85)
        at org.apache.hive.hcatalog.templeton.PigDelegator.run(PigDelegator.java:59)
        at org.apache.hive.hcatalog.templeton.Server.pig(Server.java:770)
{code}

> webhcat jobsubmission fails in secure mode with TimelineClient error
> --------------------------------------------------------------------
>
>                 Key: HIVE-8384
>                 URL: https://issues.apache.org/jira/browse/HIVE-8384
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>            Priority: Blocker
>             Fix For: 0.14.0
>
>
> Webhcat does not get a timelineserver delegation token and as a result it fails in kerberos secure mode with hadoop 2.5 .



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)