Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Fix Thrift dep for cdh3.
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Apr 9, 2012
1 parent 3c4a466 commit fb9b345
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project/MongoHadoopBuild.scala
Expand Up @@ -151,7 +151,7 @@ object MongoHadoopBuild extends Build {

val exampleSettings = dependentSettings
val pigSettings = dependentSettings ++ Seq(
//resolvers ++= Seq(Resolvers.hypobytes), /** Seems to have thrift deps I need*/
resolvers ++= Seq(Resolvers.rawsonApache), /** Seems to have thrift deps I need*/
libraryDependencies <++= (scalaVersion, libraryDependencies, hadoopRelease) { (sv, deps, hr: String) =>

val hadoopDeps = coreHadoopMap.getOrElse(hr, sys.error("Hadoop Release '%s' is an invalid/unsupported release. Valid entries are in %s".format(hr, coreHadoopMap.keySet)))
Expand Down Expand Up @@ -251,13 +251,15 @@ object Resolvers {
val mitSimileRepo = "Simile Repo at MIT" at "http://simile.mit.edu/maven"
val mavenOrgRepo = "Maven.Org Repository" at "http://repo1.maven.org/maven2/"
/** Seems to have thrift deps I need*/
val hypobytes = "Hypobytes" at "https://hypobytes.com/maven/content/groups/public"
val rawsonApache = "rawsonApache" at "http://people.apache.org/~rawson/repo/"

}

object Dependencies {
val mongoJavaDriver = "org.mongodb" % "mongo-java-driver" % "2.7.3"
val junit = "junit" % "junit" % "4.10" % "test"
val flume = "com.cloudera" % "flume-core" % "0.9.4-cdh3u3"

}

// vim: set ts=2 sw=2 sts=2 et:

0 comments on commit fb9b345

Please sign in to comment.