浏览代码

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

Márton Elek 6 年之前
父节点
当前提交
578ad9c289
共有 1 个文件被更改,包括 0 次插入1 次删除
  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"