[ https://issues.apache.org/jira/browse/HBASE-8567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660883#comment-13660883 ]
Ted Yu commented on HBASE-8567: ------------------------------- I ran TestDistributedLogSplitting#testLogReplayForDisablingTable against hadoop 2.0 and it passed. +1 > TestDistributedLogSplitting#testLogReplayForDisablingTable fails on hadoop 2.0 > ------------------------------------------------------------------------------ > > Key: HBASE-8567 > URL: https://issues.apache.org/jira/browse/HBASE-8567 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Jeffrey Zhong > Fix For: 0.98.0, 0.95.1 > > Attachments: hbase-8567.patch > > > The test failed with: > {code} > testLogReplayForDisablingTable(org.apache.hadoop.hbase.master.TestDistributedLogSplitting) > Time elapsed: 0.144 sec <<< ERROR! > java.io.FileNotFoundException: File > hdfs://localhost:56794/user/hortonzy/hbase/disableTable/6676df27ed855d9c61ad20ed650700e7/recovered.edits > does not exist. > at > org.apache.hadoop.hdfs.DistributedFileSystem.listStatus(DistributedFileSystem.java:405) > at > org.apache.hadoop.hbase.master.TestDistributedLogSplitting.testLogReplayForDisablingTable(TestDistributedLogSplitting.java:774) > {code} > This was due to FileNotFoundException being thrown out of listStatus() for > non-existent directory in hadoop 2.0. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira