Re: Does the Standalone cluster and Applications need to be same Spark version?

2015-11-08 Thread Hitoshi Ozawa
I think it depends on the versions. Using something like 0.9.2 and 1.5.1 isn't recommended. 1.5.0 and 1.5.1 is a minor bug release so I think most will work but some feature may behave differently so it's better to use the same revision. Changes between versions/releases are listed in CHANGES.txt

Re: Does the Standalone cluster and Applications need to be same Spark version?

2015-11-03 Thread Saisai Shao
I think it can be worked unless you use some new APIs that only exists in 1.5.1 release (mostly this will not happened). You'd better take a try to see if it can be run or not. On Tue, Nov 3, 2015 at 10:11 AM, pnpritchard < nicholas.pritch...@falkonry.com> wrote: > The title gives the gist of

Does the Standalone cluster and Applications need to be same Spark version?

2015-11-02 Thread pnpritchard
The title gives the gist of it: Does the Standalone cluster and Applications need to be same Spark version? For example, say I have a Standalone cluster running version 1.5.0. Can I run an application that was built with the spark library 1.5.1, and using the spark-submit script from 1.5.1