Re: save a histogram to a file

2015-01-23 Thread Sean Owen
t._1).saveAsTextFile("file1") > val arr2 = sc.parallelize(hist._2).saveAsTextFile("file2") > > Is there a simpler way to save the histogram() result to a file? > > thanks > > > > -- > View this message in context: > http://apache-spark-user-list.100156

Re: save a histogram to a file

2015-01-23 Thread madhu phatak
lelize(hist._1).saveAsTextFile("file1") > val arr2 = sc.parallelize(hist._2).saveAsTextFile("file2") > > Is there a simpler way to save the histogram() result to a file? > > thanks > > > > -- > View this message in context: > http://apache-spark-user

save a histogram to a file

2015-01-22 Thread SK
) val arr2 = sc.parallelize(hist._2).saveAsTextFile("file2") Is there a simpler way to save the histogram() result to a file? thanks -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/save-a-histogram-to-a-file-tp21324.html Sent from the Apache Spark User List