redsk opened a new pull request #3737: Zeppelin 4582
URL: https://github.com/apache/zeppelin/pull/3737
 
 
   ### What is this PR for?
   Add scala 2.12 support for interpreters
   
   ### What type of PR is it?
   Improvement
   
   ### Todos
   * [ ] - `scalate-maven-plugin` used in `cassandra` does not exist for scala 
2.12 and has not been in development since 2015. However, there's a 
[version](https://github.com/stephennancekivell/scalate-maven-plugin) compiled 
for scala 2.12 
[here](https://search.maven.org/artifact/com.stephenn/scalate-maven-plugin_2.12/0.0.2/maven-plugin).
 But no single version compiled for the three scala version (which would be 
needed for Zeppelin's pom.xml). I've hacked my way [like this](
   
https://github.com/redsk/zeppelin/commit/cb0fa2c5af547974dd995d0db93d90f54a9437f2)
 just to compile Zeppelin but we probably need a better solution.
   * [] - Beam. `beam-runners-flink_2.12` does not exist. There seem to be a 
[workaround](https://issues.apache.org/jira/browse/BEAM-7544?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel)
 but I've not tried it. I've just disabled Beam from the modules for testing 
Zeppelin.
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-4582
   
   ### How should this be tested?
   Not done yet.
   
   ### Questions:
   * Does the licenses files need update? No
   * Is there breaking changes for older versions? Unsure
   * Does this needs documentation? Probably
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to