Skip to content

Commit 02ce929

Browse files
gbruecklrapoth
authored andcommitted
Update install-worker.sh (#96)
Examples should match the actual script/file name
1 parent 5819d46 commit 02ce929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment/install-worker.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
# This is a helper script to install the worker binaries on your Apache Spark cluster
66
#
77
# Usage:
8-
# ./install-script.sh <release-provider> <path-to-worker-release> <local-worker-installation-path>
8+
# ./install-worker.sh <release-provider> <path-to-worker-release> <local-worker-installation-path>
99
#
1010
# Sample usage:
11-
# ./install-script.sh
11+
# ./install-worker.sh
1212
# github
1313
# https://github.com/dotnet/spark/releases/download/v0.1.0/Microsoft.Spark.Worker.netcoreapp2.1.linux-x64-0.1.0.tar.gz
1414
# /usr/local/bin
1515
#
1616
# or if you have your Worker release on filesystem like ABFS, here's how the path would
1717
# look like:
18-
# ./install-script.sh
18+
# ./install-worker.sh
1919
# azure
2020
# abfs://<blobcontainer>@<gen2storageaccount>.dfs.core.windows.net/<path>/Microsoft.Spark.Worker.netcoreapp2.1.linux-x64-0.1.0.tar.gz
2121
# /usr/local/bin

0 commit comments

Comments
 (0)