HDFS-8226. Non-HA rollback compatibility broken (Contributed by J.Andreina)

Added one missed change, missed while resolving conflict
This commit is contained in:
Vinayakumar B 2015-05-08 15:39:47 +05:30
parent 3a894b4563
commit 3ee1b50dad
1 changed files with 2 additions and 1 deletions

View File

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