Skip to content

Commit

Permalink
fixed a merge issue and a failed unit
Browse files Browse the repository at this point in the history
  • Loading branch information
dorx committed Jul 28, 2014
1 parent ea7d27f commit 17a381b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import org.apache.spark.deploy.SparkHadoopUtil
import org.apache.spark.partial.{BoundedDouble, PartialResult}
import org.apache.spark.serializer.Serializer
import org.apache.spark.util.Utils
import org.apache.spark.util.collection.CompactBuffer
import org.apache.spark.util.random.StratifiedSamplingUtils

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class PairRDDFunctionsSuite extends FunSuite with SharedSparkContext {
takeSampleAndValidatePoisson(stratifiedData, false, samplingRate, seed, n)
}

val defaultSeed = 42L
val defaultSeed = 1L

// vary RDD size
for (n <- List(100, 1000, 1000000)) {
Expand Down

0 comments on commit 17a381b

Please sign in to comment.