Skip to content

Commit

Permalink
DB-3623 adding spark profile for HDP 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoodsmall committed Jul 31, 2015
1 parent 24c469e commit 97cbf53
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@
<properties>
<hadoop.version>2.6.0.2.2.4.0-2633</hadoop.version>
<hbase.version>0.98.4-hdp2.2.4-splice1.0.2-SNAPSHOT</hbase.version>
<flume.version>1.5.2.2.2.4.0-2633</flume.version>
<flume.version>1.5.2.2.2.4.0-2633</flume.version>
<zookeeper.version>3.4.6.2.2.4.0-2633</zookeeper.version>
<protobuf.version>2.5.0</protobuf.version>
<!-- derby.version>1.1.0-SNAPSHOT</derby.version -->
Expand All @@ -1288,6 +1288,26 @@
</properties>
</profile>

<profile>
<id>splice-hdp2.3.0</id>
<modules>
<module>yarn</module>
<module>network/yarn</module>
</modules>
<properties>
<hadoop.version>2.7.1.2.3.0.0-2557</hadoop.version>
<hbase.version>1.1.1-hdp2.3.0-splice1.0.2-SNAPSHOT</hbase.version>
<flume.version>1.5.2.2.3.0.0-2557</flume.version>
<zookeeper.version>3.4.6.2.3.0.0-2557</zookeeper.version>
<protobuf.version>2.5.0</protobuf.version>
<!-- derby.version>1.1.0-SNAPSHOT</derby.version -->
<jets3t.version>0.9.0</jets3t.version>
<commons.math3.version>3.1.1</commons.math3.version>
<avro.mapred.classifier>hadoop2</avro.mapred.classifier>
<snappy.version>1.0.4.1</snappy.version>
</properties>
</profile>

<profile>
<id>splice-cdh5.2.4</id>
<modules>
Expand Down

0 comments on commit 97cbf53

Please sign in to comment.