[GitHub] zeppelin issue #1369: [ZEPPELIN-1376] Add proxy credentials for dependency r...

2016-09-15 Thread doanduyhai
Github user doanduyhai commented on the issue: https://github.com/apache/zeppelin/pull/1369 @AhyoungRyu @astroshim Is the fix ok for you now ? The build is green --- 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

[Need-Help][Eclipse][Windows] Problem

2016-09-15 Thread Andrea Santurbano
Hi to all, i'm trying to execute Zeppelin via Eclipse, using this steps: 1) *mvn clean install -DskipTests *(in Zeppelin root) 2) *cd zeppelin-server* 3) *mvn exec:java -Dexec.mainClass="org.apache.zeppelin.server.ZeppelinServer" -Dexec.args=""* But i get the following exception:

[GitHub] zeppelin issue #1422: Allow matplotlib plot display in pyspark context

2016-09-15 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/1422 Can we have some integration test to verify this one? --- 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

[GitHub] zeppelin pull request #1430: [ZEPPELIN-868] Notebook import fails when noteb...

2016-09-15 Thread vensant
GitHub user vensant opened a pull request: https://github.com/apache/zeppelin/pull/1430 [ZEPPELIN-868] Notebook import fails when notebook is large ### What is this PR for? A bug fix: Added validation in the note import dialog box to check for the uploaded json file size and

[GitHub] zeppelin issue #1334: [ZEPPELIN-682] New interpreter for Apache Beam (incuba...

2016-09-15 Thread mfelgamal
Github user mfelgamal commented on the issue: https://github.com/apache/zeppelin/pull/1334 @bzz Gentle reminder! --- 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

[jira] [Created] (ZEPPELIN-1442) Pyspark in Zeppelin does not support UDF

2016-09-15 Thread Egor Pahomov (JIRA)
Egor Pahomov created ZEPPELIN-1442: -- Summary: Pyspark in Zeppelin does not support UDF Key: ZEPPELIN-1442 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1442 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-1443) Spark Interpreter Respects Settings spark-defaults.conf

2016-09-15 Thread Chris Cannon (JIRA)
Chris Cannon created ZEPPELIN-1443: -- Summary: Spark Interpreter Respects Settings spark-defaults.conf Key: ZEPPELIN-1443 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1443 Project: Zeppelin

[GitHub] zeppelin pull request #1424: [ZEPPELIN-1426] User aware storage sync

2016-09-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1424 --- 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

[GitHub] zeppelin pull request #1393: [ZEPPELIN-1142] Zeppelin allows two users to si...

2016-09-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1393 --- 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

[GitHub] zeppelin pull request #:

2016-09-15 Thread karup1990
Github user karup1990 commented on the pull request: https://github.com/apache/zeppelin/commit/21a084b170b29dee0f2d57aae22b00c785ef0c8e#commitcomment-19048678 In zeppelin-web/src/app/interpreter/interpreter.controller.js: In

[GitHub] zeppelin issue #1422: Allow matplotlib plot display in pyspark context

2016-09-15 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1422 This code looks very similar to the one we have in [python interpreter](https://github.com/apache/zeppelin/blob/master/python/src/main/resources/bootstrap.py#L167), contributed by @bustios and