[
https://issues.apache.org/jira/browse/HADOOP-11898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14524333#comment-14524333
]
Hadoop QA commented on HADOOP-11898:
------------------------------------
\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch | 0m 0s | Pre-patch branch-2 compilation
is healthy. |
| {color:green}+1{color} | @author | 0m 0s | The patch does not contain any
@author tags. |
| {color:red}-1{color} | patch | 0m 0s | The patch command could not apply
the patch. |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12729854/HADOOOP-11898.branch-2.patch
|
| Optional Tests | shellcheck |
| git revision | branch-2 / 4151e57 |
| Console output |
https://builds.apache.org/job/PreCommit-HADOOP-Build/6244/console |
This message was automatically generated.
> add nfs3 and portmap starting command in hadoop-daemon.sh in branch-2
> ---------------------------------------------------------------------
>
> Key: HADOOP-11898
> URL: https://issues.apache.org/jira/browse/HADOOP-11898
> Project: Hadoop Common
> Issue Type: Bug
> Components: bin, nfs
> Affects Versions: 2.7.0
> Reporter: Brandon Li
> Assignee: Brandon Li
> Priority: Minor
> Attachments: HADOOOP-11898.001.patch, HADOOOP-11898.branch-2.patch
>
>
> nfs3 and portmap should also be in the list:
> {noformat}
> case $command in
>
> namenode|secondarynamenode|datanode|journalnode|dfs|dfsadmin|fsck|balancer|zkfc)
> if [ -z "$HADOOP_HDFS_HOME" ]; then
> hdfsScript="$HADOOP_PREFIX"/bin/hdfs
> else
> hdfsScript="$HADOOP_HDFS_HOME"/bin/hdfs
> fi
> nohup nice -n $HADOOP_NICENESS $hdfsScript --config $HADOOP_CONF_DIR
> $command "$@" > "$log" 2>&1 < /dev/null &
> ;;
> (*)
> nohup nice -n $HADOOP_NICENESS $hadoopScript --config
> $HADOOP_CONF_DIR $command "$@" > "$log" 2>&1 < /dev/null &
> ;;
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)