Hey gurus,

I'm having a little trouble deciphering the docs for

sequenceFile[K, V](path: String, minSplits: Int =
defaultMinSplits<http://spark.incubator.apache.org/docs/latest/api/core/org/apache/spark/SparkContext.html#defaultMinSplits:Int>
)(implicit km: ClassManifest[K], vm: ClassManifest[V], kcf: () =>
WritableConverter[K], vcf: () => WritableConverter[V]):
RDD<http://spark.incubator.apache.org/docs/latest/api/core/org/apache/spark/rdd/RDD.html>[(K,
V)]

Does anyone have a short example snippet?

tks
shay

Reply via email to