[jira] [Created] (ZEPPELIN-3630) Zeppelin livy interpreter russian symbols displays like ????????

2018-07-16 Thread Ramil (JIRA)
Ramil created ZEPPELIN-3630: --- Summary: Zeppelin livy interpreter russian symbols displays like Key: ZEPPELIN-3630 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3630 Project: Zeppelin

[GitHub] zeppelin issue #3064: [ZEPPELIN-3596] Saving resources from pool to SQL

2018-07-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3064 ping @oxygen311 ---

[GitHub] zeppelin issue #3076: [ZEPPELIN-3627] Remove starting server option for some...

2018-07-16 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3076 https://travis-ci.org/jongyoul/zeppelin/jobs/404703539 Test passed. Will merge it ---

[GitHub] zeppelin issue #3068: [ZEPPELIN-3438] Passing Z variables to BigQuery

2018-07-16 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/3068 This is a great idea @zjffdu. There are also a few other things to think of - like automatically generating the name of the enabler parameter on a per-interpreter basis (`zeppelin

[GitHub] zeppelin pull request #3075: [HOTFIX] Change Spark download url for spark 1....

2018-07-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3075 ---

[GitHub] zeppelin issue #3075: [HOTFIX] Change Spark download url for spark 1.6.x

2018-07-16 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3075 https://travis-ci.org/jongyoul/zeppelin/builds/404691401 ---

[GitHub] zeppelin pull request #3076: [ZEPPELIN-3627] Remove starting server option f...

2018-07-16 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/3076 [ZEPPELIN-3627] Remove starting server option for some functional tests ### What is this PR for? Removing `AbstractTestRestApi` dependency to reduce testing time ### What type of PR

Re: [DISCUSS] Disable supports on Spark 1.6.3

2018-07-16 Thread Jongyoul Lee
I think the current release is good enough to use Spark 1.6.x. For the future release, it would be better to focus on 2.x only. And older versions than 1.6, fully agreed. we should do it, personally. On Tue, Jul 17, 2018 at 10:16 AM, Jeff Zhang wrote: > > This might be a little risky. But it de

[GitHub] zeppelin issue #3075: [HOTFIX] Change Spark download url for spark 1.6.x

2018-07-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3075 LGTM ---

[GitHub] zeppelin issue #3074: [ZEPPELIN-3610] Cluster Raft module design

2018-07-16 Thread liuxunorg
Github user liuxunorg commented on the issue: https://github.com/apache/zeppelin/pull/3074 Ok, let me improve the documentation and add a diagram, then send an email to user/dev mail list. ---

[GitHub] zeppelin issue #3075: [HOTFIX] Change Spark download url for spark 1.6.x

2018-07-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3075 Sure, go ahead @jongyoul ---

[GitHub] zeppelin issue #3075: [HOTFIX] Change Spark download url for spark 1.6.x

2018-07-16 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3075 @zjffdu Thanks. BTW, your PR has other changes so I think it would be better to merge that part asap. WDYT? If you agree, I'll change my pr to follow your code. ---

[jira] [Created] (ZEPPELIN-3629) Release 0.8.1

2018-07-16 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3629: Summary: Release 0.8.1 Key: ZEPPELIN-3629 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3629 Project: Zeppelin Issue Type: Improvement Repo

Re: [DISCUSS] Disable supports on Spark 1.6.3

2018-07-16 Thread Jeff Zhang
This might be a little risky. But it depends on how many people still use spark 1.6 But at least I would suggest to disable support any spark before 1.6. There's many legacy code in zeppelin to support very old versions of spark (e.g. 1.5, 1.4) Actually we don't have travis job for any spark before

[GitHub] zeppelin issue #3075: [HOTFIX] Change Spark download url for spark 1.6.x

2018-07-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3075 Thanks @jongyoul , I have fixed it in another PR. https://github.com/apache/zeppelin/pull/3069/files#diff-1a9b22100fb8df38c23a9ec12084d9a4R51 I will use archive as fallback, because other v

[DISCUSS] Disable supports on Spark 1.6.3

2018-07-16 Thread Jongyoul Lee
Hi, Today, I found that Apache Spark 1.6.3 distribution was removed from Apache CDN. We can get the link for 1.6.3 from Apache Spark, but it's only available to be download from Apache archive. I'm not sure how many ppl still use Spark 1.6.3 in Apache Zeppelin, but in my opinion, it means Spark 1.

[GitHub] zeppelin pull request #3075: [HOTFIX] Change Spark download url for spark 1....

2018-07-16 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/3075 [HOTFIX] Change Spark download url for spark 1.6.x ### What is this PR for? Spark 1.6 was removed from CDN. We need to download it from apache archive. ### What type of PR is it

[GitHub] zeppelin issue #3074: [ZEPPELIN-3610] Cluster Raft module design

2018-07-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3074 @liuxunorg Another suggestion is that could you send a mail to user/dev mail list about the zeppelin HA feature and attach the design doc, it is better to let the community aware this feature befor

[GitHub] zeppelin issue #3074: [ZEPPELIN-3610] Cluster Raft module design

2018-07-16 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3074 I believe we need design docs to describe this feature. I'm not sure which component would be located which places. @liuxunorg Could you describe it with a diagram? ---

[GitHub] zeppelin issue #3068: [ZEPPELIN-3438] Passing Z variables to BigQuery

2018-07-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3068 Thanks @sanjaydasgupta I was thinking whether we could do it in Interpreter.java like this. ``` public abstract InterpreterResult interpret2(String st,

[GitHub] zeppelin issue #3068: [ZEPPELIN-3438] Passing Z variables to BigQuery

2018-07-16 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/3068 Thanks for the suggestion @zjffdu. The same idea was given earlier by Leemoonsoo [here](https://github.com/apache/zeppelin/pull/2502#issuecomment-323272122), and I had then [moved

[jira] [Created] (ZEPPELIN-3628) HTML anchor links on paragraph don't work in Google Chrome

2018-07-16 Thread George Klimov (JIRA)
George Klimov created ZEPPELIN-3628: --- Summary: HTML anchor links on paragraph don't work in Google Chrome Key: ZEPPELIN-3628 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3628 Project: Zeppelin

[GitHub] zeppelin issue #3068: [ZEPPELIN-3438] Passing Z variables to BigQuery

2018-07-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3068 @sanjaydasgupta I was thinking would it better to put it in Interpreter base class instead of doing it in every interpreter implementation. ---