[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 S

[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 T

[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 -D

[GitHub] zeppelin issue #1415: [ZEPPELIN-1026] set syntax highlight based on default ...

2016-09-12 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1415 CI is green, ready for review. --- 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 a

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 norma

[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

[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 hav

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 thi

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 `./bin/interpreter.s

[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

[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. Sorry

[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 e

[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 #1425: Improving Matplotlib Integration with Zeppelin

2016-09-12 Thread IshmeetKaur
GitHub user IshmeetKaur opened a pull request: https://github.com/apache/zeppelin/pull/1425 Improving Matplotlib Integration with Zeppelin ### What is this PR for? This PR improves the matplotlib integration with zeppelin. ### What type of PR is it? Improvement

[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 n

[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 #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

[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 Type:

[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. Basically

[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 projec

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

2016-09-12 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1420 @zjffdu Just FYI >I found the docs of 0.7.0-SNAPSHOT is broken, is it a known issue ? This issue was resolved today. `docs/0.7.0-SNAPSHOT` site works well like before :) @kavink

[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 a

[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 well

[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 #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, or

[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 i

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

2016-09-12 Thread astroshim
GitHub user astroshim reopened a pull request: https://github.com/apache/zeppelin/pull/1396 [ZEPPELIN-1405] ConnectionPool for JDBCInterpreter. ### What is this PR for? This PR is for refactoring code for JDBCInterpreter. There is no putting 'Connection' to 'propertyKeyUnused

[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 so,

[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

[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: Improvemen

[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 Type

[GitHub] zeppelin issue #1330: [ZEPPELIN-1144]Zeppelin home page should only list not...

2016-09-12 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1330 I think it doesn't solve all problems, but definitely in the roadmap. 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

[GitHub] zeppelin pull request #1426: ZEPPELIN-1430. Display appId and webui link in ...

2016-09-12 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/1426 ZEPPELIN-1430. Display appId and webui link in LivyInterpreter's output ### What is this PR for? For now, it is hard to figure out what the yarn application of the livy session represent, it w

[GitHub] zeppelin issue #1415: [ZEPPELIN-1026] set syntax highlight based on default ...

2016-09-12 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1415 Looks great to me. --- 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

[GitHub] zeppelin issue #1330: [ZEPPELIN-1144]Zeppelin home page should only list not...

2016-09-12 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1330 Thank you @mwkang @khalidhuseynov ! Will merge to master, if there is no further discussion. --- If your project is set up for it, you can reply to this email and have your reply appear on Gi