Revision be7f1e9979c38b1358b0af2b358bacb0bd523c80 authored by Dongjoon Hyun on 24 January 2024, 00:38:45 UTC, committed by Dongjoon Hyun on 24 January 2024, 00:38:53 UTC
### What changes were proposed in this pull request?

This PR aims to fix `spark-daemon.sh` usage by adding `decommission` command.

### Why are the changes needed?

This was missed when SPARK-20628 added `decommission` command at Apache Spark 3.1.0. The command has been used like the following.

https://github.com/apache/spark/blob/0356ac00947282b1a0885ad7eaae1e25e43671fe/sbin/decommission-worker.sh#L41

### Does this PR introduce _any_ user-facing change?

No, this is only a change on usage message.

### How was this patch tested?

Manual review.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #44856 from dongjoon-hyun/SPARK-46817.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit 00a92d328576c39b04cfd0fdd8a30c5a9bc37e36)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
1 parent 05f7aa5
History
File Mode Size
beeline -rwxr-xr-x 1.1 KB
beeline.cmd -rw-r--r-- 1.0 KB
docker-image-tool.sh -rwxr-xr-x 10.7 KB
find-spark-home -rwxr-xr-x 1.9 KB
find-spark-home.cmd -rw-r--r-- 2.6 KB
load-spark-env.cmd -rw-r--r-- 2.2 KB
load-spark-env.sh -rw-r--r-- 2.6 KB
pyspark -rwxr-xr-x 2.6 KB
pyspark.cmd -rw-r--r-- 1.1 KB
pyspark2.cmd -rw-r--r-- 1.5 KB
run-example -rwxr-xr-x 1.0 KB
run-example.cmd -rw-r--r-- 1.2 KB
spark-class -rwxr-xr-x 3.5 KB
spark-class.cmd -rw-r--r-- 1.1 KB
spark-class2.cmd -rwxr-xr-x 2.7 KB
spark-connect-shell -rwxr-xr-x 1.1 KB
spark-shell -rwxr-xr-x 3.0 KB
spark-shell.cmd -rw-r--r-- 1.1 KB
spark-shell2.cmd -rw-r--r-- 1.7 KB
spark-sql -rwxr-xr-x 1.0 KB
spark-sql.cmd -rw-r--r-- 1.1 KB
spark-sql2.cmd -rw-r--r-- 1.1 KB
spark-submit -rwxr-xr-x 1.0 KB
spark-submit.cmd -rw-r--r-- 1.1 KB
spark-submit2.cmd -rw-r--r-- 1.1 KB
sparkR -rwxr-xr-x 1.0 KB
sparkR.cmd -rw-r--r-- 1.1 KB
sparkR2.cmd -rw-r--r-- 1.0 KB

back to top