zeppelin/_tools
Lee moon soo f0301cdfa4 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

![image](https://cloud.githubusercontent.com/assets/1540981/7674014/32c0ee68-fd59-11e4-9ee6-5ec0bbf6a8f2.png)

Author: Lee moon soo <moon@apache.org>

Closes #75 from Leemoonsoo/flink and squashes the following commits:

f08bd25 [Lee moon soo] Update pom.xml after https://github.com/apache/incubator-zeppelin/pull/88
460cf46 [Lee moon soo] jarr up -> jar up
501efb3 [Lee moon soo] Add scalastyle
e69e5ba [Lee moon soo] Add license
7be1f90 [Lee moon soo] Add apache snapshot repo
ebbd0da [Lee moon soo] Fix unittest and update comment
27fc306 [Lee moon soo] Cleaning up
f2a66df [Lee moon soo] Initial implementation of interpreter for Apache Flink
2015-06-09 11:14:42 -07:00
..
site Add checkstyle for google convention and site template 2014-11-20 14:54:44 +09:00
checkstyle.xml Rename package/groupId to org.apache and apply rat plugin. 2015-04-06 13:05:04 +09:00
scalastyle.xml ZEPPELIN-44 Interpreter for Apache Flink 2015-06-09 11:14:42 -07:00