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/02/27 07:17:04 UTC

[jira] [Resolved] (ACCUMULO-3629) AccumuloInputFormat constructs default ClientConfiguration instead of using serialized connection information

     [ https://issues.apache.org/jira/browse/ACCUMULO-3629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser resolved ACCUMULO-3629.
----------------------------------
    Resolution: Fixed

> 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
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)