You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Mike Walch (JIRA)" <ji...@apache.org> on 2017/03/08 16:56:38 UTC

[jira] [Created] (ACCUMULO-4604) Improve 'accumuo classpath' command

Mike Walch created ACCUMULO-4604:
------------------------------------

             Summary: Improve 'accumuo classpath' command
                 Key: ACCUMULO-4604
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4604
             Project: Accumulo
          Issue Type: Improvement
          Components: scripts, start
    Affects Versions: 2.0.0
            Reporter: Mike Walch


The 'accumulo classpath' command should be me modified to support the following:

{noformat}
java -cp /path/to/my.jar:$(accumulo classpath) com.my.class
java -cp $(accumulo classpath) -jar /path/to/my.jar
{noformat}

The current output of the command which lists all jars in a human readable format could be supported by 'accumulo classpath --debug'





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)