Skip to content

Commit

Permalink
Issue NICTA#303: Added hadoop2 classifier to avro dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamLea authored and ivmaykov committed Jan 10, 2014
1 parent 331b83f commit cc91c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object dependencies {
"org.apache.hadoop" % "hadoop-mapreduce-client-jobclient" % "2.2.0",
"org.apache.hadoop" % "hadoop-mapreduce-client-core" % "2.2.0",
"org.apache.hadoop" % "hadoop-annotations" % "2.2.0",
"org.apache.avro" % "avro-mapred" % "1.7.4")
"org.apache.avro" % "avro-mapred" % "1.7.4" classifier "hadoop2")
else if (version.contains("cdh3")) Seq("org.apache.hadoop" % "hadoop-core" % "0.20.2-cdh3u1",
"org.apache.avro" % "avro-mapred" % "1.7.4")
else Seq("org.apache.hadoop" % "hadoop-client" % "2.0.0-mr1-cdh4.0.1" exclude("asm", "asm"),
Expand Down

0 comments on commit cc91c33

Please sign in to comment.