Skip to content

Commit

Permalink
Bug 18912: Make curator jar as compile time dependency.
Browse files Browse the repository at this point in the history
Hadoop 2.5 does not have curator jar. But Spark Master HA needs it.

Testing:
Verified spark assembly jar contains LeaderLatchListener.class
  • Loading branch information
rkannan82 committed Jun 1, 2015
1 parent cc54ae2 commit 979a73f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,7 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>2.4.0</version>
<scope>${hadoop.deps.scope}</scope>
<version>2.7.1</version>
<exclusions>
<exclusion>
<groupId>org.jboss.netty</groupId>
Expand Down Expand Up @@ -1640,7 +1639,7 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>2.4.0</version>
<version>2.7.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
Expand Down

0 comments on commit 979a73f

Please sign in to comment.