[
https://issues.apache.org/jira/browse/HADOOP-11590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535278#comment-14535278
]
Roman Shaposhnik commented on HADOOP-11590:
-------------------------------------------
A few questions/nits:
* why this change in start-dfs.sh:
{noformat}
#Add other possible options
-nameStartOpt="$nameStartOpt $@"
+nameStartOpt="$nameStartOpt $*"
{noformat}
* shouldn't we put a deprecation message in hadoop-daemons.sh and
yarn-daemons.sh ?
Other than that -- looks good to me
> Update sbin commands and documentation to use new --slaves option
> -----------------------------------------------------------------
>
> Key: HADOOP-11590
> URL: https://issues.apache.org/jira/browse/HADOOP-11590
> Project: Hadoop Common
> Issue Type: Bug
> Components: documentation, scripts
> Affects Versions: 3.0.0
> Reporter: Allen Wittenauer
> Assignee: Allen Wittenauer
> Priority: Blocker
> Labels: BB2015-05-TBR
> Attachments: HADOOP-11590-00.patch, HADOOP-11590-01.patch,
> HADOOP-11590-02.patch, HADOOP-11590-03.patch
>
>
> With HADOOP-11565 now committed, we need to remove usages of yarn-daemons.sh
> and hadoop-daemons.sh from the start and stop scripts, converting them to use
> the new --slaves option. Additionally, the documentation should be updated
> to reflect these new command options.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)