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

Hadoop QA commented on HADOOP-7919:
-----------------------------------

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

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

    +0 tests included.  The patch appears to be a documentation patch that 
doesn't require tests.

    -1 javadoc.  The javadoc tool appears to have generated 5 warning messages.

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

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +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/472//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/472//console

This message is automatically generated.
                
> [Doc] Remove hadoop.logfile.* properties.
> -----------------------------------------
>
>                 Key: HADOOP-7919
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7919
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>         Attachments: HADOOP-7919.patch
>
>
> The following only resides in core-default.xml and doesn't look like its used 
> anywhere at all. At least a grep of the prop name and parts of it does not 
> give me back anything at all.
> These settings are now configurable via generic Log4J opts, via the shipped 
> log4j.properties file in the distributions.
> {code}
> 137 <!--- logging properties -->
> 138 
> 139 <property>
> 140   <name>hadoop.logfile.size</name>
> 141   <value>10000000</value>
> 142   <description>The max size of each log file</description>
> 143 </property>
> 144 
> 145 <property>
> 146   <name>hadoop.logfile.count</name>
> 147   <value>10</value>
> 148   <description>The max number of log files</description>
> 149 </property>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to