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)