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:
parent
175ef436b6
commit
324eec9a44
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue