Github user gengliangwang commented on a diff in the pull request: https://github.com/apache/spark/pull/22700#discussion_r224549311 --- Diff: sbin/start-master.sh --- @@ -31,7 +31,8 @@ if [[ "$@" = *--help ]] || [[ "$@" = *-h ]]; then echo "Usage: ./sbin/start-master.sh [options]" pattern="Usage:" pattern+="\|Using Spark's default log4j profile:" - pattern+="\|Registered signal handlers for" + pattern+="\|Started daemon with process name" + pattern+="\|Registered signal handler for" --- End diff -- I tried but seems that STS has bigger problem other than such output: it didn't exist after parsing option `-h`. I suggest we can do it in another JIRA/PR.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org