[GitHub] zeppelin issue #2802: ZEPPELIN-3236. Make grpc framesize configurable

2018-02-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2802 @Tagar Can you paste the full log ? I'd like to see the full stacktrace. ---

Re: [DISCUSS] semicolons in javascript

2018-02-16 Thread Jongyoul Lee
Hi, I like to this kind of discussion. Currently, we don't have strict rules for developing frontend and it might cause a problem. I hope you could summarize and fix all of these issues. Thanks, JL On Fri, Feb 16, 2018 at 10:02 PM, Prabhjyot Singh wrote: > Dear Zeppelin devs, > > In our curren

[GitHub] zeppelin issue #2805: [ZEPPELIN-3240] Zeppelin server fail to start if inter...

2018-02-16 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2805 @Tagar Yes, this can happen in Zeppelin upgrade, not in all upgrades, but in some trivial case hard to reproduce. Thanks for the review will merge this if no more discussion. ---

[GitHub] zeppelin pull request #2751: [ZEPPELIN-3182] Support saving notebooks to Goo...

2018-02-16 Thread karth295
Github user karth295 closed the pull request at: https://github.com/apache/zeppelin/pull/2751 ---

[GitHub] zeppelin issue #2751: [ZEPPELIN-3182] Support saving notebooks to Google Clo...

2018-02-16 Thread karth295
Github user karth295 commented on the issue: https://github.com/apache/zeppelin/pull/2751 Looks like this was merged! ---

[GitHub] zeppelin issue #2805: [ZEPPELIN-3240] Zeppelin server fail to start if inter...

2018-02-16 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2805 Are those kind of properties mix in interpreter could happen because of Zeppelin upgrade? I.e. old properties and new properties mix? ---

[jira] [Created] (ZEPPELIN-3242) Listener threw an exception java.lang.NPEat o.a.zeppelin.spark.Utils.getNoteId(Utils.java:156)

2018-02-16 Thread Ruslan Dautkhanov (JIRA)
Ruslan Dautkhanov created ZEPPELIN-3242: --- Summary: Listener threw an exception java.lang.NPEat o.a.zeppelin.spark.Utils.getNoteId(Utils.java:156) Key: ZEPPELIN-3242 URL: https://issues.apache.org/jira/browse

[GitHub] zeppelin issue #2806: [ZEPPELIN-3241] fix NPE when restarting Interpreter

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

[GitHub] zeppelin issue #2749: [ZEPPELIN-3180] BUGFIX - save operation on interpreter...

2018-02-16 Thread weand
Github user weand commented on the issue: https://github.com/apache/zeppelin/pull/2749 any progress here? ---

[GitHub] zeppelin pull request #2806: [ZEPPELIN-3241] fix NPE when restarting Interpr...

2018-02-16 Thread weand
GitHub user weand opened a pull request: https://github.com/apache/zeppelin/pull/2806 [ZEPPELIN-3241] fix NPE when restarting Interpreter ### What is this PR for? We often (but not always) face an NPE when restarting Spark interpreter. Our Spark interpreter run in scoped mode pe

[jira] [Created] (ZEPPELIN-3241) NPE when restarting Interpreter

2018-02-16 Thread Andreas Weise (JIRA)
Andreas Weise created ZEPPELIN-3241: --- Summary: NPE when restarting Interpreter Key: ZEPPELIN-3241 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3241 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #2799: Add a bunch of missing annotations to ActiveDirectoryG...

2018-02-16 Thread monsieurp
Github user monsieurp commented on the issue: https://github.com/apache/zeppelin/pull/2799 Hi @zjffdu. Can I do something to get this PR merged? ---

[GitHub] zeppelin issue #2763: [ZEPPELIN-3194][NEW-INTERPRETER] SAP Universe interpre...

2018-02-16 Thread masyan
Github user masyan commented on the issue: https://github.com/apache/zeppelin/pull/2763 need to specify the format of the "Combined filters (and/or)" ---

[GitHub] zeppelin pull request #2763: [ZEPPELIN-3194][NEW-INTERPRETER] SAP Universe i...

2018-02-16 Thread masyan
Github user masyan closed the pull request at: https://github.com/apache/zeppelin/pull/2763 ---

[DISCUSS] semicolons in javascript

2018-02-16 Thread Prabhjyot Singh
Dear Zeppelin devs, In our current implementation of "eslintrc" semicolons disallow, and generally, there are two schools of thought. The first is that we should treat ASI as if it didn’t exist and always include semicolons manually. The rationale is that it’s easier to always include semicolons t

[GitHub] zeppelin issue #2804: [DISCUSS] semicolons in javascript

2018-02-16 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2804 should this go to `dev@`? ---

[GitHub] zeppelin issue #2805: [ZEPPELIN-3240] Zeppelin server fail to start if inter...

2018-02-16 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2805 @zjffdu can you help review this. ---