Repository: hadoop Updated Branches: refs/heads/docker-hadoop-runner ff717b6c8 -> 578ad9c28
HDDS-852. Remove unnecessary stdout printing from apache/hadoop-runner. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/578ad9c2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/578ad9c2 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/578ad9c2 Branch: refs/heads/docker-hadoop-runner Commit: 578ad9c2899afb669ada4a598d387734a93af29e Parents: ff717b6 Author: Márton Elek <[email protected]> Authored: Tue Nov 20 17:31:12 2018 +0100 Committer: Márton Elek <[email protected]> Committed: Tue Nov 20 17:31:12 2018 +0100 ---------------------------------------------------------------------- scripts/starter.sh | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/578ad9c2/scripts/starter.sh ---------------------------------------------------------------------- diff --git a/scripts/starter.sh b/scripts/starter.sh index cc6d25c5..5b898e7 100755 --- a/scripts/starter.sh +++ b/scripts/starter.sh @@ -24,7 +24,6 @@ sudo chmod o+rwx /data DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" $DIR/envtoconf.py --destination /opt/hadoop/etc/hadoop -echo "Setting up environment!" if [ -n "$SLEEP_SECONDS" ]; then echo "Sleeping for $SLEEP_SECONDS seconds" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
