On Fri, Mar 9, 2018 at 4:08 PM, Meisam Fathi <meisam.fa...@gmail.com> wrote:
> If Livy is compiled against a particular major version
> of Spark (say 2.1.0), it cannot run interactive sessions on a different
> Spark version (say 1.6). I am interested to know how we can get around this
> restriction.

It would require a lot of changes to the build, but the main thing to
do is to compile the rsc module against different versions of scala /
spark and packaging all of those in the same livy distribution.

The server itself doesn't really care what version of Spark is being run.

-- 
Marcelo

Reply via email to