pan3793 commented on code in PR #1805:
URL:
https://github.com/apache/incubator-celeborn/pull/1805#discussion_r1290213104
##########
sbin/celeborn-daemon.sh:
##########
@@ -28,20 +28,22 @@
# CELEBORN_NO_DAEMONIZE If set, will run the proposed command in the
foreground. It will not output a PID file.
##
-usage="Usage: celeborn-daemon.sh [--config <conf-dir>] (start|stop|status)
<celeborn-command> <celeborn-instance-number> <args...>"
+usage() {
+ echo "Usage: celeborn-daemon.sh [--config <conf-dir>]
(start|stop|restart|status) <celeborn-class-name> <celeborn-instance-number>
[args]"
+ echo "Definitions:"
+ echo " <conf-dir> Override CELEBORN_CONF_DIR"
+ echo " <celeborn-class-name> The class name of the celeborn command
to run"
Review Comment:
```suggestion
echo " <celeborn-class-name> The main class name of the celeborn
command to run"
```
--
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]