You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/09/15 12:47:32 UTC

[GitHub] [zeppelin] alexott opened a new pull request #3446: ZEPPELIN-4329 fix building Scio with Scala 2.11

alexott opened a new pull request #3446: ZEPPELIN-4329 fix building Scio with Scala 2.11
URL: https://github.com/apache/zeppelin/pull/3446
 
 
   ### What is this PR for?
   
   Goal is to make Scio & Beam interpreters buildable with Scala 2.11 profile.
   
   Now both Scio & Beam interpreters explicitly use Scala 2.10, so it's possible
   to compile both if Scala 2.11 profile is enabled.
   
   Also was need to add missing dependency for Beam interpreter, otherwise it didn't work.
   
   Plus small rework of the properties, so the Scala 2.10 version could be explicitly used in
   the interpreters. (Also, tried Scala 2.10.7, and it didn't work, so we must stay on 2.10.5).
   
   ### What type of PR is it?
   Bug Fix 
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/ZEPPELIN-4329
   
   ### How should this be tested?
   
   * Tested manually by building both default & Scala 2.10 profiles 
   * Travis CI build: https://travis-ci.org/alexott/zeppelin/builds/585186691

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services