Skip to content
Snippets Groups Projects
Commit 5d050a3e authored by Reynold Xin's avatar Reynold Xin
Browse files

Removed the unused shuffleId in ShuffleDependency's constructor.

parent e89ffc7b
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ abstract class NarrowDependency[T](rdd: RDD[T]) extends Dependency(rdd) {
/**
* Represents a dependency on the output of a shuffle stage.
* @param shuffleId the shuffle id
* @param rdd the parent RDD
* @param partitioner partitioner used to partition the shuffle output
* @param serializerClass class name of the serializer to use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment