You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Adrian Muraru (JIRA)" <ji...@apache.org> on 2016/05/19 21:48:12 UTC

[jira] [Created] (KAFKA-3733) Avoid long command lines by setting CLASSPATH in environment

Adrian Muraru created KAFKA-3733:
------------------------------------

             Summary: Avoid long command lines by setting CLASSPATH in environment
                 Key: KAFKA-3733
                 URL: https://issues.apache.org/jira/browse/KAFKA-3733
             Project: Kafka
          Issue Type: Improvement
          Components: tools
            Reporter: Adrian Muraru
            Priority: Minor


{{kafka-run-class.sh}} sets the JVM classpath in the command line via {{-cp}}.
This generates long command lines that gets trimmed by the shell in commands like ps, pgrep,etc.
An alternative is to set the CLASSPATH in environment.



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