[GitHub] zeppelin issue #2885: [ZEPPELIN-3001] Disable ace editor code completion whe...

2018-03-21 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2885 @felixcheung agreed, but at least it gives back something basic. ---

[GitHub] zeppelin issue #2885: [ZEPPELIN-3001] Disable ace editor code completion whe...

2018-03-21 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2885 That sounds like nothing came back from the backend, can you check your WebSocket messages for "op= COMPLETION_LIST", then look under data.completions, that should be an empty array.

[GitHub] zeppelin issue #2885: [ZEPPELIN-3001] Disable ace editor code completion whe...

2018-03-21 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2885 @prabhjyotsingh There's no response when I type tab, anything broken ? ---

[GitHub] zeppelin issue #2760: ZEPPELIN-3196. Plugin framework for Zeppelin Engine

2018-03-21 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2760 @zjffdu I have a simple question. You introduced `IS_ZEPPELIN_TEST` but how can we use it? do we need to all jars into classpath manually to use `IS_ZEPPELIN_TEST`? ---

[GitHub] zeppelin issue #2886: ZEPPELIN-3356: Zeppelin FileSystemStorage reloginFromK...

2018-03-21 Thread gss2002
Github user gss2002 commented on the issue: https://github.com/apache/zeppelin/pull/2886 @zjffdu here is a patch that I think will fix this issue. I will know in 7 days if the issue comes back but has plagued our 4 different environments running Zeppelin over the last few days since i

[GitHub] zeppelin pull request #2886: ZEPPELIN-3356: Zeppelin FileSystemStorage relog...

2018-03-21 Thread gss2002
GitHub user gss2002 opened a pull request: https://github.com/apache/zeppelin/pull/2886 ZEPPELIN-3356: Zeppelin FileSystemStorage reloginFromKeytab needed What is this PR for? During long runs of Apache Zeppelin using HDFS as the backing configuration and notebook storage. We no

[jira] [Created] (ZEPPELIN-3356) Zeppelin FileSystemStorage reloginfrom keytab needed

2018-03-21 Thread Greg Senia (JIRA)
Greg Senia created ZEPPELIN-3356: Summary: Zeppelin FileSystemStorage reloginfrom keytab needed Key: ZEPPELIN-3356 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3356 Project: Zeppelin I

[GitHub] zeppelin issue #2884: trim property name of interpreter settings

2018-03-21 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2884 @rockiee281 Thanks for the update PR Please close #2870 ---

[GitHub] zeppelin pull request #2885: [ZEPPELIN-3001] Disable ace editor code complet...

2018-03-21 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/2885 [ZEPPELIN-3001] Disable ace editor code completion when backend interpreter support completion ### What is this PR for? This is what I see in zeppelin and jupyter. The difference is du

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

2018-03-21 Thread Savalek
Github user Savalek commented on the issue: https://github.com/apache/zeppelin/pull/2848 @prabhjyotsingh @r-kamath could you help with the review? ---