We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726fe3e commit 3a1c33dCopy full SHA for 3a1c33d
1 file changed
core/scripts/add-computing-unit-worker.sh
@@ -1,7 +1,7 @@
1
cd amber
2
if [ ! -z $1 ]
3
then
4
- target/texera-0.1-SNAPSHOT/bin/texera-run-worker --serverAddr $1
+ target/texera-0.1-SNAPSHOT/bin/computing-unit-worker --serverAddr $1
5
else
6
- target/texera-0.1-SNAPSHOT/bin/texera-run-worker
+ target/texera-0.1-SNAPSHOT/bin/computing-unit-worker
7
fi
0 commit comments