Skip to content

Commit 7c84762

Browse files
mengw15MA77HEW820
authored andcommitted
Update add-computing-unit-worker.sh (#3229)
Update the script from running target/texera-0.1-SNAPSHOT/bin/texera-run-worker to target/texera-0.1-SNAPSHOT/bin/computing-unit-worker
1 parent 9483ccf commit 7c84762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cd amber
22
if [ ! -z $1 ]
33
then
4-
target/texera-0.1-SNAPSHOT/bin/texera-run-worker --serverAddr $1
4+
target/texera-0.1-SNAPSHOT/bin/computing-unit-worker --serverAddr $1
55
else
6-
target/texera-0.1-SNAPSHOT/bin/texera-run-worker
6+
target/texera-0.1-SNAPSHOT/bin/computing-unit-worker
77
fi

0 commit comments

Comments
 (0)