فهرست منبع

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"