Spark version 0.7.3
Is the easiest thing to reconvert the map produced by the countByKey() function into an RDD and then save it to text file? Having to use scala file IO or the Hadoop FileSystem object directly were not ideal solutions.
Spark version 0.7.3
Is the easiest thing to reconvert the map produced by the countByKey() function into an RDD and then save it to text file? Having to use scala file IO or the Hadoop FileSystem object directly were not ideal solutions.