Skip to content

Commit

Permalink
KAFKA-368 use the pig core jar from maven instead of distributing it …
Browse files Browse the repository at this point in the history
…patch by Joe Stein reviewed by Jun Rao and Neha Narkhede

git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.7.1@1352144 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Joe Stein committed Jun 20, 2012
1 parent 6cbeab0 commit 0ceac63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file removed contrib/hadoop-consumer/lib/pig-0.8.0-core.jar
Binary file not shown.
Binary file removed contrib/hadoop-producer/lib/pig-0.8.0-core.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions project/build/KafkaProject.scala
Expand Up @@ -191,6 +191,9 @@ class KafkaProject(info: ProjectInfo) extends ParentProject(info) with IdeaProje
<dependency org="org.apache.hadoop" name="hadoop-core" rev="0.20.2">
<exclude module="junit"/>
</dependency>
<dependency org="org.apache.pig" name="pig" rev="0.8.0">
<exclude module="junit"/>
</dependency>
</dependencies>

}
Expand All @@ -211,6 +214,9 @@ class KafkaProject(info: ProjectInfo) extends ParentProject(info) with IdeaProje
<dependency org="org.apache.hadoop" name="hadoop-core" rev="0.20.2">
<exclude module="junit"/>
</dependency>
<dependency org="org.apache.pig" name="pig" rev="0.8.0">
<exclude module="junit"/>
</dependency>
</dependencies>

val jodaTime = "joda-time" % "joda-time" % "1.6"
Expand Down

0 comments on commit 0ceac63

Please sign in to comment.