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

David Capwell commented on CASSANDRA-15567:
-------------------------------------------

{code}
export EXTRA_CLASSPATH=/tmp/foo
./bin/cassandra -f
{code}

Then

{code}
cat /proc/292/cmdline | strings
{code}

I see

{code}
/tmp/foo:./bin/../lib/jsr223/*/*.jar
{code}

Is there a reason EXTRA_CLASSPATH should be before the other overrides?  Kinda 
feel it should be after, but I guess I should go look at the packaging.

> Allow EXTRA_CLASSPATH to work in tarball/source installations
> -------------------------------------------------------------
>
>                 Key: CASSANDRA-15567
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15567
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Local/Scripts
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Normal
>             Fix For: 2.2.x, 3.0.x, 3.11.x, 4.0-beta
>
>
> Both the debian and redhat packaging modify cassandra.in.sh to support the 
> EXTRA_CLASSPATH variable.  It would be nice to just put this in 
> cassandra.in.sh proper so people without a package installation can use it as 
> well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to