HBASE-9955 Make hadoop2 the default and deprecate hadoop1

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1548735 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-12-06 22:28:03 +00:00
parent b95200e31b
commit 656b5ca9f7
1 changed files with 3 additions and 2 deletions

View File

@ -1481,7 +1481,7 @@
profiles with activation properties matching the profile here.
Generally, it should be sufficient to copy the first
few lines of the profile you want to match. -->
<!-- profile against Hadoop 1.1.x: This is the default. -->
<!-- profile against Hadoop 1.1.x. -->
<profile>
<id>hadoop-1.1</id>
<activation>
@ -1600,7 +1600,8 @@
</profile>
<!-- profile for building against Hadoop 2.0.x
Activate using: mvn -Dhadoop.profile=2.0 -->
This is the default.
-->
<profile>
<id>hadoop-2.0</id>
<activation>