GitHub user fluetm opened a pull request: https://github.com/apache/kafka/pull/908
Reconcile differences in .bat & .sh start scripts A few minor fixes to reconcile differences between the windows and unix versions of the kafka/zookeeper start scripts that were causing cross-platform inconsistencies during deployment. - Resolve differences in CLASSPATH setup between .bat and .sh start scripts - .bat start scripts honor externally provided KAFKA_HEAP_OPTS and KAFKA_LOG4J_OPTS consistent with .sh - .bat start scripts configure log4j similar to .sh You can merge this pull request into a Git repository by running: $ git pull https://github.com/fluetm/kafka scripts-patch Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/908.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #908 ---- commit 68aab4d72996aac5687d6beaea4101c499a29859 Author: Matt Fluet <matt.fl...@appian.com> Date: 2016-02-10T22:19:23Z Reconcile differences in .bat & .sh start scripts Resolve differences in CLASSPATH setup between .bat and .sh start scripts .bat start scripts honor externally provided KAFKA_HEAP_OPTS and KAFKA_LOG4J_OPTS consistent with .sh .bat start scripts configure log4j similar to .sh ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---