When I save this RDD[(String,Double)]
as a text file I get:
(Ram is great,1.0)
Can I save into file without these brackets and also can we change this comma and put some other delimiter like tab (\t
).
Hence it will look like:
Ram is great 1.0