[jira] [Created] (ZEPPELIN-2387) [Umbrella] Improve UX

2017-04-11 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2387: --- Summary: [Umbrella] Improve UX Key: ZEPPELIN-2387 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2387 Project: Zeppelin Issue Type: Improvement

[jira] [Created] (ZEPPELIN-2388) Prettify Keyboard Shortcut Dialog

2017-04-11 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2388: --- Summary: Prettify Keyboard Shortcut Dialog Key: ZEPPELIN-2388 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2388 Project: Zeppelin Issue Type: Improvemen

[jira] [Created] (ZEPPELIN-2389) Prettify Actionbar icons in Notebook

2017-04-11 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2389: --- Summary: Prettify Actionbar icons in Notebook Key: ZEPPELIN-2389 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2389 Project: Zeppelin Issue Type: Improve

[GitHub] zeppelin pull request #2133: [ZEPPELIN-1357,1892,1370][Umbrella] Text overla...

2017-04-11 Thread soralee
Github user soralee closed the pull request at: https://github.com/apache/zeppelin/pull/2133 --- 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 #2133: [ZEPPELIN-1357,1892,1370][Umbrella] Text overla...

2017-04-11 Thread soralee
GitHub user soralee reopened a pull request: https://github.com/apache/zeppelin/pull/2133 [ZEPPELIN-1357,1892,1370][Umbrella] Text overlap in the MultiBarChart ### What is this PR for? If using the `multiChartBar`, it often occurs overlap in text. So, this PR is for preventing t

[GitHub] zeppelin pull request #2225: [ZEPPELIN-2357] fix: tooltip doesn't work in bt...

2017-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2225 --- 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 e

[jira] [Created] (ZEPPELIN-2390) Improve returnType for z.checkbox

2017-04-11 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2390: Summary: Improve returnType for z.checkbox Key: ZEPPELIN-2390 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2390 Project: Zeppelin Issue Type: Improvem

[jira] [Created] (ZEPPELIN-2391) Cannot initialize SparkContext on CDH5.7

2017-04-11 Thread Tony Liu (JIRA)
Tony Liu created ZEPPELIN-2391: -- Summary: Cannot initialize SparkContext on CDH5.7 Key: ZEPPELIN-2391 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2391 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin pull request #2241: ZEPPELIN-2390. Improve returnType for z.checkbo...

2017-04-11 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2241 ZEPPELIN-2390. Improve returnType for z.checkbox ### What is this PR for? Currently it is not convenient to access the individual item of the return value of z.checkbox, I would propose to ret

[GitHub] zeppelin issue #2241: ZEPPELIN-2390. Improve returnType for z.checkbox

2017-04-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2241 @Leemoonsoo @felixcheung Please help review. --- 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 feat

Custom Interpreter group is not displayed on the GUI

2017-04-11 Thread Minudika Malshan
Hi, I am writing a custom interpreter for apache zeppelin. I added the interpreter class to the zeppelin-site.xml and also updated the interpreter-setting.json of my interpreter's module. But when build the project and start the zeppelin server, the interpreter group I given for my interpreter is

Re: Custom Interpreter group is not displayed on the GUI

2017-04-11 Thread Jeff Zhang
Please check the document here. https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/manual/interpreterinstallation.html Minudika Malshan 于2017年4月11日周二 下午9:40写道: > Hi, > > I am writing a custom interpreter for apache zeppelin. I added the > interpreter class to the zeppelin-site.xml and also updated

Re: Custom Interpreter group is not displayed on the GUI

2017-04-11 Thread Minudika Malshan
Hi, Thanks for the quick reply. I followed that documentation. But after installing the interpreter using that given command, still my interpreter group is not listing when I try to create a interpreter from UI. In the interpreter-settings.json I have given "wso2" as my interpreter group[1]. Is t

[GitHub] zeppelin pull request #2098: [ZEPPELIN-2217][WIP] AdvancedTransformation for...

2017-04-11 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/2098 --- 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 e

[GitHub] zeppelin pull request #2098: [ZEPPELIN-2217][WIP] AdvancedTransformation for...

2017-04-11 Thread 1ambda
GitHub user 1ambda reopened a pull request: https://github.com/apache/zeppelin/pull/2098 [ZEPPELIN-2217][WIP] AdvancedTransformation for Visualization ### What is this PR for? `AdvancedTransformation` has more detailed options while providing existing features of `PivotTran

[jira] [Created] (ZEPPELIN-2392) Improve the spark sql interpreter to run paragraph with multi sql statements split by semicolon

2017-04-11 Thread LeiWang (JIRA)
LeiWang created ZEPPELIN-2392: - Summary: Improve the spark sql interpreter to run paragraph with multi sql statements split by semicolon Key: ZEPPELIN-2392 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2392

[GitHub] zeppelin pull request #2242: Improvement

2017-04-11 Thread wary
GitHub user wary opened a pull request: https://github.com/apache/zeppelin/pull/2242 Improvement Improve the spark sql interpreter to run paragraph with multi sql statements split by semicolon ### What is this PR for? A few sentences describing the overall goals of the

[jira] [Created] (ZEPPELIN-2393) authentication with ZeppelinHubRealm throws 403 error

2017-04-11 Thread Khalid Huseynov (JIRA)
Khalid Huseynov created ZEPPELIN-2393: - Summary: authentication with ZeppelinHubRealm throws 403 error Key: ZEPPELIN-2393 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2393 Project: Zeppelin

[GitHub] zeppelin pull request #2243: [ZEPPELIN-2393] fix 403 error on http client Ze...

2017-04-11 Thread khalidhuseynov
GitHub user khalidhuseynov opened a pull request: https://github.com/apache/zeppelin/pull/2243 [ZEPPELIN-2393] fix 403 error on http client ZeppelinHubRealm authentication ### What is this PR for? as described in issue, some of services may wrongly reject the http requests with

[GitHub] zeppelin issue #2229: [Zeppelin 2367] Hive JDBC proxy user option should be ...

2017-04-11 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2229 @AhyoungRyu @felixcheung thank you for the review, have made the suggested changes. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] zeppelin issue #2242: Improve the spark sql interpreter to run paragraph wit...

2017-04-11 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2242 why returns only last result? jdbc interpreter has method (splitSqlQueries) maybe do refactoring (general method to split + result for each request). And add test (jdbc interpreter has test)

[jira] [Created] (ZEPPELIN-2394) Auto-save on input is broken

2017-04-11 Thread Ilia Fishbein (JIRA)
Ilia Fishbein created ZEPPELIN-2394: --- Summary: Auto-save on input is broken Key: ZEPPELIN-2394 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2394 Project: Zeppelin Issue Type: Bug

Add User Api

2017-04-11 Thread omar abbas
Hello, I was wondering if you guys were working on a easier way to add users perhaps something that woulf let you add users to the shiro.ini page with out having to open the file because we do containerize our zeppelin image which we love by the way. Execing in to the container everytime though

[GitHub] zeppelin issue #2241: ZEPPELIN-2390. Improve returnType for z.checkbox

2017-04-11 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2241 LGTM --- 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

[GitHub] zeppelin pull request #2243: [ZEPPELIN-2393] fix 403 error on http client Ze...

2017-04-11 Thread khalidhuseynov
Github user khalidhuseynov closed the pull request at: https://github.com/apache/zeppelin/pull/2243 --- 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 feat

[GitHub] zeppelin issue #2243: [ZEPPELIN-2393] fix 403 error on http client ZeppelinH...

2017-04-11 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/2243 Closing for now since can be solved by changing security policy without changing headers --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] zeppelin issue #2241: ZEPPELIN-2390. Improve returnType for z.checkbox

2017-04-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2241 Will merge to master if no more discussion. --- 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 featu

[GitHub] zeppelin issue #2207: [Zeppelin-802] Support for Zeppelin Context redefiniti...

2017-04-11 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2207 @zjffdu Yes, I will also reflect the namespace. Thank you for your advice :) . --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] zeppelin issue #2242: Improve the spark sql interpreter to run paragraph wit...

2017-04-11 Thread wary
Github user wary commented on the issue: https://github.com/apache/zeppelin/pull/2242 @tinkoff-dwh oh, yes, you are right, I did not see that, thank you for reminding, I will close this pull request and reconsidered it --- If your project is set up for it, you can reply to this emai

[GitHub] zeppelin pull request #2242: Improve the spark sql interpreter to run paragr...

2017-04-11 Thread wary
Github user wary closed the pull request at: https://github.com/apache/zeppelin/pull/2242 --- 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 ena

[GitHub] zeppelin issue #2198: [ZEPPELIN-2318] Fix proxy configuration for http clien...

2017-04-11 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/2198 merge into master and branch-0.7 if no further comments --- 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

[jira] [Created] (ZEPPELIN-2395) Refactor Input.java to make dynamic forms extensible

2017-04-11 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2395: Summary: Refactor Input.java to make dynamic forms extensible Key: ZEPPELIN-2395 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2395 Project: Zeppelin I

[GitHub] zeppelin issue #2098: [ZEPPELIN-2217] AdvancedTransformation for Visualizati...

2017-04-11 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2098 Removed `WIP` from PR title. --- 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 w

[GitHub] zeppelin issue #2234: [ZEPPELIN-2374] sorting notes tree

2017-04-11 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2234 @tinkoff-dwh, Could you rebase for resolving conflicts? --- 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 hav

[GitHub] zeppelin issue #2228: [ZEPPELIN-2365] button to create note into folder

2017-04-11 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2228 @tinkoff-dwh, Before testing, could you rebase for resolving conflicts, too? :slightly_smiling_face: --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] zeppelin issue #2241: ZEPPELIN-2390. Improve returnType for z.checkbox

2017-04-11 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2241 A bit concerned with breaking API changes like this but I guess we have never defined the support or versioning plan on the API? Aren't we breaking the selected default item for checkb

[GitHub] zeppelin pull request #2244: [MINOR] fix typo from 'interpeter' to 'interpre...

2017-04-11 Thread soralee
GitHub user soralee opened a pull request: https://github.com/apache/zeppelin/pull/2244 [MINOR] fix typo from 'interpeter' to 'interpreter' ### What is this PR for? Fix typo from `interpeter` to `interpreter` ### What type of PR is it? [Improvement] ### What

[GitHub] zeppelin issue #2228: [ZEPPELIN-2365] button to create note into folder

2017-04-11 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2228 Thanks @tinkoff-dwh for quick resolving! Let me check again if CI become green. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] zeppelin issue #2237: ZEPPELIN-2377. Hive Support can not be enabled in spar...

2017-04-11 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2237 For hiveClassesArePresent I mean either call hiveClassesArePresent (it's private yes) or do what it does? --- If your project is set up for it, you can reply to this email

[GitHub] zeppelin pull request #2234: [ZEPPELIN-2374] sorting notes tree

2017-04-11 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request: https://github.com/apache/zeppelin/pull/2234 [ZEPPELIN-2374] sorting notes tree ### What is this PR for? Updated angular version to 1.5.7 (added comparator to orderBy). Sorting notes tree, order: 1. folders (alphabetically)

[GitHub] zeppelin pull request #2234: [ZEPPELIN-2374] sorting notes tree

2017-04-11 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at: https://github.com/apache/zeppelin/pull/2234 --- 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

[GitHub] zeppelin issue #2241: ZEPPELIN-2390. Improve returnType for z.checkbox

2017-04-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2241 Before this PR It was not default to first item in checkbox, it is default to all items. The reason I change it to nothing is to make it consistent with scala implementation. Right, this

[GitHub] zeppelin issue #2237: ZEPPELIN-2377. Hive Support can not be enabled in spar...

2017-04-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2237 I don't prefer to call private method `hiveClassesArePresent` which is not guaranteed to be stable. The cause of hive support broken in spark master is due to we copied the implementation of `hiveC

[GitHub] zeppelin issue #986: [Zeppelin 946] Permissions not honoring group

2017-04-11 Thread ekantheshwara
Github user ekantheshwara commented on the issue: https://github.com/apache/zeppelin/pull/986 @prabhjyotsingh I dont see a call made to AD to check the group membership when a Notebook is accessed. These are the logs that I see when I access the Notebook: ssion,outgo

[jira] [Created] (ZEPPELIN-2396) Ctrl+L; this shortcut key is not necessary.

2017-04-11 Thread Sora Lee (JIRA)
Sora Lee created ZEPPELIN-2396: -- Summary: Ctrl+L; this shortcut key is not necessary. Key: ZEPPELIN-2396 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2396 Project: Zeppelin Issue Type: Im