From 12260b0682dac627dd8a0b87fcf6c952709514e3 Mon Sep 17 00:00:00 2001 From: mengw15 <125719918+mengw15@users.noreply.github.com> Date: Fri, 24 Jan 2025 20:57:32 -0800 Subject: [PATCH] Update add-computing-unit-worker.sh --- core/scripts/add-computing-unit-worker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/scripts/add-computing-unit-worker.sh b/core/scripts/add-computing-unit-worker.sh index 62fcb6fd880..99dc7448b45 100755 --- a/core/scripts/add-computing-unit-worker.sh +++ b/core/scripts/add-computing-unit-worker.sh @@ -1,7 +1,7 @@ cd amber if [ ! -z $1 ] then - target/texera-0.1-SNAPSHOT/bin/texera-run-worker --serverAddr $1 + target/texera-0.1-SNAPSHOT/bin/computing-unit-worker --serverAddr $1 else - target/texera-0.1-SNAPSHOT/bin/texera-run-worker + target/texera-0.1-SNAPSHOT/bin/computing-unit-worker fi