jihoonson commented on a change in pull request #6672: Add examples/cli.sh URL: https://github.com/apache/incubator-druid/pull/6672#discussion_r237608456
########## File path: examples/bin/cli.sh ########## @@ -0,0 +1,7 @@ +#!/bin/sh + +java -Xmx256m -Duser.timezone=UTC -Dfile.encoding=UTF-8 \ + -cp lib/*:config/_common \ + io.druid.cli.Main $* \ + | grep -v " INFO \[main\] io.druid.initialization.Initialization " Review comment: Would you tell me what `grep` is for? ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
