Skip to content

Commit

Permalink
Fix Apache Curator version in hadoop-palantir profile (apache#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrand authored and robert3005 committed Mar 18, 2017
1 parent 8e5c2b1 commit 3e7e0a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dev/deps/spark-deps-hadoop-palantir
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ commons-net-2.2.jar
commons-pool-1.5.4.jar
compress-lzf-1.0.3.jar
core-1.1.2.jar
curator-client-2.6.0.jar
curator-framework-2.6.0.jar
curator-recipes-2.6.0.jar
curator-client-2.7.1.jar
curator-framework-2.7.1.jar
curator-recipes-2.7.1.jar
datanucleus-api-jdo-3.2.6.jar
datanucleus-core-3.2.10.jar
datanucleus-rdbms-3.2.9.jar
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2649,10 +2649,8 @@
<profile>
<id>hadoop-palantir</id>
<properties>
<hadoop.version>2.8.0-palantir2</hadoop.version>
<jets3t.version>0.9.3</jets3t.version>
<zookeeper.version>3.4.6</zookeeper.version>
<curator.version>2.6.0</curator.version>
<hadoop.version>2.8.0-palantir2</hadoop.version>
<curator.version>2.7.1</curator.version>
</properties>
</profile>

Expand Down

0 comments on commit 3e7e0a1

Please sign in to comment.