[GitHub] zeppelin issue #1376: [ZEPPELIN-449] Enhance log messages when interpreter i...

2016-09-16 Thread lresende
Github user lresende commented on the issue: https://github.com/apache/zeppelin/pull/1376 @bzz Are we merging this ? Or should i close it ? --- 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 issue #1432: [HOT FIX][ZEPPELIN-1144] Fix compilation errors in Not...

2016-09-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1432 Please ignore my previous comments, just realize this is for fix the compilation issue. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] zeppelin issue #1432: [HOT FIX][ZEPPELIN-1144] Fix compilation errors in Not...

2016-09-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1432 @prabhjyotsingh @AhyoungRyu This make the compilation fails, which affect other PRs. Could you help do a quick fix on it ? https://travis-ci.org/apache/zeppelin/jobs/160614161 --- If your

[GitHub] zeppelin pull request #1404: ZEPPELIN-1411. UDF with pyspark not working - o...

2016-09-16 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/zeppelin/pull/1404 --- 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 #1404: ZEPPELIN-1411. UDF with pyspark not working - o...

2016-09-16 Thread zjffdu
GitHub user zjffdu reopened a pull request: https://github.com/apache/zeppelin/pull/1404 ZEPPELIN-1411. UDF with pyspark not working - object has no attribute 'parseDataType' ### What is this PR for? The root cause is that SQLContext's signature changes in spark 2.0. Spark

[GitHub] zeppelin issue #1432: [HOT FIX][ZEPPELIN-1144] Fix compilation errors in Not...

2016-09-16 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1432 Tested on local, LGTM. --- 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

[GitHub] zeppelin issue #1432: [HOT FIX][ZEPPELIN-1144] Fix compilation errors in Not...

2016-09-16 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1432 Only Selenium test failed now. I'm merging this as a hotfix. --- 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

[GitHub] zeppelin issue #1432: [HOT FIX][ZEPPELIN-1144] Fix compilation errors in Not...

2016-09-16 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1432 @khalidhuseynov @Leemoonsoo Thanks for the quick verification. Then will merge this one as a hotfix after CI checking! --- If your project is set up for it, you can reply to this email and

[GitHub] zeppelin issue #1432: [HOT FIX][ZEPPELIN-1144] Fix compilation errors in Not...

2016-09-16 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1432 LGTM --- 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

[GitHub] zeppelin pull request #1432: [HOT FIX][ZEPPELIN-1144] Fix compilation errors...

2016-09-16 Thread AhyoungRyu
GitHub user AhyoungRyu opened a pull request: https://github.com/apache/zeppelin/pull/1432 [HOT FIX][ZEPPELIN-1144] Fix compilation errors in Notebook.java ### What is this PR for? After #1330 merged, the latest master build failed with below compilation errors. ```

[GitHub] zeppelin issue #1431: [ZEPPELIN-1446] Fix broken layout of `Create new inter...

2016-09-16 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1431 @astroshim Good catch and looks better! Can we make "A" and "B" have same space? Need more space to "A" :)

[GitHub] zeppelin issue #1431: [ZEPPELIN-1446] Fix broken layout of `Create new inter...

2016-09-16 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1431 @astroshim I think it was handled already in #1395. This is what I can see in the latest master branch :)

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

2016-09-16 Thread moon soo Lee
Hi Andrea, I think you can try mvn -pl 'zeppelin-server' exec:java -Dexec.mainClass="org.apache.zeppelin.server.ZeppelinServer" -Dexec.args="" from project root directory (not zeppelin-server) Thanks, moon On Thu, Sep 15, 2016 at 5:43 AM Andrea Santurbano wrote: > Hi to

Re: How to start Zeppelin By IDE

2016-09-16 Thread moon soo Lee
Could you try mvn [YOUR BUILD PROFILES] package eclipse:eclipse Thanks, moon On Wed, Sep 14, 2016 at 4:17 AM Andrea Santurbano wrote: > Hi to all, > i have some issue on executing > mvn eclipse:eclipse > > Here is log error: >

Re: Exporting Spark paragraphs as Spark Applications

2016-09-16 Thread Jeremy Anderson
Luciano, I think this would be a terrific feature. I've heard the exact same workflow you've describe in all of the research we've done. ... Jeremy Anderson Founder, Object Adjective 415.493.8489 jer...@objectadjective.com objectadjective.com

Exporting Spark paragraphs as Spark Applications

2016-09-16 Thread Luciano Resende
While talking with a few different users, I have been seeing the use case of using iterative development in Notebooks or Spark Shell and then copying and pasting the final solution to a formal application repeating itself very often. I was wondering if an "Export Spark Paragraphs as a Spark

[jira] [Created] (ZEPPELIN-1448) Add CPU time to paragraph output for %pyspark, %spark, %python, and %sql interpreters

2016-09-16 Thread Jennifer Jones (JIRA)
Jennifer Jones created ZEPPELIN-1448: Summary: Add CPU time to paragraph output for %pyspark, %spark, %python, and %sql interpreters Key: ZEPPELIN-1448 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1448

[jira] [Created] (ZEPPELIN-1447) Auto completion as Ctrl = instead of tab completion is causing a lot of problems; please change to tab completion (high priority)

2016-09-16 Thread Jennifer Jones (JIRA)
Jennifer Jones created ZEPPELIN-1447: Summary: Auto completion as Ctrl = instead of tab completion is causing a lot of problems; please change to tab completion (high priority) Key: ZEPPELIN-1447 URL:

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

2016-09-16 Thread doanduyhai
Github user doanduyhai commented on the issue: https://github.com/apache/zeppelin/pull/1369 @astroshim > the number seems doesn't match with count What do you mean by this ? Which number did you expect to see ? On the animated screencapture, the count

[GitHub] zeppelin issue #1302: [ZEPPELIN-1306] Interpreter restarts on a note.

2016-09-16 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1302 @Leemoonsoo I agree with your opinion. Let me fix them. --- 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

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

2016-09-16 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1369 @doanduyhai I know that number means but as you can see the screenshot i attached, the number seems doesn't match with count. --- If your project is set up for it, you can reply to this email

[GitHub] zeppelin issue #1430: [ZEPPELIN-868] Notebook import fails when notebook is ...

2016-09-16 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/1430 @vensant Nice update. Can you also make this limit on UI dynamic by reading the size configured in zeppelin-site.xml or zeppelin-env.sh. Look for`zeppelin.websocket.max.text.message.size` or

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

2016-09-16 Thread doanduyhai
Github user doanduyhai commented on the issue: https://github.com/apache/zeppelin/pull/1369 @astroshim The number you see in front of each error popup is normal, it comes from the fact that now we set `combineDuplications = true` for **ngToast**. The number corresponds to

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

2016-09-16 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1369 @doanduyhai Sorry to keep you waiting. It works like a charm now but the error count number at the beginning of message appears a little strange like following screen shot.

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

2016-09-16 Thread vensant
Github user vensant closed the pull request at: https://github.com/apache/zeppelin/pull/1430 --- 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 #1430: [ZEPPELIN-868] Notebook import fails when noteb...

2016-09-16 Thread vensant
GitHub user vensant reopened 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

[jira] [Created] (ZEPPELIN-1445) Possibility to set resolution and dpi for R interpreter image output

2016-09-16 Thread Dan Staby (JIRA)
Dan Staby created ZEPPELIN-1445: --- Summary: Possibility to set resolution and dpi for R interpreter image output Key: ZEPPELIN-1445 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1445 Project:

[GitHub] zeppelin pull request #:

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

[GitHub] zeppelin pull request #:

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

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

2016-09-16 Thread vensant
Github user vensant closed the pull request at: https://github.com/apache/zeppelin/pull/1430 --- 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 issue #1430: [ZEPPELIN-868] Notebook import fails when notebook is ...

2016-09-16 Thread vensant
Github user vensant commented on the issue: https://github.com/apache/zeppelin/pull/1430 Closed and reopened the pull request in order to re-trigger the Travis CI build. Build failed due to test failures Again --- If your project is set up for it, you can reply to this email and

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

2016-09-16 Thread vensant
GitHub user vensant reopened 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 pull request #1430: [ZEPPELIN-868] Notebook import fails when noteb...

2016-09-16 Thread vensant
Github user vensant closed the pull request at: https://github.com/apache/zeppelin/pull/1430 --- 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 #1430: [ZEPPELIN-868] Notebook import fails when noteb...

2016-09-16 Thread vensant
GitHub user vensant reopened 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 #1430: [ZEPPELIN-868] Notebook import fails when notebook is ...

2016-09-16 Thread vensant
Github user vensant commented on the issue: https://github.com/apache/zeppelin/pull/1430 Closed and reopened the pull request in order to re-trigger the Travis CI build. Build failed due to test failures --- If your project is set up for it, you can reply to this email and have your

[GitHub] zeppelin pull request #:

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