Ted Yu created HBASE-8567:
-----------------------------
Summary:
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
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