Explorar o código

HDFS-8226. Non-HA rollback compatibility broken (Contributed by J.Andreina)
Added one missed change, missed while resolving conflict

Vinayakumar B %!s(int64=10) %!d(string=hai) anos
pai
achega
3ee1b50dad
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      hadoop-hdfs-project/hadoop-hdfs/src/main/bin/start-dfs.sh

+ 2 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/bin/start-dfs.sh

@@ -41,7 +41,8 @@ if [[ $# -ge 1 ]]; then
       dataStartOpt="$startOpt"
     ;;
     *)
-      hadoop_exit_with_usage 1
+      echo $usage
+      exit 1
     ;;
   esac
 fi