[GitHub] zeppelin issue #3107: [ZEPPELIN-3646] Add note for updating user permissions

2018-08-07 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3107 I think the advantage of having a script separate from demo is that it can be ACL'd properly - user won't have access etc. ---

[GitHub] zeppelin issue #3112: Branch 0.8

2018-08-07 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3112 please close this @GioCorti80 ---

[GitHub] zeppelin issue #3092: [ZEPPELIN-3653] - New Java interpreter

2018-08-07 Thread selvinsource
Github user selvinsource commented on the issue: https://github.com/apache/zeppelin/pull/3092 @felixcheung yes I think so as it's not something new, it has been there since the beam interpreter was created but nobody noticed until now that all interpreter specific profiles have been r

[GitHub] zeppelin issue #3107: [ZEPPELIN-3646] Add note for updating user permissions

2018-08-07 Thread mebelousov
Github user mebelousov commented on the issue: https://github.com/apache/zeppelin/pull/3107 @felixcheung could you point out good place for code that will be helpful after the migration to new version? ---

[GitHub] zeppelin issue #3111: [ZEPPELIN-3684] Remove cron job in ZeppelinRestApiTest...

2018-08-07 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3111 @zjffdu Yes I did, CI pass: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/412604637 ---

[GitHub] zeppelin issue #3114: Update org.eclipse.jetty version to 9.4.11.v20180605 t...

2018-08-07 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/3114 CI green https://travis-ci.org/prabhjyotsingh/zeppelin/builds/413004537 Will merge this if no more discussion. ---

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-08-07 Thread shahsank3t
Github user shahsank3t commented on the issue: https://github.com/apache/zeppelin/pull/3019 @zjffdu @prabhjyotsingh Updated the PR with all the changes and documentation. Please review and let me know if I should rebase and squash the commits. ---

[jira] [Created] (ZEPPELIN-3687) Python interpreter fails if input is empty

2018-08-07 Thread Alexey Zabelkin (JIRA)
Alexey Zabelkin created ZEPPELIN-3687: - Summary: Python interpreter fails if input is empty Key: ZEPPELIN-3687 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3687 Project: Zeppelin I

[GitHub] zeppelin pull request #3115: Fix IndexError in python interpreter with empty...

2018-08-07 Thread oxygen311
GitHub user oxygen311 opened a pull request: https://github.com/apache/zeppelin/pull/3115 Fix IndexError in python interpreter with empty input ### What is this PR for? If input of python or pyspark interpreter is empty (contains only comments), it will fail with `IndexError` fr

[GitHub] zeppelin issue #3115: [ZEPPELIN-3687] Fix IndexError in python interpreter w...

2018-08-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3115 Could you add unit test ? ---

[GitHub] zeppelin issue #2952: [Zeppelin-2572] multiple paragraphs actions

2018-08-07 Thread Savalek
Github user Savalek commented on the issue: https://github.com/apache/zeppelin/pull/2952 Changed the UI and add shortcut to select/deselect paragraph. ![multi](https://user-images.githubusercontent.com/30798933/43781438-8f212f72-9a65-11e8-842b-a9f59d7ee02d.gif) @jongyoul,

[GitHub] zeppelin issue #3107: [ZEPPELIN-3646] Add note for updating user permissions

2018-08-07 Thread maziyarpanahi
Github user maziyarpanahi commented on the issue: https://github.com/apache/zeppelin/pull/3107 Usually, the upgrading of production related software lies under an admin or a person with proper ACLs who defiantly reads the documentation before upgrading. If there is a section in `Upgra

[jira] [Created] (ZEPPELIN-3688) Cannot inject a customized JDBC interpreter in ZEPPELIN

2018-08-07 Thread zhaoxianwei (JIRA)
zhaoxianwei created ZEPPELIN-3688: - Summary: Cannot inject a customized JDBC interpreter in ZEPPELIN Key: ZEPPELIN-3688 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3688 Project: Zeppelin

[GitHub] zeppelin issue #3107: [ZEPPELIN-3646] Add note for updating user permissions

2018-08-07 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3107 I think there is significant risk that some users are just running all “sample” notebook to check them out not fully aware that some might be modifying system state. Agreed to sug

[jira] [Created] (ZEPPELIN-3689) Shade all dependencies of zeppelin-interpreter

2018-08-07 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3689: Summary: Shade all dependencies of zeppelin-interpreter Key: ZEPPELIN-3689 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3689 Project: Zeppelin Issue T

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-08-07 Thread shahsank3t
Github user shahsank3t commented on the issue: https://github.com/apache/zeppelin/pull/3019 @zjffdu Thanks for the review, I wasn't aware of Zeppelin context as another thing. Have addressed your comments and fixed the wording. ---