Browse Source

HDDS-852. Remove unnecessary stdout printing from apache/hadoop-runner. Contributed by Elek, Marton.

Márton Elek 6 years ago
parent
commit
578ad9c289
1 changed files with 0 additions and 1 deletions
  1. 0 1
      scripts/starter.sh

+ 0 - 1
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"