Re: Multiple streams at the same time

2014-07-16 Thread Tathagata Das
o, it covers almost all our needs (i hope so :)) > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Multiple-streams-at-the-same-time-tp9819p9936.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. >

Re: Multiple streams at the same time

2014-07-16 Thread gorenuru
om/Multiple-streams-at-the-same-time-tp9819p9936.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Multiple streams at the same time

2014-07-15 Thread Tathagata Das
ation for each context. >> >> Do you know about any plans to support it? >> >> >> >> -- >> View this message in context: >> http://apache-spark-user-list.1001560.n3.nabble.com/Multiple-streams-at-the-same-time-tp9819p9842.html >> Sent fr

Re: Multiple streams at the same time

2014-07-15 Thread gorenuru
ecause we have to be responsible for proper akka and UI port determination for each context. Do you know about any plans to support it? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Multiple-streams-at-the-same-time-tp9819p9842.html Sent from the Ap

Re: Multiple streams at the same time

2014-07-15 Thread Tathagata Das
ve to be responsible for proper akka and > UI > port determination for each context. > > Do you know about any plans to support it? > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Multiple-streams-at-the-same-time-tp981

Re: Multiple streams at the same time

2014-07-15 Thread gorenuru
ssage in context: http://apache-spark-user-list.1001560.n3.nabble.com/Multiple-streams-at-the-same-time-tp9819p9842.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Multiple streams at the same time

2014-07-15 Thread Tathagata Das
Creating multiple StreamingContexts using the same SparkContext is currently not supported. :) Guess it was not clear in the docs. Note to self. TD On Tue, Jul 15, 2014 at 1:50 PM, gorenuru wrote: > Hi everyone. > > I have some problems running multiple streams at the same time. &

Multiple streams at the same time

2014-07-15 Thread gorenuru
Hi everyone. I have some problems running multiple streams at the same time. What i am doing is: object Test { import org.apache.spark.streaming._ import org.apache.spark.streaming.StreamingContext._ import org.apache.spark.api.java.function._ import org.apache.spark.streaming