mikewalch commented on a change in pull request #20: Update bulkIngest example. Fixes #17 URL: https://github.com/apache/accumulo-examples/pull/20#discussion_r180573092
########## File path: bin/runex ########## @@ -22,4 +22,4 @@ if command -v accumulo > /dev/null 2>&1 ; then av_arg="-Daccumulo.version=`accumulo version | tail -n 1`" fi -mvn -q exec:java -Dlog4j.configuration="file:./conf/log4j.properties" -Dexec.mainClass="org.apache.accumulo.examples.$main_class" $av_arg -Dexec.args="$main_args" +mvn -X exec:java -Dlog4j.configuration="file:./conf/log4j.properties" -Dexec.mainClass="org.apache.accumulo.examples.$main_class" $av_arg -Dexec.args="$main_args" Review comment: This should be -q by default. I would be fine if this was added back in if users ran `./bin/runex -d <my class>` ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
