HBASE-5055 Build against hadoop 0.22 broken

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1215356 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-12-17 00:13:28 +00:00
parent 175ef436b6
commit 324eec9a44
2 changed files with 1 additions and 2 deletions

View File

@ -1510,7 +1510,7 @@
</property>
</activation>
<properties>
<hadoop.version>0.22.0-SNAPSHOT</hadoop.version>
<hadoop.version>0.22.0</hadoop.version>
</properties>
<dependencies>
<dependency>

View File

@ -589,7 +589,6 @@ public class TestStore extends TestCase {
overwrite, bufferSize, replication, blockSize, progress), faultPos);
}
@Override
public FSDataOutputStream createNonRecursive(Path f, boolean overwrite,
int bufferSize, short replication, long blockSize, Progressable progress)
throws IOException {