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/09 16:06:38 UTC

[jira] [Updated] (ACCUMULO-4599) Simplify how accumulo runs client jars

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

Mike Walch updated ACCUMULO-4599:
---------------------------------
    Summary: Simplify how accumulo runs client jars  (was: Simplify how accumulo script adds jars to classpath)

> Simplify how accumulo runs client jars
> --------------------------------------
>
>                 Key: ACCUMULO-4599
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4599
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: scripts
>            Reporter: Mike Walch
>            Assignee: Mike Walch
>             Fix For: 2.0.0
>
>
> The Accumulo script currently has a complicated process for adding jars to classpath when 'accumulo <main class> -add jar1:jar2' or `accumulo jar jar1` is called.  The jars are added to ACCUMULO_XTRAJARS environment variable and the add to classpath in Java code.  They should just be added to CLASSPATH in Bash and Java code should be removed.



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