HBASE-17925 mvn assembly:single fails against hadoop3-alpha2

This commit is contained in:
Jonathan M Hsieh 2017-04-14 13:45:07 -07:00
parent c8c2e07aa1
commit 6ea6915245
1 changed files with 1 additions and 1 deletions

View File

@ -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>