Hi,
I have an input file of a graph in the format <source_node   dest_node>
When I use sc.textFile, it will change the entire text file into an RDD.
How can I transform the file into key, value pair and then eventually into
paired RDDs.
Thank You

Reply via email to