Skip to content

Commit

Permalink
[SPARK-6103][Graphx]remove unused class to import in EdgeRDDImpl
Browse files Browse the repository at this point in the history
Class TaskContext is unused in EdgeRDDImpl, so we need to remove it from import list.

Author: Lianhui Wang <[email protected]>

Closes #4846 from lianhuiwang/SPARK-6103 and squashes the following commits:

31aed64 [Lianhui Wang] remove unused class to import in EdgeRDDImpl
  • Loading branch information
lianhuiwang authored and srowen committed Mar 2, 2015
1 parent 948c239 commit 49c7a8f
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 49c7a8f

Please sign in to comment.