[GitHub] zeppelin issue #2240: ZEPPELIN-2386. Add parameter for check running current...

2017-04-15 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2240 Thanks @Leemoonsoo for review, will merge to master if no more 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

[GitHub] zeppelin issue #2251: [ZEPPELIN-2403] added interpreter property types

2017-04-15 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2251 Yes, probably better to make immutable. In the first stage there were no plans to add more although i can add boolean (checkbox) --- If your project is set up for it, you can reply to this

[jira] [Created] (ZEPPELIN-2406) Unable to abort scala code

2017-04-15 Thread Christian Fries (JIRA)
Christian Fries created ZEPPELIN-2406: - Summary: Unable to abort scala code Key: ZEPPELIN-2406 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2406 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #2248: [ZEPPELIN-2396] eliminate the 'ctrl/command+L' keyboar...

2017-04-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2248 LGTM and merge to master if no further discussions --- 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

[GitHub] zeppelin issue #2251: [ZEPPELIN-2403] added interpreter property types

2017-04-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2251 Thanks @tinkoff-dwh for useful feature! Tested this PR. In interpreter setting page, I can change type of property.

[GitHub] zeppelin issue #2203: [ZEPPELIN-2297] improvements to jdbc autocompleter

2017-04-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2203 merge to master 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 not have this

[GitHub] zeppelin issue #2203: [ZEPPELIN-2297] improvements to jdbc autocompleter

2017-04-15 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2203 Ready to 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 feature enabled and wishes

Re: Custom Interpreter group is not displayed on the GUI

2017-04-15 Thread Jongyoul Lee
Great! You have to set your files including interpreter-setting.json under subdirectory of interpreter directory. On Sun, Apr 16, 2017 at 12:06 AM, Minudika Malshan wrote: > Hi, > > Thanks. I managed to get it working.. :) I had located the > interpreter-setting.json in

Re: Custom Interpreter group is not displayed on the GUI

2017-04-15 Thread Minudika Malshan
Hi, Thanks. I managed to get it working.. :) I had located the interpreter-setting.json in a wrong folder. Btw here is the link[1]. [1] https://github.com/minudika/zeppelin/blob/WSO2_Siddhi_Interpreter/wso2/src/main/resources/interpreter-setting.json BR On Sat, Apr 15, 2017 at 8:28 PM,

Re: Start the server in remote debugging mode

2017-04-15 Thread Jongyoul Lee
If you set correct information Intellij tells you, I think there might be a firewall issue. Can you check it? If you don't have to run zeppelin server remotely, you can run ZeppelinServer in you intellij successfully. On Wed, Apr 12, 2017 at 9:07 PM, Minudika Malshan

Re: Custom Interpreter group is not displayed on the GUI

2017-04-15 Thread Jongyoul Lee
Hi, I want to help you but I cannot access your link. Can you please check it? On Tue, Apr 11, 2017 at 11:35 PM, Minudika Malshan wrote: > Hi, > > Thanks for the quick reply. > I followed that documentation. But after installing the interpreter using > that given

Re: Add User Api

2017-04-15 Thread Jongyoul Lee
Unfortunately, there's no way to add users except editing shiro.ini if you use plain user management. AFAIK, many teams use their own ldap server for many reason and link ldap to shiro for managing users. Hope this help, JL On Tue, Apr 11, 2017 at 10:06 PM, omar abbas

[jira] [Created] (ZEPPELIN-2405) Can't modify interpreter setting

2017-04-15 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-2405: -- Summary: Can't modify interpreter setting Key: ZEPPELIN-2405 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2405 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #2253: [ZEPPELIN-2179] Clear output DOES NOT work in personal...

2017-04-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2253 @jongyoul Please help review this. --- 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

[GitHub] zeppelin issue #2248: [ZEPPELIN-2396] eliminate the 'ctrl/command+L' keyboar...

2017-04-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2248 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 #2248: [ZEPPELIN-2396] eliminate the 'ctrl/command+L' ...

2017-04-15 Thread soralee
GitHub user soralee reopened a pull request: https://github.com/apache/zeppelin/pull/2248 [ZEPPELIN-2396] eliminate the 'ctrl/command+L' keyboard shortcut ### What is this PR for? This PR is for that eliminate the `Ctrl/Command+L` shortcut keyboard. This function is what the

[GitHub] zeppelin pull request #2253: [ZEPPELIN-2179] Clear output DOES NOT work in p...

2017-04-15 Thread 1ambda
GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/2253 [ZEPPELIN-2179] Clear output DOES NOT work in personalized mode (master) ### What is this PR for? `clear output` (`cmd` + `opt` + `L`) doesn't work in the personalized mode. ###