You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by JoneZhang <jo...@gmail.com> on 2015/07/23 09:51:31 UTC

How to deal with the spark streaming application while upgrade spark

My spark streaming on kafka application is running in spark 1.3.
I want upgrade spark to 1.4 now.

How to deal with the spark streaming application?
Save the kafka topic partition offset, then kill the application, then
upgrade, then run spark streaming again?
Is there more elegant way?



--
View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/How-to-deal-with-the-spark-streaming-application-while-upgrade-spark-tp23964.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


Re: How to deal with the spark streaming application while upgrade spark

Posted by Tathagata Das <td...@databricks.com>.
Currently that is the best way.

On Thu, Jul 23, 2015 at 12:51 AM, JoneZhang <jo...@gmail.com> wrote:

> My spark streaming on kafka application is running in spark 1.3.
> I want upgrade spark to 1.4 now.
>
> How to deal with the spark streaming application?
> Save the kafka topic partition offset, then kill the application, then
> upgrade, then run spark streaming again?
> Is there more elegant way?
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/How-to-deal-with-the-spark-streaming-application-while-upgrade-spark-tp23964.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
>
>