Josh Elser created ACCUMULO-3629:
------------------------------------

             Summary: AccumuloInputFormat constructs default 
ClientConfiguration instead of using serialized connection information
                 Key: ACCUMULO-3629
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3629
             Project: Accumulo
          Issue Type: Bug
          Components: client, mapreduce
            Reporter: Josh Elser
            Assignee: Josh Elser
             Fix For: 1.7.0


AccumuloInputFormatIT was hanging with Kerberos on. Found:

{code:title=AbstractInputFormat.java}
          ClientContext clientContext = new ClientContext(getInstance(context), 
new Credentials(getPrincipal(context), getAuthenticationToken(context)),
              ClientConfiguration.loadDefault());
{code}

AbstractInputFormat should extract the ClientConfiguration from the 
Job/Configuration instead of constructing a default ClientConfiguration.



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

Reply via email to