You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/03/30 21:43:52 UTC

[jira] [Created] (ACCUMULO-3701) MapReduce jobs need to perform kerberos login before instantiating Job

Josh Elser created ACCUMULO-3701:
------------------------------------

             Summary: MapReduce jobs need to perform kerberos login before instantiating Job
                 Key: ACCUMULO-3701
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3701
             Project: Accumulo
          Issue Type: Bug
          Components: client
            Reporter: Josh Elser
            Assignee: Josh Elser
            Priority: Blocker
             Fix For: 1.7.0


[~billie.rinaldi] found another nice bug through testing out running a Continuous Verify MapReduce job with Kerberos/SASL enabled. She provided a keytab and SASL was enabled in the client conf, but when the job was submitted, it failed because there were no kerberos credentials.

* Instantiate Job (caches currentUser which is nobody)
* Login with keytab programmatically, get Accumulo delegation token
* Job tries to get HDFS delegation token, and fails

We need to ensure that a UGI login happens when a keytab is provided as an option *before* a Job is created.



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