[jira] [Created] (ZEPPELIN-1432) Support cancellation of paragraph execution

2016-09-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1432: Summary: Support cancellation of paragraph execution Key: ZEPPELIN-1432 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1432 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-1431) Improvments for LivyInterpreter

2016-09-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1431: Summary: Improvments for LivyInterpreter Key: ZEPPELIN-1431 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1431 Project: Zeppelin Issue Type:

[jira] [Created] (ZEPPELIN-1430) Display appId and webui link in LivyInterpreter's output

2016-09-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1430: Summary: Display appId and webui link in LivyInterpreter's output Key: ZEPPELIN-1430 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1430 Project: Zeppelin

[GitHub] zeppelin issue #1420: [ZEPPELIN-1421] Fix dead link in docs/README.md

2016-09-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1420 Thanks @AhyoungRyu --- 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

[GitHub] zeppelin pull request #1396: [ZEPPELIN-1405] ConnectionPool for JDBCInterpre...

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

[GitHub] zeppelin issue #1396: [ZEPPELIN-1405] ConnectionPool for JDBCInterpreter.

2016-09-12 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1396 re-trigger CI --- 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,

[GitHub] zeppelin issue #1404: ZEPPELIN-1411. UDF with pyspark not working - object h...

2016-09-12 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1404 @zjffdu Right, it looks like AbstractTestRestApi need to be improved when CI is not defined. So far, i think you can try download and run spark standalone cluster in this way ```

[GitHub] zeppelin issue #1425: Improving Matplotlib Integration with Zeppelin

2016-09-12 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1425 Realized that there's a very similar contribution #1422 created few days before. --- 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 #1425: Improving Matplotlib Integration with Zeppelin

2016-09-12 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1425 Tried and working well. Could you try trigger CI again and see if it goes to green? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] zeppelin issue #1413: [MINOR] Format Fix for InterpreterResultTest.java

2016-09-12 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1413 Thanks @zjffdu. LGTM and merge if there're no more dicsussions --- 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

[GitHub] zeppelin issue #1363: [ZEPPELIN-1371]add text/numeric conversion support to ...

2016-09-12 Thread Peilin-Yang
Github user Peilin-Yang commented on the issue: https://github.com/apache/zeppelin/pull/1363 I made several changes for this commit: 1. put the style from notebook.css to paragraph.css 2. do not make any assumption/auto-detection of the original type of the data.

[jira] [Created] (ZEPPELIN-1429) Auto completion issue with Spark 2.0

2016-09-12 Thread Cyril Scetbon (JIRA)
Cyril Scetbon created ZEPPELIN-1429: --- Summary: Auto completion issue with Spark 2.0 Key: ZEPPELIN-1429 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1429 Project: Zeppelin Issue

[GitHub] zeppelin issue #1400: [ZEPPELIN-1407] Fix Scala 2.11 build

2016-09-12 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1400 @lresende thank you for verification. I am reverting this PR then. --- 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 #932: Replace CXF with Jersey2 [ZEPPELIN-903]

2016-09-12 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/932 @bzz pushed my local merge. Anything else that should be done before you merge? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] zeppelin issue #1408: [ZEPPELIN-808] Changed Permissions on Notebooks do not...

2016-09-12 Thread kavinkumarks
Github user kavinkumarks commented on the issue: https://github.com/apache/zeppelin/pull/1408 @khalidhuseynov I have made the changes and committed them.I have handled the exception in runParagraph() instead of throwing custom exception from VFSNotebookRepo class since the exception

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

2016-09-12 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 pull request #1404: ZEPPELIN-1411. UDF with pyspark not working - o...

2016-09-12 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 issue #1400: [ZEPPELIN-1407] Fix Scala 2.11 build

2016-09-12 Thread lresende
Github user lresende commented on the issue: https://github.com/apache/zeppelin/pull/1400 I have verified that with that by reverting my changes -PScala2.10/Scala2.11 have the proper behavior and my original issue was that indeed my build alias had -D for the profile activation.

[jira] [Created] (ZEPPELIN-1428) Improving Matplotlib integration with zeppelin Pyspark

2016-09-12 Thread Ishmeet Kaur (JIRA)
Ishmeet Kaur created ZEPPELIN-1428: -- Summary: Improving Matplotlib integration with zeppelin Pyspark Key: ZEPPELIN-1428 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1428 Project: Zeppelin

Re: Issues in using Remote Interpreter

2016-09-12 Thread Sachin Janani
Hi Eric,Sourav, I tried with latest HEAD and it seems to be broken but it works properly with zeppelin 0.6.1. On Mon, Sep 12, 2016 at 6:53 PM, Eric Charles wrote: > Another more classical way to achieve this is to start the remote > interpreter via the shell command (example

Re: Issues in using Remote Interpreter

2016-09-12 Thread Hyung Sung Shim
Hello. ZeppelinServer launch the InterpreterServer just before paragraph job is started in the code automatically so you don't need to start InterpreterServer on the paragraph. I got same error when I was same situation with Eric Charles. It's a bug i think so could you file the jira issue for

[GitHub] zeppelin issue #930: Make path for .spark-dist folder always accessible [ZEP...

2016-09-12 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/930 Closing this PR, I can not reproduce the issue anymore. --- 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 pull request #930: Make path for .spark-dist folder always accessib...

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

Re: Issues in using Remote Interpreter

2016-09-12 Thread Eric Charles
Another more classical way to achieve this is to start the remote interpreter via the shell command (example `./bin/interpreter.sh -p 3034 -d markdown`). When I configure the markdown interpreter to connect to localhost:3034, I receive an thrift exception (*). My thrift server and client are

[GitHub] zeppelin issue #1400: [ZEPPELIN-1407] Fix Scala 2.11 build

2016-09-12 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1400 As moon mentioned, if you use build instruction in https://github.com/apache/zeppelin#example it doesn't bring any issue. One of the reason I changed activation rule in #1251 was that using

[jira] [Created] (ZEPPELIN-1427) Scala z.show() doesn't work on v.0.6.1 ?

2016-09-12 Thread Jonathan Type (JIRA)
Jonathan Type created ZEPPELIN-1427: --- Summary: Scala z.show() doesn't work on v.0.6.1 ? Key: ZEPPELIN-1427 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1427 Project: Zeppelin Issue

[GitHub] zeppelin issue #1404: ZEPPELIN-1411. UDF with pyspark not working - object h...

2016-09-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1404 @Leemoonsoo , I follow the above command, but seems it doesn't work. I check `AbstractTestRestApi`, It seems pyspark related job would only run either in travis CI or set in spark standalone with

[GitHub] zeppelin issue #1420: [ZEPPELIN-1421] Fix dead link in docs/README.md

2016-09-12 Thread kavinkumarks
Github user kavinkumarks commented on the issue: https://github.com/apache/zeppelin/pull/1420 @AhyoungRyu the changes look good! Thanks, Kavin MailTo: kavin.ku...@imaginea.com --- If your project is set up for it, you can reply to this email and have your reply