HBASE-14765 Remove snappy profile
This commit is contained in:
parent
050ebe850b
commit
86da57f498
@ -74,11 +74,6 @@
|
|||||||
<target>
|
<target>
|
||||||
<replace file="${project.build.outputDirectory}/hbase-default.xml"
|
<replace file="${project.build.outputDirectory}/hbase-default.xml"
|
||||||
token="@@@VERSION@@@" value="${project.version}" />
|
token="@@@VERSION@@@" value="${project.version}" />
|
||||||
<mkdir dir="${project.build.directory}/nativelib"/>
|
|
||||||
<exec executable="tar" dir="${project.build.directory}/nativelib" failonerror="false">
|
|
||||||
<arg value="xf"/>
|
|
||||||
<arg value="hadoop-snappy-nativelibs.tar"/>
|
|
||||||
</exec>
|
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
<goals>
|
<goals>
|
||||||
|
@ -612,22 +612,6 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
<!-- Special builds -->
|
<!-- Special builds -->
|
||||||
<profile>
|
|
||||||
<id>hadoop-snappy</id>
|
|
||||||
<activation>
|
|
||||||
<activeByDefault>false</activeByDefault>
|
|
||||||
<property>
|
|
||||||
<name>snappy</name>
|
|
||||||
</property>
|
|
||||||
</activation>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.hadoop</groupId>
|
|
||||||
<artifactId>hadoop-snappy</artifactId>
|
|
||||||
<version>${hadoop-snappy.version}</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>native</id>
|
<id>native</id>
|
||||||
<activation>
|
<activation>
|
||||||
|
@ -266,23 +266,6 @@
|
|||||||
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
<!-- Special builds -->
|
|
||||||
<profile>
|
|
||||||
<id>hadoop-snappy</id>
|
|
||||||
<activation>
|
|
||||||
<activeByDefault>false</activeByDefault>
|
|
||||||
<property>
|
|
||||||
<name>snappy</name>
|
|
||||||
</property>
|
|
||||||
</activation>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.hadoop</groupId>
|
|
||||||
<artifactId>hadoop-snappy</artifactId>
|
|
||||||
<version>${hadoop-snappy.version}</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</profile>
|
|
||||||
<!-- Profiles for building against different hadoop versions -->
|
<!-- Profiles for building against different hadoop versions -->
|
||||||
<!-- There are a lot of common dependencies used here, should investigate
|
<!-- There are a lot of common dependencies used here, should investigate
|
||||||
if we can combine these profiles somehow -->
|
if we can combine these profiles somehow -->
|
||||||
|
1
pom.xml
1
pom.xml
@ -1189,7 +1189,6 @@
|
|||||||
<thrift.version>0.9.2</thrift.version>
|
<thrift.version>0.9.2</thrift.version>
|
||||||
<zookeeper.version>3.4.6</zookeeper.version>
|
<zookeeper.version>3.4.6</zookeeper.version>
|
||||||
<slf4j.version>1.7.7</slf4j.version>
|
<slf4j.version>1.7.7</slf4j.version>
|
||||||
<hadoop-snappy.version>0.0.1-SNAPSHOT</hadoop-snappy.version>
|
|
||||||
<clover.version>4.0.3</clover.version>
|
<clover.version>4.0.3</clover.version>
|
||||||
<jamon-runtime.version>2.4.1</jamon-runtime.version>
|
<jamon-runtime.version>2.4.1</jamon-runtime.version>
|
||||||
<jettison.version>1.3.3</jettison.version>
|
<jettison.version>1.3.3</jettison.version>
|
||||||
|
@ -419,12 +419,6 @@ Its not an error.
|
|||||||
It is link:http://jira.codehaus.org/browse/MSITE-286[officially
|
It is link:http://jira.codehaus.org/browse/MSITE-286[officially
|
||||||
ugly] though.
|
ugly] though.
|
||||||
|
|
||||||
[[build.snappy]]
|
|
||||||
==== Building in snappy compression support
|
|
||||||
|
|
||||||
Pass `-Psnappy` to trigger the `hadoop-snappy` maven profile for building Google Snappy native libraries into HBase.
|
|
||||||
See also <<snappy.compression.installation,snappy.compression.installation>>
|
|
||||||
|
|
||||||
[[releasing]]
|
[[releasing]]
|
||||||
== Releasing Apache HBase
|
== Releasing Apache HBase
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user