[ https://issues.apache.org/jira/browse/HDFS-6263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14386691#comment-14386691 ]
Hudson commented on HDFS-6263: ------------------------------ FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #148 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/148/]) HDFS-6263. Remove DRFA.MaxBackupIndex config from log4j.properties. Contributed by Abhiraj Butala. (aajisaka: rev 257c77f895e8e4c3d8748909ebbd3ba7e7f880fc) * hadoop-hdfs-project/hadoop-hdfs/src/contrib/bkjournal/src/test/resources/log4j.properties * hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt > Remove DRFA.MaxBackupIndex config from log4j.properties > ------------------------------------------------------- > > Key: HDFS-6263 > URL: https://issues.apache.org/jira/browse/HDFS-6263 > Project: Hadoop HDFS > Issue Type: Test > Affects Versions: 2.4.0 > Reporter: Akira AJISAKA > Assignee: Abhiraj Butala > Priority: Minor > Labels: newbie > Fix For: 2.8.0 > > Attachments: HDFS-6263.patch > > > HDFS-side of HADOOP-10525. > {code} > # uncomment the next line to limit number of backup files > # log4j.appender.ROLLINGFILE.MaxBackupIndex=10 > {code} > In hadoop-hdfs/src/contrib/bkjournal/src/test/resources/log4j.properties, the > above lines should be removed because the appender (DRFA) doesn't support > MaxBackupIndex config. -- This message was sent by Atlassian JIRA (v6.3.4#6332)