You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by pr...@apache.org on 2014/10/21 21:36:09 UTC

[08/14] git commit: Removed debug output.

Removed debug output.


Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/0e666fc5
Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/0e666fc5
Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/0e666fc5

Branch: refs/heads/master
Commit: 0e666fc5dea4268d0fa8e2ce2d9d310159ebd162
Parents: 44d07d9
Author: Preston Carman <pr...@apache.org>
Authored: Mon Oct 6 15:40:00 2014 -0700
Committer: Preston Carman <pr...@apache.org>
Committed: Mon Oct 6 15:40:00 2014 -0700

----------------------------------------------------------------------
 vxquery-server/src/main/resources/scripts/stopcluster.sh | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vxquery/blob/0e666fc5/vxquery-server/src/main/resources/scripts/stopcluster.sh
----------------------------------------------------------------------
diff --git a/vxquery-server/src/main/resources/scripts/stopcluster.sh b/vxquery-server/src/main/resources/scripts/stopcluster.sh
index 238da7f..5172a2e 100755
--- a/vxquery-server/src/main/resources/scripts/stopcluster.sh
+++ b/vxquery-server/src/main/resources/scripts/stopcluster.sh
@@ -45,5 +45,4 @@ then
 fi
 
 # Launch hyracks cc script without toplogy
-echo "${VXQUERY_HOME}/vxquery-server/target/appassembler/bin/vxqueryshutdown ${CC_OPTIONS} &> ${CCLOGS_DIR}/shutdown_$(date +%Y%m%d%H%M).log &"
 ${VXQUERY_HOME}/vxquery-server/target/appassembler/bin/vxqueryshutdown ${CC_OPTIONS} &> ${CCLOGS_DIR}/shutdown_$(date +%Y%m%d%H%M).log &