[
https://issues.apache.org/jira/browse/HADOOP-11898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14529295#comment-14529295
]
Hadoop QA commented on HADOOP-11898:
------------------------------------
\\
\\
| (/) *{color:green}+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:green}+1{color} | release audit | 0m 14s | The applied patch does
not increase the total number of release audit warnings. |
| {color:blue}0{color} | shellcheck | 0m 14s | Shellcheck was not available. |
| {color:green}+1{color} | whitespace | 0m 0s | The patch has no lines that
end in whitespace. |
| | | 0m 20s | |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12730314/HADOOOP-11898-branch-2.001.patch
|
| Optional Tests | shellcheck |
| git revision | branch-2 / f95fd5b |
| Java | 1.7.0_55 |
| uname | Linux asf907.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Console output |
https://builds.apache.org/job/PreCommit-HADOOP-Build/6488/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-branch-2.001.patch,
> 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)