You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Alex Ott <al...@gmail.com> on 2019/08/19 06:49:21 UTC

scio?

Hi all

when trying to compile Zeppelin yesterday, I've noticed that Scio is
hardcoded to use Scala 2.10 (and it's name also contains the Scala
version), so Zeppelin doesn't compile with Scala 2.11 profile, although
there is a Scio version for Scala 2.11.
It also explicitly sets Java version to Java 7.

I can't check JIRA right now - it's in maintenance - do we have a JIRA for
improving Scio & Beam support?
I can make initial change to make Scio not dependent on the Scala 2.10, and
remove Java 7 configuration.

What do you think?

-- 
With best wishes,                    Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)

Re: scio?

Posted by Jeff Zhang <zj...@gmail.com>.
I don't think there's ticket tracking this issue, feel free to create
ticket.

Alex Ott <al...@gmail.com> 于2019年8月19日周一 下午2:49写道:

> Hi all
>
> when trying to compile Zeppelin yesterday, I've noticed that Scio is
> hardcoded to use Scala 2.10 (and it's name also contains the Scala
> version), so Zeppelin doesn't compile with Scala 2.11 profile, although
> there is a Scio version for Scala 2.11.
> It also explicitly sets Java version to Java 7.
>
> I can't check JIRA right now - it's in maintenance - do we have a JIRA for
> improving Scio & Beam support?
> I can make initial change to make Scio not dependent on the Scala 2.10, and
> remove Java 7 configuration.
>
> What do you think?
>
> --
> With best wishes,                    Alex Ott
> http://alexott.net/
> Twitter: alexott_en (English), alexott (Russian)
>


-- 
Best Regards

Jeff Zhang