[GitHub] zeppelin issue #2974: ZEPPELIN-3472 No interpreter status is shown after res...

2018-06-01 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2974 hmm, but I can think of the opposite case too - that the interpreter is per-note and the user wants to have access to restart it, and not get locked down. sounds like a broader issue with "wha

[GitHub] zeppelin issue #2998: [ZEPPELIN-3522] String "defaultValue" instead of boole...

2018-06-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2998 @sanjaydasgupta Travis is broken recently, need to wait for travis back to verify this PR ---

[GitHub] zeppelin issue #2974: ZEPPELIN-3472 No interpreter status is shown after res...

2018-06-01 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/2974 I am guessing that would depend on whether we want to user to continue doing other stuff or make them wait for the interpreter to start/restart. The interpreter page is kind of a global

[GitHub] zeppelin pull request #3001: [ZEPPELIN-3524] Replace the Amazon json libs wi...

2018-06-01 Thread arminwasicek
GitHub user arminwasicek opened a pull request: https://github.com/apache/zeppelin/pull/3001 [ZEPPELIN-3524] Replace the Amazon json libs with org.json ### What is this PR for? Currently, Zeppelin uses a JSON library that Amazon deprecated in subsequent releases. This PR replace

[jira] [Created] (ZEPPELIN-3524) com.amazonaws.util.json.JSONArray is deprecated

2018-06-01 Thread Armin Wasicek (JIRA)
Armin Wasicek created ZEPPELIN-3524: --- Summary: com.amazonaws.util.json.JSONArray is deprecated Key: ZEPPELIN-3524 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3524 Project: Zeppelin

[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 pull request #3000: [ZEPPELIN-3467] two-step, atomic configuration ...

2018-06-01 Thread sanjaydasgupta
GitHub user sanjaydasgupta opened a pull request: https://github.com/apache/zeppelin/pull/3000 [ZEPPELIN-3467] two-step, atomic configuration file ### What is this PR for? This PR continues the discussion and implementation in [PR-2978](https://github.com/apache/zeppelin/pull/2

[GitHub] zeppelin issue #2998: [ZEPPELIN-3522] String "defaultValue" instead of boole...

2018-06-01 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2998 I had to recycle my fork, and had forgotten to link up Travis again. It's been done now. The errors appear unrelated to the changes in this PR. Thanks. ---

[GitHub] zeppelin issue #2996: ZEPPELIN-3521 Dynamic note form overlaps with paragrap...

2018-06-01 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2996 @mebelousov @prabhjyotsingh please review ---

[GitHub] zeppelin pull request #2999: [MINOR] Verify appId is null in LivyInterpreter...

2018-06-01 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2999 [MINOR] Verify appId is null in LivyInterpreterIT ### What is this PR for? Someone complain that they could not get appId, this PR just try to verify appId returned by livy rest api is not nul

[GitHub] zeppelin issue #2637: Add support to run Spark interpreter on a Kubernetes c...

2018-06-01 Thread matyix
Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 @naveenkumargp one more thing. There is another alternative we are experimenting - we are adding Kubernetes integration to Livy and you would be able to use the Livy interpreter (no Zeppelin code m

[GitHub] zeppelin issue #2992: [HOTFIX] change string true to boolean true

2018-06-01 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2992 Done, please check: https://issues.apache.org/jira/browse/ZEPPELIN-3522 and https://github.com/apache/zeppelin/pull/2998 ---

[GitHub] zeppelin pull request #2998: [ZEPPELIN-3522] String "defaultValue" instead o...

2018-06-01 Thread sanjaydasgupta
GitHub user sanjaydasgupta opened a pull request: https://github.com/apache/zeppelin/pull/2998 [ZEPPELIN-3522] String "defaultValue" instead of boolean in some "interpreter-settings.json" files ### What is this PR for? The _interpreter-settings.json_ file for each interpreter ha

[jira] [Created] (ZEPPELIN-3523) Websocket not working with Nginx Reverse Proxy

2018-06-01 Thread Sanket Shah (JIRA)
Sanket Shah created ZEPPELIN-3523: - Summary: Websocket not working with Nginx Reverse Proxy Key: ZEPPELIN-3523 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3523 Project: Zeppelin Issue

[GitHub] zeppelin issue #2848: [Zeppelin-3307] - Improved shared browsing/editing for...

2018-06-01 Thread Savalek
Github user Savalek commented on the issue: https://github.com/apache/zeppelin/pull/2848 Fixed conflicts. What about merge? ---

[GitHub] zeppelin issue #2996: ZEPPELIN-3521 Dynamic note form overlaps with paragrap...

2018-06-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2996 LGTM ---

[GitHub] zeppelin pull request #2967: [ZEPPELIN-3438] Passing Z variables to BigQuery...

2018-06-01 Thread sanjaydasgupta
Github user sanjaydasgupta closed the pull request at: https://github.com/apache/zeppelin/pull/2967 ---

[GitHub] zeppelin issue #2967: [ZEPPELIN-3438] Passing Z variables to BigQuery interp...

2018-06-01 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2967 Need to make corrections in my repo, so am closing this PR now. Will be back with a new PR later. ---

[GitHub] zeppelin pull request #2987: ZEPPELIN-3502 Make notebook dynamic forms title...

2018-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2987 ---

[GitHub] zeppelin pull request #2978: [ZEPPELIN-3467] two-step, atomic configuration ...

2018-06-01 Thread sanjaydasgupta
Github user sanjaydasgupta closed the pull request at: https://github.com/apache/zeppelin/pull/2978 ---

[GitHub] zeppelin issue #2978: [ZEPPELIN-3467] two-step, atomic configuration file wr...

2018-06-01 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2978 There is a problem in my repo that needs correction. I am closing this PR now, and will reopen it later if possible, or return with a new PR. ---

[GitHub] zeppelin issue #2974: ZEPPELIN-3472 No interpreter status is shown after res...

2018-06-01 Thread sameer79
Github user sameer79 commented on the issue: https://github.com/apache/zeppelin/pull/2974 @bikassaha The current implementation is when the user confirms to restart of an interpreter the modal button text changes to "Saving Settings" with the spinner-icon and modal is there until the

[GitHub] zeppelin issue #2637: Add support to run Spark interpreter on a Kubernetes c...

2018-06-01 Thread matyix
Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 @naveenkumargp you are welcome if you find bugs or have feature requests related to our codebase feel free to open a GH issue at our fork. ---

[GitHub] zeppelin issue #2637: Add support to run Spark interpreter on a Kubernetes c...

2018-06-01 Thread naveenkumargp
Github user naveenkumargp commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix @sancyx when we had taken the snapshot it was missing the code related adding of jars from zConf.getZeppelinHome() + "/lib/interpreter". with the latest code without any chan

[GitHub] zeppelin pull request #2997: Miscellaneous documentation fixes

2018-06-01 Thread alexott
GitHub user alexott opened a pull request: https://github.com/apache/zeppelin/pull/2997 Miscellaneous documentation fixes ### What is this PR for? This PR contains miscellaneous fixes & improvements for documentation: - fixes for code snippets formatting, like, htt

[jira] [Created] (ZEPPELIN-3522) String "defaultValue" (instead of boolean) in some "interpreter-settings.json" files

2018-06-01 Thread Sanjay Dasgupta (JIRA)
Sanjay Dasgupta created ZEPPELIN-3522: - Summary: String "defaultValue" (instead of boolean) in some "interpreter-settings.json" files Key: ZEPPELIN-3522 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3522

Re: [VOTE] Release Apache Zeppelin 0.8.0 (RC4)

2018-06-01 Thread Renjith Kamath
I have a fix for this issue. Please review https://github.com/apache/zeppelin/pull/2996 On Fri, Jun 1, 2018 at 11:14 AM, Anthony Corbacho < anthonycorba...@apache.org> wrote: > Sure. > > No I do not see any JS error. > > > On Fri, Jun 1, 2018 at 2:41 PM, Renjith Kamath > wrote: > >> Hey Anthony,

[GitHub] zeppelin pull request #2996: ZEPPELIN-3521 Dynamic note form overlaps with p...

2018-06-01 Thread r-kamath
GitHub user r-kamath opened a pull request: https://github.com/apache/zeppelin/pull/2996 ZEPPELIN-3521 Dynamic note form overlaps with paragraph content in iframe page ("Link this paragraph") ### What is this PR for? Dynamic note form overlaps with paragraph content in iframe pa

[jira] [Created] (ZEPPELIN-3521) Dynamic note form overlaps with paragraph content in iframe page ("Link this paragraph")

2018-06-01 Thread Renjith Kamath (JIRA)
Renjith Kamath created ZEPPELIN-3521: Summary: Dynamic note form overlaps with paragraph content in iframe page ("Link this paragraph") Key: ZEPPELIN-3521 URL: https://issues.apache.org/jira/browse/ZEPPELIN-35

[GitHub] zeppelin issue #2995: [ZEPPELIN-3510] Angular ui-grid fix

2018-06-01 Thread Savalek
Github user Savalek commented on the issue: https://github.com/apache/zeppelin/pull/2995 @felixcheung, thanks. I fixed it. ---

[jira] [Created] (ZEPPELIN-3520) select the first one by default for the dropdownlist of dynamic form

2018-06-01 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3520: Summary: select the first one by default for the dropdownlist of dynamic form Key: ZEPPELIN-3520 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3520 Project: Zep