Skip to content

Commit

Permalink
Modified unit test Spark config to eliminate log junk.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Aug 11, 2015
1 parent 3217d94 commit bbdc3ce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ trait ADAMFunSuite extends SparkFunSuite {
override val appName: String = "adam"
override val properties: Map[String, String] = Map(("spark.serializer", "org.apache.spark.serializer.KryoSerializer"),
("spark.kryo.registrator", "org.bdgenomics.adam.serialization.ADAMKryoRegistrator"),
("spark.kryoserializer.buffer.mb", "4"),
("spark.kryo.referenceTracking", "true"))
}

0 comments on commit bbdc3ce

Please sign in to comment.