You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/12/07 05:12:11 UTC

git commit: ACCUMULO-1794 Unnecessary pkill invocation. Existing call will catch all necessary.

Updated Branches:
  refs/heads/1.4.5-SNAPSHOT 872fd1dfb -> 19a48da09


ACCUMULO-1794 Unnecessary pkill invocation. Existing call will catch all necessary.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/19a48da0
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/19a48da0
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/19a48da0

Branch: refs/heads/1.4.5-SNAPSHOT
Commit: 19a48da092c6412be93d2c0cae1006cb896303db
Parents: 872fd1d
Author: Josh Elser <el...@apache.org>
Authored: Fri Dec 6 23:11:16 2013 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Dec 6 23:11:16 2013 -0500

----------------------------------------------------------------------
 test/system/continuous/stop-agitator.sh | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/19a48da0/test/system/continuous/stop-agitator.sh
----------------------------------------------------------------------
diff --git a/test/system/continuous/stop-agitator.sh b/test/system/continuous/stop-agitator.sh
index f26e3b2..b853a55 100755
--- a/test/system/continuous/stop-agitator.sh
+++ b/test/system/continuous/stop-agitator.sh
@@ -18,9 +18,5 @@
 CONTINUOUS_CONF_DIR=${CONTINUOUS_CONF_DIR:-$ACCUMULO_HOME/test/system/continuous/}
 . $CONTINUOUS_CONF_DIR/continuous-env.sh
 
-if ${AGITATE_HDFS:-false} ; then
-  pkill -f hdfs-agitator.pl
-fi
-
 pkill -f agitator.pl