Skip to content

Commit

Permalink
remove unused class to import in EdgeRDDImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
lianhuiwang committed Mar 2, 2015
1 parent 3f00bb3 commit 31aed64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package org.apache.spark.graphx.impl

import scala.reflect.{classTag, ClassTag}

import org.apache.spark.{OneToOneDependency, HashPartitioner, TaskContext}
import org.apache.spark.{OneToOneDependency, HashPartitioner}
import org.apache.spark.rdd.RDD
import org.apache.spark.storage.StorageLevel

Expand Down

0 comments on commit 31aed64

Please sign in to comment.