Fixing tests

This commit is contained in:
Joseph E. Gonzalez 2013-11-07 20:40:21 -08:00
parent e523f0d2fb
commit 161784d0e6

View file

@ -23,6 +23,7 @@ import org.apache.spark.rdd._
import org.apache.spark.storage.StorageLevel import org.apache.spark.storage.StorageLevel
import org.apache.spark.util.collection.{BitSet, OpenHashSet, PrimitiveKeyOpenHashMap} import org.apache.spark.util.collection.{BitSet, OpenHashSet, PrimitiveKeyOpenHashMap}
import org.apache.spark.graph.impl.AggregationMsg import org.apache.spark.graph.impl.AggregationMsg
import org.apache.spark.graph.impl.MsgRDDFunctions._
/** /**
* The `VertexSetIndex` maintains the per-partition mapping from * The `VertexSetIndex` maintains the per-partition mapping from