You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Keith Turner (JIRA)" <ji...@apache.org> on 2014/08/29 17:58:53 UTC

[jira] [Commented] (ACCUMULO-3093) Shell scan command does not find formatter

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

Keith Turner commented on ACCUMULO-3093:
----------------------------------------

I have been running into this w/ [Fluo|https://github.com/fluo-io/fluo] .  During Fluo initialization of a table, it sets up a classpath context, configures table to use it, configures iterators on table, and configure a formatter on  the table.  However, since the shell does not pull the formatter from the classpath context configured for the table, scans do not work the way I want.

> Shell scan command does not find formatter
> ------------------------------------------
>
>                 Key: ACCUMULO-3093
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3093
>             Project: Accumulo
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 1.6.1
>         Environment: Accumulo 1.6.1-SNAPSHOT
>            Reporter: Dave Marion
>
> The Scan command is not using the ContextManager to find the specified formatter class. With a table using context classpath the following fails:
> {code}
> scan -t <table> -fm <formatterClass>
> {code}
> It also fails if the formatter is configured on table and a scan is issued.



--
This message was sent by Atlassian JIRA
(v6.2#6252)