mikewalch commented on a change in pull request #883: Fixes #842 Support multiple ways for running Fluo applications URL: https://github.com/apache/incubator-fluo/pull/883#discussion_r130664666
########## File path: modules/distribution/src/main/config/fluo-env.sh ########## @@ -47,7 +74,12 @@ setupClasspathFromSystem() test -z "$ACCUMULO_HOME" && ACCUMULO_HOME=/path/to/accumulo test -z "$ZOOKEEPER_HOME" && ZOOKEEPER_HOME=/path/to/zookeeper - CLASSPATH="$FLUO_HOME/lib/*:$FLUO_HOME/lib/logback/*" + CLASSPATH="$lib/*" + if [ -f "$conf/connection.properties" ]; then Review comment: fixed in d464bd97629a13 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services