I have this:
val tokenFreq = reverseKey.countByKey
// tokenFreq: scala.collection.Map[String,Long] = Map(ABIGAIL -> 3,...
and I want to save the tokenFreq's result into a text file.
I tried to use saveAsTextFile, but it says:
error: value saveAsTextFile is not a member of scala.collection.Map[String,Long]