Skip to content

Commit

Permalink
Added pyrolite dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ahirreddy committed Apr 15, 2014
1 parent 79f739d commit e4d21b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ private object SpecialLengths {
val TIMING_DATA = -3
}

object PythonRDD {
private[spark] object PythonRDD {
val UTF8 = Charset.forName("UTF-8")

def readRDDFromFile(sc: JavaSparkContext, filename: String, parallelism: Int):
Expand Down
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ object SparkBuild extends Build {
"com.twitter" % "chill-java" % chillVersion excludeAll(excludeAsm),
"org.tachyonproject" % "tachyon" % "0.4.1-thrift" excludeAll(excludeHadoop, excludeCurator, excludeEclipseJetty, excludePowermock),
"com.clearspring.analytics" % "stream" % "2.5.1",
"net.razorvine" % "pyrolite_2.10" % "1.1"
"org.spark-project" % "pyrolite" % "2.0"
),
libraryDependencies ++= maybeAvro
)
Expand Down

0 comments on commit e4d21b4

Please sign in to comment.