Jonathan Hsieh created HBASE-6306:
-------------------------------------
Summary: TestFSUtils fails against hadoop 2.0
Key: HBASE-6306
URL: https://issues.apache.org/jira/browse/HBASE-6306
Project: HBase
Issue Type: Bug
Components: test
Affects Versions: 0.96.0
Reporter: Jonathan Hsieh
trunk: mvn clean test -Dhadoop.profile=2.0 -Dtest=TestFSUtils
{code}
java.io.FileNotFoundException: File
/home/jon/proj/hbase-trunk/hbase-server/target/test-data/02beb8c8-06c1-47ea-829b-6e7ce0570cf8/hbase.version
does not exist
at
org.apache.hadoop.fs.RawLocalFileSystem.listStatus(RawLocalFileSystem.java:315)
at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1279)
at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1319)
at
org.apache.hadoop.fs.ChecksumFileSystem.listStatus(ChecksumFileSystem.java:557)
at
org.apache.hadoop.fs.FilterFileSystem.listStatus(FilterFileSystem.java:213)
at org.apache.hadoop.hbase.util.FSUtils.getVersion(FSUtils.java:270)
at
org.apache.hadoop.hbase.util.TestFSUtils.testVersion(TestFSUtils.java:58)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
{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