Re: output the datas(txt)

2016-02-28 Thread Chandeep Singh
ow can I output them to 1.txt > like : > 1 2 3 > 2 3 4 > 3 4 6 > > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/output-the-datas

Re: output the datas(txt)

2016-02-28 Thread Don Drake
y(1,2,3),Array(2,3,4),Array(3,4,6)) > how can I output them to 1.txt > like : > 1 2 3 > 2 3 4 > 3 4 6 > > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/output-

output the datas(txt)

2016-02-27 Thread Bonsen
I get results from RDDs, like : Array(Array(1,2,3),Array(2,3,4),Array(3,4,6)) how can I output them to 1.txt like : 1 2 3 2 3 4 3 4 6 -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/output-the-datas-txt-tp26350.html Sent from the Apache Spark User List