[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 #2412: [ZEPPELIN-2641] Change encoding to UTF-8 when sending ...

2017-12-06 Thread qwemicheal
Github user qwemicheal commented on the issue: https://github.com/apache/zeppelin/pull/2412 @jasper-k Zeppelin 0.7.2 was released on Jun 12 and this pull got merged to master on Sep 28. Even Zeppelin 0.7.3 doesn't contain this pull since it was released on Sep 21. So I think

[GitHub] zeppelin issue #2412: [ZEPPELIN-2641] Change encoding to UTF-8 when sending ...

2017-09-27 Thread qwemicheal
Github user qwemicheal commented on the issue: https://github.com/apache/zeppelin/pull/2412 @zjffdu Update the PR to what state? ---

[GitHub] zeppelin issue #2412: [ZEPPELIN-2641] Change encoding to UTF-8 when sending ...

2017-06-19 Thread qwemicheal
Github user qwemicheal commented on the issue: https://github.com/apache/zeppelin/pull/2412 @felixcheung It didn't fail. But when using byte to encode to UTF-8 byte, CI log can show Chinese correctly. --- If your project is set up for it, you can reply to this email and have your

[GitHub] zeppelin issue #2412: [ZEPPELIN-2641] Change encoding to UTF-8 when sending ...

2017-06-19 Thread qwemicheal
Github user qwemicheal commented on the issue: https://github.com/apache/zeppelin/pull/2412 @zjffdu @felixcheung After putting Chinese "你你你你你你好" directly inside test code, I got the following log in Travis CI test. May be use UTF8 byte to create inexplic

[GitHub] zeppelin pull request #2412: [ZEPPELIN-2641] Change encoding to UTF-8 when s...

2017-06-15 Thread qwemicheal
GitHub user qwemicheal opened a pull request: https://github.com/apache/zeppelin/pull/2412 [ZEPPELIN-2641] Change encoding to UTF-8 when sending request to Livy ### What is this PR for? Change encoding of the request sent from Zeppelin to Livy to UTF-8. In this way, Zeppelin

[GitHub] zeppelin issue #2390: [ZEPPELIN-2589]Let zeppelin show more than one line of...

2017-06-07 Thread qwemicheal
Github user qwemicheal commented on the issue: https://github.com/apache/zeppelin/pull/2390 @zjffdu The failure most often happen on the third one of Travis CI , sometimes the second one or ninth one. I have checked the error log multiple times and they all have nothing to do

[GitHub] zeppelin issue #2390: [ZEPPELIN-2589]Let zeppelin show more than one line of...

2017-06-07 Thread qwemicheal
Github user qwemicheal commented on the issue: https://github.com/apache/zeppelin/pull/2390 Finally pass the CI. @zjffdu I have updated the screen shot and could you share any light on why CI would fail randomly? --- If your project is set up for it, you can reply to this email

[GitHub] zeppelin issue #2390: [ZEPPELIN-2589]Let zeppelin show more than one line of...

2017-06-06 Thread qwemicheal
Github user qwemicheal commented on the issue: https://github.com/apache/zeppelin/pull/2390 @zjffdu Unit test merged and the traceback msg concatenated to one string. During CI testing, the third one would fail randomly with the following error

[GitHub] zeppelin issue #2390: [ZEPPELIN-2589]Let zeppelin show more than one line of...

2017-06-05 Thread qwemicheal
Github user qwemicheal commented on the issue: https://github.com/apache/zeppelin/pull/2390 @zjffdu Unit test added. --- 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 pull request #2390: [ZEPPELIN-2589]Let zeppelin show more than one ...

2017-06-02 Thread qwemicheal
GitHub user qwemicheal opened a pull request: https://github.com/apache/zeppelin/pull/2390 [ZEPPELIN-2589]Let zeppelin show more than one line of error log returned by livy. ### What is this PR for? Let zeppelin show more than one line of error log returned by livy