[ 
https://issues.apache.org/jira/browse/HADOOP-7658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13108332#comment-13108332
 ] 

Hadoop QA commented on HADOOP-7658:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12495182/HADOOP-7658-trunk.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

    +1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/207//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/207//console

This message is automatically generated.

> to fix hadoop config template
> -----------------------------
>
>                 Key: HADOOP-7658
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7658
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 0.20.205.0, 0.23.0
>            Reporter: Giridharan Kesavan
>            Assignee: Eric Yang
>             Fix For: 0.20.205.0, 0.23.0
>
>         Attachments: HADOOP-7658-trunk.patch, HADOOP-7658.patch
>
>
> hadoop rpm config template by default sets the HADOOP_SECURE_DN_USER, 
> HADOOP_SECURE_DN_LOG_DIR & HADOOP_SECURE_DN_PID_DIR 
> the above values should only be set for secured deployment ; 
> # On secure datanodes, user to run the datanode as after dropping privileges
> export HADOOP_SECURE_DN_USER=${HADOOP_HDFS_USER}
> # Where log files are stored.  $HADOOP_HOME/logs by default.
> export HADOOP_LOG_DIR=${HADOOP_LOG_DIR}/$USER
> # Where log files are stored in the secure data environment.
> export HADOOP_SECURE_DN_LOG_DIR=${HADOOP_LOG_DIR}/${HADOOP_HDFS_USER}
> # The directory where pid files are stored. /tmp by default.
> export HADOOP_PID_DIR=${HADOOP_PID_DIR}
> export HADOOP_SECURE_DN_PID_DIR=${HADOOP_PID_DIR}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to