At 2014-10-23 09:48:55 +0530, Arpit Kumar <arp8...@gmail.com> wrote:
> error: value partitionBy is not a member of
> org.apache.spark.rdd.RDD[(org.apache.spark.graphx.PartitionID,
> org.apache.spark.graphx.Edge[ED])]

Since partitionBy is a member of PairRDDFunctions, it sounds like the implicit 
conversion from RDD to PairRDDFunctions is not getting applied. Does it help to 
"import org.apache.spark.SparkContext._" before applying the workaround?

Ankur

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to