HBASE-17925 mvn assembly:single fails against hadoop3-alpha2
This commit is contained in:
parent
c8c2e07aa1
commit
6ea6915245
2
pom.xml
2
pom.xml
|
@ -2191,7 +2191,7 @@
|
||||||
<hadoop.version>${hadoop-three.version}</hadoop.version>
|
<hadoop.version>${hadoop-three.version}</hadoop.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-three-compat.xml</assembly.file>
|
<assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue