Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo/pull/223#discussion_r103735127 --- Diff: assemble/bin/accumulo --- @@ -127,13 +127,12 @@ function main() { JAVA=($ACCUMULO_JAVA_PREFIX $JAVA) fi - CLASSPATH="${lib}/accumulo-start.jar:${conf}:${lib}/slf4j-api.jar:${lib}/slf4j-log4j12.jar:${lib}/log4j.jar:${CLASSPATH}" - exec "${JAVA[@]}" "-Dapp=$ACCUMULO_CMD" \ + CLASSPATH="${conf}:${lib}/*:${CLASSPATH}" --- End diff -- The common case would be to have this be non-null, since the rest of the class path will likely be set in the env file. This keeps it simple and readable, and extra colons in the class path don't cause issues.
--- 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. ---