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 2014/09/03 21:15:51 UTC

[jira] [Created] (ACCUMULO-3099) bin/accumulo clobbers CLASSPATH instead of appending

Christopher Tubbs created ACCUMULO-3099:
-------------------------------------------

             Summary: bin/accumulo clobbers CLASSPATH instead of appending
                 Key: ACCUMULO-3099
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3099
             Project: Accumulo
          Issue Type: Bug
          Components: scripts
    Affects Versions: 1.6.0
            Reporter: Christopher Tubbs


If a user exports CLASSPATH to their environment prior to launching an Accumulo service with the bin/accumulo script (or anything that uses it), bin/accumulo will clobber that variable and the user's desired additional classpath items will be ignored.

This is, at the very least, unexpected, since it is typical for java applications to respect the CLASSPATH environment variable, and append to it if they need to add more items in a script.




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