Updated Branches: refs/heads/1.6.0-SNAPSHOT e57795cc2 -> 383bf6dd3
ACCUMULO-2237 eliminate warning Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/383bf6dd Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/383bf6dd Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/383bf6dd Branch: refs/heads/1.6.0-SNAPSHOT Commit: 383bf6dd3e4ee99b6c26f8e5ac5989bf720726d6 Parents: e57795c Author: Eric Newton <eric.new...@gmail.com> Authored: Wed Jan 22 12:14:34 2014 -0500 Committer: Eric Newton <eric.new...@gmail.com> Committed: Wed Jan 22 12:14:34 2014 -0500 ---------------------------------------------------------------------- test/system/continuous/mapred-setup.sh | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/383bf6dd/test/system/continuous/mapred-setup.sh ---------------------------------------------------------------------- diff --git a/test/system/continuous/mapred-setup.sh b/test/system/continuous/mapred-setup.sh index 2f8340b..e6bd2ca 100755 --- a/test/system/continuous/mapred-setup.sh +++ b/test/system/continuous/mapred-setup.sh @@ -18,10 +18,6 @@ # a little helper script that other scripts can source to setup # for running a map reduce job -if [ -z "$ACCUMULO_CONF_DIR" ]; then - ACCUMULO_CONF_DIR=${ACCUMULO_HOME}/conf -fi - CONTINUOUS_CONF_DIR=${CONTINUOUS_CONF_DIR:-$ACCUMULO_HOME/test/system/continuous/} . $CONTINUOUS_CONF_DIR/continuous-env.sh . $ACCUMULO_CONF_DIR/accumulo-env.sh