HBASE-19932 TestSecureIPC in branch-1 fails with NoSuchMethodError against hadoop 3
This commit is contained in:
parent
3aaafd7dd3
commit
13cc7f9f50
1
pom.xml
1
pom.xml
|
@ -2351,6 +2351,7 @@
|
||||||
</modules>
|
</modules>
|
||||||
<properties>
|
<properties>
|
||||||
<hadoop.version>${hadoop-three.version}</hadoop.version>
|
<hadoop.version>${hadoop-three.version}</hadoop.version>
|
||||||
|
<kerby.version>1.0.1</kerby.version>
|
||||||
<!--Use this compat module for now. TODO: Make h3 one if we need one-->
|
<!--Use this compat module for now. TODO: Make h3 one if we need one-->
|
||||||
<compat.module>hbase-hadoop2-compat</compat.module>
|
<compat.module>hbase-hadoop2-compat</compat.module>
|
||||||
<assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
|
<assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
|
||||||
|
|
Loading…
Reference in New Issue