You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Michael Miller (JIRA)" <ji...@apache.org> on 2016/09/01 19:32:21 UTC

[jira] [Comment Edited] (ACCUMULO-4445) rfile-info not working

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

Michael Miller edited comment on ACCUMULO-4445 at 9/1/16 7:31 PM:
------------------------------------------------------------------

It looks like all the keywords with "-" are broken. create-token, check-server-config, and login-info all give the same error...
03:29:35 (master) /local/uno/install/accumulo-1.8.0$ ./bin/accumulo check-server-config
Classname check not found.  Please make sure you use the wholly qualified package name.
03:29:40 (master) /local/uno/install/accumulo-1.8.0$ ./bin/accumulo create-token
Classname create not found.  Please make sure you use the wholly qualified package name.
03:29:48 (master) /local/uno/install/accumulo-1.8.0$ ./bin/accumulo login-info
Classname login not found.  Please make sure you use the wholly qualified package name.



was (Author: milleruntime):
It looks like all the keywords with "-" are broken. create-token, check-server-config, and login-info all give similar errors...
03:29:35 (master) /local/uno/install/accumulo-1.8.0$ ./bin/accumulo check-server-config
Classname check not found.  Please make sure you use the wholly qualified package name.
03:29:40 (master) /local/uno/install/accumulo-1.8.0$ ./bin/accumulo create-token
Classname create not found.  Please make sure you use the wholly qualified package name.
03:29:48 (master) /local/uno/install/accumulo-1.8.0$ ./bin/accumulo login-info
Classname login not found.  Please make sure you use the wholly qualified package name.


> rfile-info not working
> ----------------------
>
>                 Key: ACCUMULO-4445
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4445
>             Project: Accumulo
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 1.8.0, 2.0.0
>            Reporter: Michael Miller
>            Assignee: Christopher Tubbs
>
> Running the command line tool accumulo rfile-info gives an error:
> ./bin/accumulo rfile-info /accumulo/tables/+r/root_tablet/A0000004.rf
> Classname rfile not found.  Please make sure you use the wholly qualified package name.
> Calling the PrintInfo class directly from the command line does still work though:
> ./bin/accumulo org.apache.accumulo.core.file.rfile.PrintInfo /accumulo/tables/1/default_tablet/A000000n.rf



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