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

[jira] [Commented] (ACCUMULO-4599) Simplify how accumulo script adds jars to classpath

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

Christopher Tubbs commented on ACCUMULO-4599:
---------------------------------------------

My patch for ACCUMULO-4409 does some of this, because it's a prerequisite for getting the AccumuloMonitorAppender on the initial class path for log4j initialization (if that appender is used, which that patch does by default).

After I finish writing the unit test for that, I'll merge it in. I'm not sure what else you were planning for this, but we'll be able to build from that after it's merged.

> Simplify how accumulo script adds jars to classpath
> ---------------------------------------------------
>
>                 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)