GitHub user Leemoonsoo opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/75
ZEPPELIN-44 Interpreter for Apache Flink
#### Interpreter for [Apache Flink](http://flink.apache.org/).
Flink people helped a lot to write the interpreter. Thanks so much! Some
codes are copied from Flink's development branch. Once Flink releases 0.9,
copied code and snapshot repository configuration will be removed.
#### Build
if there're no options, by default it is building against flink
0.9.0-milestone-1.
With combination of Zeppelin, it is good idea to use 0.9-SNAPSHOT, because
of it support .collect() that helps really a lot to get results data and
display it on Zeppelin.
So, you might want to build in this way,
```
mvn package -Dflink.version=0.9-SNAPSHOT -DskipTests
```
#### Screenshot

You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Leemoonsoo/incubator-zeppelin flink
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/75.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 #75
----
commit c0d2b9d5c34e7560e46c7fcb1a43d0ee1eb8d924
Author: Lee moon soo <[email protected]>
Date: 2015-05-11T14:56:00Z
Initial implementation of interpreter for Apache Flink
commit 9a7a6a38d6e6ec83e00490fa01a146b692316ab3
Author: Lee moon soo <[email protected]>
Date: 2015-05-11T17:43:52Z
Cleaning up
commit f255a036f671aa6643fe02124856e2958214645d
Author: Lee moon soo <[email protected]>
Date: 2015-05-11T17:55:53Z
Fix unittest and update comment
commit 0ca3a4762661d5d70a556fcb47e297ea8eb031bf
Author: Lee moon soo <[email protected]>
Date: 2015-05-18T03:23:24Z
Add apache snapshot repo
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---