Re: transforming a Map object to RDD

2014-09-01 Thread Matthew Farrellee
aveAsTextFile() operation to output the Map object? thanks -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/transforming-a-Map-object-to-RDD-tp13071.html Sent from the Apache Spark User List mailing list archive at Nabble.com. -

Re: transforming a Map object to RDD

2014-08-28 Thread Sean Owen
to an RDD so that I can use the > saveAsTextFile() operation to output the Map object? > > thanks > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/transforming-a-Map-object-to-RDD-tp13071.htm

transforming a Map object to RDD

2014-08-28 Thread SK
Hi, How do I convert a Map object to an RDD so that I can use the saveAsTextFile() operation to output the Map object? thanks -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/transforming-a-Map-object-to-RDD-tp13071.html Sent from the Apache Spark User