clintropolis commented on a change in pull request #10147:
URL: https://github.com/apache/druid/pull/10147#discussion_r697750331



##########
File path: examples/bin/node.sh
##########
@@ -64,7 +64,7 @@ case $command in
     fi
     JAVA="$JAVA_BIN_DIR/java"
 
-    nohup $JAVA `cat $CONF_DIR/$nodeType/jvm.config | xargs` -cp 
$CONF_DIR/_common:$CONF_DIR/$nodeType:$LIB_DIR/*:$HADOOP_CONF_DIR 
org.apache.druid.cli.Main server $nodeType >> $LOG_DIR/$nodeType.log 2>&1 &
+    nohup $JAVA -Ddruid.node.type=$nodeType -Druid.log.path=$LOG_DIR `cat 
$CONF_DIR/$nodeType/jvm.config | xargs` -cp 
$CONF_DIR/_common:$CONF_DIR/$nodeType:$LIB_DIR/*:$HADOOP_CONF_DIR 
org.apache.druid.cli.Main server $nodeType >> /dev/null 2>&1 &

Review comment:
       typo? `-Druid.log.path=$LOG_DIR` -> `-Ddruid.log.path=$LOG_DIR`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to