Michael Blow has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/3328
Change subject: [NO ISSUE] Fix listing of conflicting procs on sample start
......................................................................
[NO ISSUE] Fix listing of conflicting procs on sample start
Change-Id: I1d75156e13c1b03e58ebc52bd7f3546265cd5fd3
---
M asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/28/3328/1
diff --git
a/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.sh
b/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.sh
index e0cff32..34d156c 100755
--- a/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.sh
+++ b/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.sh
@@ -127,7 +127,7 @@
echo "aborting"
echo
echo "Re-run with -f to ignore, or run stop-sample-cluster.sh -f to
forcibly terminate all running ${PRODUCT} processes:"
- cat /tmp/pids | sed 's/^ *[0-9]*
\([0-9]*\).*org\.apache\.hyracks\.control\.[cn]c[^ ]*\.\([^ ]*\) .*/\1 - \2/'
+ cat /tmp/$$_pids | sed 's/^ *[0-9]*
\([0-9]*\).*org\.apache\.hyracks\.control\.[cn]c[^ ]*\.\([^ ]*\) .*/\1 - \2/'
rm /tmp/$$_pids
exit 1
fi
--
To view, visit https://asterix-gerrit.ics.uci.edu/3328
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1d75156e13c1b03e58ebc52bd7f3546265cd5fd3
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: stabilization-f69489
Gerrit-Owner: Michael Blow <[email protected]>