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/master Commit: 19a48da092c6412be93d2c0cae1006cb896303db Parents: 872fd1d Author: Josh Elser <els...@apache.org> Authored: Fri Dec 6 23:11:16 2013 -0500 Committer: Josh Elser <els...@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