[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-07-17 Thread yywwd
Github user yywwd commented on the issue: https://github.com/apache/zeppelin/pull/2231 I have solved this problem by editing some configurations in Livy. SivaKaviyappa's solution: setting "livy.spark.master yarn-cluster" does not work for me. I do not edit "livy.spark.master" in

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-07-06 Thread SivaKaviyappa
Github user SivaKaviyappa commented on the issue: https://github.com/apache/zeppelin/pull/2231 @yywwd - Few things to check What are your zeppelin-env.sh and livy intrepreter settings 1.have you set the PYTHONPATH in the zeppelin-env.sh 2.

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-07-06 Thread yywwd
Github user yywwd commented on the issue: https://github.com/apache/zeppelin/pull/2231 @zjffdu NoSuchMethodError: org.apache.spark.ui.SparkUI.appUIAddress() My AWS cluster is EMR-5.14.0, Application: Ganglia 3.7.2, Spark 2.3.0, Zeppelin 0.7.3, Livy 0.4.0 ---

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-07-06 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2231 What kind of error you see in zeppelin when using livy.spark.master yarn mode ---

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-07-06 Thread yywwd
Github user yywwd commented on the issue: https://github.com/apache/zeppelin/pull/2231 @zjffdu This issue is not related to the codes run in zeppelin. I mean, I cannot guarantee “Using Livy interpreter in Zeppelin” and "Using Programmatic API" work well at the same time.

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-07-06 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2231 Sorry, I still not sure what code you run in zeppelin. If it is livy related issue, you need to ask question in livy mail list. ---

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-07-05 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2231 Could you share your code that use programmatic API ? ---

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-07-05 Thread yywwd
Github user yywwd commented on the issue: https://github.com/apache/zeppelin/pull/2231 @zjffdu I change the yarn mode into "yarn-cluster" as SivaKaviyappa suggested, Zeppelin works well. However, when I use programmatic API, it will throw such exception: ImportError: No module named

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-06-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2231 Thanks @SivaKaviyappa for confirming ---

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-06-04 Thread SivaKaviyappa
Github user SivaKaviyappa commented on the issue: https://github.com/apache/zeppelin/pull/2231 This is works for me on aws emr. I am on emr 5.13.0, livy 0.40 , spark 2.3.0. The important change one has to make is by default aws emr brings up livy in yarn mode. So if you change that

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-06-01 Thread DerekKaknes
Github user DerekKaknes commented on the issue: https://github.com/apache/zeppelin/pull/2231 Thanks for following-up. I'm running Livy connected to a standalone cluster, but in digging deeper it's possible that there is an issue with Livy always configuring itself to local mode when

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-06-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2231 That method would only be called in livy 0.2. In livy 0.2 the spark web url will be returned from livy rest api, so that piece of code won't be invoked. And zeppelin has system test for that, not

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-05-29 Thread DerekKaknes
Github user DerekKaknes commented on the issue: https://github.com/apache/zeppelin/pull/2231 I'm having this same issue with zeppelin 0.7.3 + livy 0.5.0 + spark 2.2.1. I have not yet verified that zeppelin master resolves this issue, but from inspection I would think that

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-05-22 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2231 @thesuperzapper @ererermao It works for me on zeppelin master + livy 0.5.0 + spark 2.3.0 ![screen shot 2018-05-23 at 9 08 02

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-05-22 Thread thesuperzapper
Github user thesuperzapper commented on the issue: https://github.com/apache/zeppelin/pull/2231 @zjffdu @felixcheung @ererermao there seems to be no traction in this, it hasn't worked for a long time, https://issues.apache.org/jira/browse/ZEPPELIN-3455. ---

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-05-22 Thread ererermao
Github user ererermao commented on the issue: https://github.com/apache/zeppelin/pull/2231 I also encountered this problem on aws (emr 5.13.0). zeppelin(0.7.3)、livy(0.4.0)、saprk(2.3.0) ---

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-05-09 Thread thesuperzapper
Github user thesuperzapper commented on the issue: https://github.com/apache/zeppelin/pull/2231 @zjffdu what version of spark were you using, as this only occurs >=2.2 It looks like we still try to call (the now removed as of Spark 2.2) "appUIAddress":

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-03-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2231 @rouckas I try zeppelin master & livy 0.5, it works for me. Do you mind to try it in zeppelin master ? ---

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-03-10 Thread rouckas
Github user rouckas commented on the issue: https://github.com/apache/zeppelin/pull/2231 I was also running into this issue with Zeppelin 0.7.3, Livy 0.5.0 (0.4.0), and Spark 2.3.0 (or 2.2.1). The only solution I found was to downgrade to Zeppelin 0.6.2. ---

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-03-06 Thread liusztc09
Github user liusztc09 commented on the issue: https://github.com/apache/zeppelin/pull/2231 @zjffdu I run into the same issue with Livy 0.4 and Spark 2.2.1. There is a comment by you saying it's only affecting livy 0.2 in https://issues.apache.org/jira/browse/ZEPPELIN-3269.

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-02-26 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2231 Thanks for reporting, created ZEPPELIN-3269 ---

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-02-26 Thread qwemicheal
Github user qwemicheal commented on the issue: https://github.com/apache/zeppelin/pull/2231 This problem still exist in LivyPySparkBaseInterpreter.java. This file still use sc._jsc.sc().ui().get().appUIAddress() and %livy.pyspark doesn't work when using spark 2.2. ---

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2017-04-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2231 Good catch! @felixcheung It would be better to return null, fixed that. --- 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 #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2017-04-07 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2231 LGTM Is "" handled properly when returned? --- 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 #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2017-04-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2231 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 issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2017-04-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2231 Thanks for review. @prabhjyotsingh --- 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

[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2017-04-07 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2231 LGTM, manually verify it on spark 1.6.1, spark 2.0.0 and spark master. --- 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 #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2017-04-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2231 @felixcheung @karuppayya please help 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