Hi,

I’m struggling to think of the best way to read a text file into an RDD[Char] 
rather than [String]

I can do: 

sc.textFile(….)  which gives me the Rdd[String],

Can anyone suggest the most efficient way to create the RDD[Char] ? I’m sure 
I’ve missed something simple…

Regards,
Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to