zeppelin git commit: [ZEPPELIN-1632] Add the possibility to cancel flink jobs in local mode

2016-11-08 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 1922a9cb5 -> 34621717d [ZEPPELIN-1632] Add the possibility to cancel flink jobs in local mode ### What is this PR for? Especially for long running flink streaming jobs it should be possible to cancel a job by clicking the cancel button

[1/2] zeppelin git commit: [ZEPPELIN-1003] Refactoring visualization

2016-11-08 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master f866d234a -> 865d10f19 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/865d10f1/zeppelin-web/src/app/visualization/visualization.js -- diff --git

zeppelin git commit: [ZEPPELIN-1633] Flink: Set maxClassfileName to 128

2016-11-08 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 48e92189a -> 1922a9cb5 [ZEPPELIN-1633] Flink: Set maxClassfileName to 128 ### What is this PR for? This bug was fixed for the spark interpreter in https://issues.apache.org/jira/browse/ZEPPELIN-926, but the bug can also occur in the

[2/3] zeppelin git commit: ZEPPELIN-1345 - Create a custom matplotlib backend that natively supports inline plotting in a python interpreter cell

2016-11-08 Thread moon
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/438dbca6/notebook/2C2AUG798/note.json -- diff --git a/notebook/2C2AUG798/note.json b/notebook/2C2AUG798/note.json new file mode 100644 index 000..f58dee8 --- /dev/null +++

[1/3] zeppelin git commit: ZEPPELIN-1345 - Create a custom matplotlib backend that natively supports inline plotting in a python interpreter cell

2016-11-08 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 34621717d -> 438dbca68 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/438dbca6/pom.xml -- diff --git a/pom.xml b/pom.xml index 558ce06..c9b4e02 100644 ---

[3/3] zeppelin git commit: ZEPPELIN-1345 - Create a custom matplotlib backend that natively supports inline plotting in a python interpreter cell

2016-11-08 Thread moon
ZEPPELIN-1345 - Create a custom matplotlib backend that natively supports inline plotting in a python interpreter cell ### What is this PR for? This PR is the first of two major steps needed to improve matplotlib integration in Zeppelin (ZEPPELIN-1344). The latter, which is a plotting backend

zeppelin git commit: [Zeppelin-1611] - Support PAM (System User) Authentication

2016-11-08 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 438dbca68 -> f866d234a [Zeppelin-1611] - Support PAM (System User) Authentication ### What is this PR for? This PR adds [PAM](https://en.wikipedia.org/wiki/Pluggable_authentication_module) authentication support based on the

[1/3] zeppelin git commit: [ZEPPELIN-116] Add Apache Mahout Interpreter

2016-11-08 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 0758b7078 -> e25266706 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e2526670/scripts/mahout/add_mahout_interpreters.py -- diff --git

zeppelin git commit: [ZEPPELIN-1358] Add support to display Pandas DataFrame index using z.show()

2016-11-08 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master a4f9f6bad -> dbd81bf85 [ZEPPELIN-1358] Add support to display Pandas DataFrame index using z.show() ### What is this PR for? Add support to display optionally Pandas DataFrame index using z.show(show_index=True) in python interpreter.

[2/3] zeppelin git commit: [ZEPPELIN-116] Add Apache Mahout Interpreter

2016-11-08 Thread bzz
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e2526670/notebook/2BYEZ5EVK/note.json -- diff --git a/notebook/2BYEZ5EVK/note.json b/notebook/2BYEZ5EVK/note.json new file mode 100644 index 000..1a753ba --- /dev/null +++

[3/3] zeppelin git commit: [ZEPPELIN-116] Add Apache Mahout Interpreter

2016-11-08 Thread bzz
[ZEPPELIN-116] Add Apache Mahout Interpreter ### What is this PR for? This PR adds Mahout functionality for the Spark Interpreter. ### What type of PR is it? Improvement ### Todos - [x] Implement Mahout Interpreter in Spark - [x] Add Unit Tests - [x] Add Documentation - [x] Add Example Notebook