GitHub user ravwojdyla opened a pull request: https://github.com/apache/zeppelin/pull/1471
Closes ZEPPELIN-1505: Add Scio interpreter ### What is this PR for? Closes #ZEPPELIN-1505. Adds Scio interpreter. Scio is a Scala DSL on top of Dataflow/Beam. ### What type of PR is it? Improvement - ZEPPELIN-1505 ### Todos * [ ] - test integration with zeppelin context * [ ] - what to do about code completion? * [ ] - add more tests? ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1505 ### How should this be tested? ``` mvn -pl scio,zeppelin-display,zeppelin-interpreter -Dtest='org.apache.zeppelin.scio.*' -DfailIfNoTests=false test ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/ravwojdyla/incubator-zeppelin scio Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1471.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1471 ---- commit b85c3c028f13064345cb149f1d162c41d5bc4dba Author: Rafal Wojdyla <r...@spotify.com> Date: 2016-09-28T04:36:20Z Add Scio interpreter commit c8463c6540021b782851090ce359c263717905eb Author: Rafal Wojdyla <r...@spotify.com> Date: 2016-09-29T01:16:42Z Add Scio interpreter tests ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---