[jira] [Created] (ZEPPELIN-2584) Livy doesn't work under kerberos and ssl

2017-05-24 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2584: Summary: Livy doesn't work under kerberos and ssl Key: ZEPPELIN-2584 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2584 Project: Zeppelin Issue Type:

[GitHub] zeppelin issue #2343: [ZEPPELIN-2538] JDBC completer improvements for work w...

2017-05-24 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/2343 @tinkoff-dwh Sorry it was my problem. Tested and working good! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] zeppelin pull request #2363: [ZEPPELIN-2152] Added proxy config support in H...

2017-05-24 Thread necosta
GitHub user necosta reopened a pull request: https://github.com/apache/zeppelin/pull/2363 [ZEPPELIN-2152] Added proxy config support in Helium bundle factory ### What is this PR for? Proxy configuration implementation in Helium bundle factory. Used by Node, NPM and YarnPkg

[GitHub] zeppelin issue #2343: [ZEPPELIN-2538] JDBC completer improvements for work w...

2017-05-24 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2343 @astroshim it is strangely. do you package new jar? 407 line SqlConleter.java it is start of comment (multiline) --- If your project is set up for it, you can reply to this email and

[GitHub] zeppelin issue #2343: [ZEPPELIN-2538] JDBC completer improvements for work w...

2017-05-24 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/2343 I think this feature is really cool. BTW I got following exception whenever i try to run sql completion. ``` ==> logs/zeppelin-interpreter-jdbc-jdbc.log <== ERROR [2017-05-25

[GitHub] zeppelin issue #2349: [ZEPPELIN-2214] Set npm installer default npm registry

2017-05-24 Thread necosta
Github user necosta commented on the issue: https://github.com/apache/zeppelin/pull/2349 @1ambda , Renamed "zeppelin.helium.npm.registry" to "zeppelin.helium.npm.installer.url" I understand there is no need to update file "upgrade.md" as the change in conf value is inside the

[GitHub] zeppelin pull request #2363: [ZEPPELIN-2152] Added proxy config support in H...

2017-05-24 Thread necosta
Github user necosta closed the pull request at: https://github.com/apache/zeppelin/pull/2363 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin pull request #2363: [ZEPPELIN-2152] Added proxy config support in H...

2017-05-24 Thread necosta
GitHub user necosta reopened a pull request: https://github.com/apache/zeppelin/pull/2363 [ZEPPELIN-2152] Added proxy config support in Helium bundle factory ### What is this PR for? Proxy configuration implementation in Helium bundle factory. Used by Node, NPM and YarnPkg

[GitHub] zeppelin pull request #2349: [ZEPPELIN-2214] Set npm installer default npm r...

2017-05-24 Thread necosta
GitHub user necosta reopened a pull request: https://github.com/apache/zeppelin/pull/2349 [ZEPPELIN-2214] Set npm installer default npm registry ### What is this PR for? Complements ZEPPELIN-2278, this is a fix for "connection timeout" bug when trying to run "npm install"

[GitHub] zeppelin pull request #2349: [ZEPPELIN-2214] Set npm installer default npm r...

2017-05-24 Thread necosta
Github user necosta closed the pull request at: https://github.com/apache/zeppelin/pull/2349 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Created] (ZEPPELIN-2583) Updating Official Website

2017-05-24 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2583: --- Summary: Updating Official Website Key: ZEPPELIN-2583 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2583 Project: Zeppelin Issue Type: Improvement

[GitHub] zeppelin issue #2343: [ZEPPELIN-2538] JDBC completer improvements for work w...

2017-05-24 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2343 I will test on this pr. Thank you for greate feature. :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

Re: JdbcInterpreter might be too generic

2017-05-24 Thread Jongyoul Lee
In addtion to shim's idea, that feature was implemented when we didn't support to change interpreter name. Now, that feature is out-date and I suggest to reemove that feature now. Now, Zeppelin supports to make several jdbc interpreter at the same time. I suggest to ise this way. On Wed, 24 May

[jira] [Created] (ZEPPELIN-2582) Clarify docs on interpreters, interpreter groups and interpreter binding modes

2017-05-24 Thread Lucas Partridge (JIRA)
Lucas Partridge created ZEPPELIN-2582: - Summary: Clarify docs on interpreters, interpreter groups and interpreter binding modes Key: ZEPPELIN-2582 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2582

[jira] [Created] (ZEPPELIN-2581) Support ANSI colors in shell outputs

2017-05-24 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created ZEPPELIN-2581: -- Summary: Support ANSI colors in shell outputs Key: ZEPPELIN-2581 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2581 Project: Zeppelin

Re: JdbcInterpreter might be too generic

2017-05-24 Thread Hyung Sung Shim
I agree with your idea and +1 to create one interpreter setting for each database. 2017년 5월 24일 (수) 오후 3:45, Jeff Zhang 님이 작성: > The current JdbcInterpreter implementation seems too generic for me. > Two main reasons > > 1. The logic of executing sql in JdbcInterpeter is a

[jira] [Created] (ZEPPELIN-2580) Doesn't highlight syntax when interpreter have prefix

2017-05-24 Thread Alexandre Thorez (JIRA)
Alexandre Thorez created ZEPPELIN-2580: -- Summary: Doesn't highlight syntax when interpreter have prefix Key: ZEPPELIN-2580 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2580 Project:

JdbcInterpreter might be too generic

2017-05-24 Thread Jeff Zhang
The current JdbcInterpreter implementation seems too generic for me. Two main reasons 1. The logic of executing sql in JdbcInterpeter is a little weird. Here's is what jdbc interpreter would do for "%jdbc(mysql) show tables" The script part is actually `(mysql) show tables` rather than `show