Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.4-alpha
-
None
Description
There is a typo, which I found during my upgrade test. I've uploaded the patch here.
nameStartOpt="$nameStartOpts $@
it should be:
nameStartOpt="$nameStartOpt $@
otherwise, some parameters will be ignored, such as: -upgrade, -rollback
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-4533 start-dfs.sh ignored additional parameters besides -upgrade
- Closed