File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
# This is a helper script to install the worker binaries on your Apache Spark cluster
6
6
#
7
7
# 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>
9
9
#
10
10
# Sample usage:
11
- # ./install-script .sh
11
+ # ./install-worker .sh
12
12
# github
13
13
# https://github.com/dotnet/spark/releases/download/v0.1.0/Microsoft.Spark.Worker.netcoreapp2.1.linux-x64-0.1.0.tar.gz
14
14
# /usr/local/bin
15
15
#
16
16
# or if you have your Worker release on filesystem like ABFS, here's how the path would
17
17
# look like:
18
- # ./install-script .sh
18
+ # ./install-worker .sh
19
19
# azure
20
20
# abfs://<blobcontainer>@<gen2storageaccount>.dfs.core.windows.net/<path>/Microsoft.Spark.Worker.netcoreapp2.1.linux-x64-0.1.0.tar.gz
21
21
# /usr/local/bin
You can’t perform that action at this time.
0 commit comments