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

Hudson commented on ACCUMULO-745:
---------------------------------

Integrated in Accumulo-1.5-Hadoop-2.0 #12 (See 
[https://builds.apache.org/job/Accumulo-1.5-Hadoop-2.0/12/])
    ACCUMULO-745 throw a meaning exception if the user runs a command that 
requires a user/passwd (Revision 1452502)
ACCUMULO-745 fix Test/Verify ingest to work on wider rows (Revision 1452491)
ACCUMULO-745 bring oldest test up-to-date with CLI (Revision 1452488)

     Result = FAILURE
ecn : 
Files : 
* 
/accumulo/branches/1.5/core/src/main/java/org/apache/accumulo/core/cli/ClientOpts.java

ecn : 
Files : 
* 
/accumulo/branches/1.5/test/src/main/java/org/apache/accumulo/test/TestIngest.java
* 
/accumulo/branches/1.5/test/src/main/java/org/apache/accumulo/test/VerifyIngest.java

ecn : 
Files : 
* /accumulo/branches/1.5/test/system/test1/README
* /accumulo/branches/1.5/test/system/test1/ingest_test.sh
* /accumulo/branches/1.5/test/system/test1/ingest_test_2.sh
* /accumulo/branches/1.5/test/system/test1/ingest_test_3.sh
* /accumulo/branches/1.5/test/system/test1/verify_test.sh
* /accumulo/branches/1.5/test/system/test1/verify_test_2.sh
* /accumulo/branches/1.5/test/system/test2/README
* /accumulo/branches/1.5/test/system/test2/concurrent.sh
* /accumulo/branches/1.5/test/system/test3/bigrow.sh
* /accumulo/branches/1.5/test/system/test4/README
* /accumulo/branches/1.5/test/system/test4/bulk_import_test.sh

                
> Use a CLI library consistently to parse parameters in all utilities.
> --------------------------------------------------------------------
>
>                 Key: ACCUMULO-745
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-745
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 1.4.1
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 1.5.0
>
>
> In a few utilities, the command-line parsing is pretty lazy.  There's no 
> usage, just an NPE if you don't provide all the magic options on the 
> command-line.  In particular, Initialize doesn't use an off-the-shelf library 
> for command-line parsing, and it really should.
> See ACCUMULO-744.
> In addition, many command-line utilities can and should be able to read 
> accumulo-site.xml, and do not need to provide 
> username/password/instance/zookeeper information by default.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to