sful proof was the following:
> >> val rdd = sc.parallelize(Array(("a",2), ("b",3), ("c",1)))
> >> rdd.saveAsSequenceFile("tachyon://.../123.sf2")
> >> val rdd2 = sc.sequenceFile[String,Int]("tachyon://.../123.sf2")
> >>
> >> How can I do something similar with streaming?
> >>
> >>
> >>
> >>
> >> --
> >> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/saveAsSequenceFile-for-DStream-tp10369.html
> >> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
uot;,1)))
>> rdd.saveAsSequenceFile("tachyon://.../123.sf2")
>> val rdd2 = sc.sequenceFile[String,Int]("tachyon://.../123.sf2")
>>
>> How can I do something similar with streaming?
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://apache-spark-user-list.1001560.n3.nabble.com/saveAsSequenceFile-for-DStream-tp10369.html
>> Sent from the Apache Spark User List mailing list archive at Nabble.com.
sc.parallelize(Array(("a",2), ("b",3), ("c",1)))
> rdd.saveAsSequenceFile("tachyon://.../123.sf2")
> val rdd2 = sc.sequenceFile[String,Int]("tachyon://.../123.sf2")
>
> How can I do something similar with streaming?
>
>
>
>
>
g similar with streaming?
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/saveAsSequenceFile-for-DStream-tp10369.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.