Skip to content

Instantly share code, notes, and snippets.

@cerisier
Created April 17, 2016 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cerisier/3b48522f2e67086d0e8b22269501b843 to your computer and use it in GitHub Desktop.
Save cerisier/3b48522f2e67086d0e8b22269501b843 to your computer and use it in GitHub Desktop.
abstract class RDD[T: ClassTag](...) extends Serializable with Logging {
...
/** Optionally overridden by subclasses to specify how they are partitioned. */
@transient val partitioner: Option[Partitioner] = None
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment