mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
#### 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  Author: Lee moon soo <moon@apache.org> Closes #75 from Leemoonsoo/flink and squashes the following commits: |
||
|---|---|---|
| .. | ||
| site | ||
| checkstyle.xml | ||
| scalastyle.xml | ||