You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by ponkin <al...@ya.ru> on 2015/08/26 06:44:10 UTC

Re: use GraphX with Spark Streaming

Hi,
Sure you can. StreamingContext has property /def sparkContext:
SparkContext/(see  docs
<http://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.streaming.StreamingContext> 
). Think about DStream - main abstraction in Spark Streaming, as a sequence
of RDD. Each DStream can be transform as RDD with method transform(see  docs
<http://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.streaming.dstream.DStream> 
) . So you can use whatever you want depends on your problem.



--
View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/use-GraphX-with-Spark-Streaming-tp24418p24451.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@spark.apache.org
For additional commands, e-mail: user-help@spark.apache.org