commit | f221618cfcf4a35de535a2144acbf5c5a11bd204 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Tue Oct 23 04:47:47 2012 +0000 |
committer | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Tue Oct 23 04:47:47 2012 +0000 |
tree | 2039941df2cd8bcb68f408a80103670147666586 | |
parent | 11f2242039ff95c948272ac98fe10a794acd8254 [diff] |
update stopnc script git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_staging@2240 123451ca-8445-de46-9d55-352943316053
diff --git a/pregelix/pregelix-core/src/main/resources/scripts/stopnc.sh b/pregelix/pregelix-core/src/main/resources/scripts/stopnc.sh index 80d3a4a..03ce4e7 100644 --- a/pregelix/pregelix-core/src/main/resources/scripts/stopnc.sh +++ b/pregelix/pregelix-core/src/main/resources/scripts/stopnc.sh
@@ -2,7 +2,7 @@ . conf/cluster.properties #Kill process -PID=`ps -ef|grep ${USER}|grep java|grep 'Dapp.name=hyrackscc'|awk '{print $2}'` +PID=`ps -ef|grep ${USER}|grep java|grep 'Dapp.name=hyracksnc'|awk '{print $2}'` if [ "$PID" == "" ]; then USERID=`id | sed 's/^uid=//;s/(.*$//'`