Hello,
I am trying to write multiple files with Spark, but I can not find a way to
do it.
Here is the idea.
val rddKeyValue : Rdd[(String, String)] = rddlines.map( line =>
createKeyValue(line))
now I would like to save this as and all the values inside
the file
I tried to use this after the
Hello,
I am trying to write multiple files with Spark, but I can not find a way to
do it.
Here is the idea.
val rddKeyValue : Rdd[(String, String)] = rddlines.map( line =>
createKeyValue(line))
now I would like to save this as and all the values inside
the file
I tried to use this after the