[jira] [Created] (ZEPPELIN-2079) Upgrade livy to 0.3 in livy interpreter

2017-02-07 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2079: Summary: Upgrade livy to 0.3 in livy interpreter Key: ZEPPELIN-2079 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2079 Project: Zeppelin Issue Type:

[GitHub] zeppelin issue #1952: [ZEPPELIN-753] TableData abstraction

2017-02-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1952 @1ambda further discussion about "how interpreter access data from other interpreter" can be done in https://issues.apache.org/jira/browse/ZEPPELIN-2019. Merge this PR to master if no

[GitHub] zeppelin pull request #1971: When gear icon is clicked, scroll the page to t...

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1971 --- 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 issue #1980: [gh-pages][ZEPPELIN-2061] Add Medium blog section to t...

2017-02-07 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1980 @felixcheung Thanks for taking a look this. Actually I'm managing it now with some PMC members (@minahlee, @anthonycorbacho, @jongyoul and @bzz). But I can add the other Zeppelin PMC or

[GitHub] zeppelin pull request #1970: ZEPPELIN-2045. Pass interpreter properties with...

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1970 --- 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 issue #1987: [ZEPPELIN-2086] Change interpreter.json & credentials....

2017-02-07 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1987 @Leemoonsoo Yeah right kkk I updated it :) --- 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 #1987: [ZEPPELIN-2086] Change interpreter.json & credentials....

2017-02-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1987 I think correct issue id is ZEPPELIN-2068. --- 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 pull request #1987: [ZEPPELIN-2086] Change interpreter.json & crede...

2017-02-07 Thread AhyoungRyu
GitHub user AhyoungRyu opened a pull request: https://github.com/apache/zeppelin/pull/1987 [ZEPPELIN-2086] Change interpreter.json & credentials.json permission to 600 ### What is this PR for? As @Tagar reported in

[GitHub] zeppelin pull request #1986: [ZEPPELIN-2078] bug fix in get project name in ...

2017-02-07 Thread yiming187
GitHub user yiming187 opened a pull request: https://github.com/apache/zeppelin/pull/1986 [ZEPPELIN-2078] bug fix in get project name in Kylin interpreter ### What is this PR for?

[jira] [Created] (ZEPPELIN-2078) Kylin interpreter could not pass the project name from command

2017-02-07 Thread Billy Liu (JIRA)
Billy Liu created ZEPPELIN-2078: --- Summary: Kylin interpreter could not pass the project name from command Key: ZEPPELIN-2078 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2078 Project: Zeppelin

[GitHub] zeppelin issue #1767: ZEPPELIN-1817 - Added documentation to Zeppelin's shir...

2017-02-07 Thread qinchaofeng
Github user qinchaofeng commented on the issue: https://github.com/apache/zeppelin/pull/1767 @AhyoungRyu thinks, and the question is I set shiro.ini like this: ![image](https://cloud.githubusercontent.com/assets/17826176/22722126/e429511c-edef-11e6-8b6c-fb0dff957514.png)

[jira] [Created] (ZEPPELIN-2077) Add docs link to the latest version of zeppelin

2017-02-07 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2077: Summary: Add docs link to the latest version of zeppelin Key: ZEPPELIN-2077 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2077 Project: Zeppelin Issue

[GitHub] zeppelin issue #1952: [ZEPPELIN-753] TableData abstraction

2017-02-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1952 @1ambda Thanks for taking a look. Regarding query directly over the TableData in the ResourcePool, it depends on each interpreter. For example, SparkInterpreter can implement

[GitHub] zeppelin issue #1767: ZEPPELIN-1817 - Added documentation to Zeppelin's shir...

2017-02-07 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1767 @qinchaofeng If you want to turn off shiro(login as `anonymous`), you should set `shiro.ini` like below ``` /** = anon #/** = authc ``` --- If your project is set up for it,

[GitHub] zeppelin issue #1767: ZEPPELIN-1817 - Added documentation to Zeppelin's shir...

2017-02-07 Thread qinchaofeng
Github user qinchaofeng commented on the issue: https://github.com/apache/zeppelin/pull/1767 when I set to property zeppelin.anonymous.allowed to true in conf/zeppelin-site.xml and set cfg in the shiro like this:

[GitHub] zeppelin issue #1976: [ZEPPELIN-2037] Restart button does not work

2017-02-07 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1976 @jongyoul sure :) --- 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

[GitHub] zeppelin issue #1984: [HOTFIX] Change the screenshot path in custom page doc...

2017-02-07 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/1984 @AhyoungRyu Thanks! --- 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

[GitHub] zeppelin issue #1952: [ZEPPELIN-753] TableData abstraction

2017-02-07 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1952 Sorry for late reply. I was taking a look also recent resource related commit to understand fully. 1. This PR is well abstracted and shipped with enough unit test. 2. And easy to

[GitHub] zeppelin issue #1984: [HOTFIX] Change the screenshot path in custom page doc...

2017-02-07 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1984 @soralee No worries! Just merged and deployed to both 0.7.0 & 0.8.0-SNAPSHOT docs page :) --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin pull request #1984: [HOTFIX] Change the screenshot path in custom p...

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1984 --- 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 #1982: [ZEPPELIN-2069] Helium Package Configuration

2017-02-07 Thread 1ambda
GitHub user 1ambda reopened a pull request: https://github.com/apache/zeppelin/pull/1982 [ZEPPELIN-2069] Helium Package Configuration ### What is this PR for? Supporting helium package configurations. I attached screenshots. Implementation details. In

[GitHub] zeppelin pull request #1982: [ZEPPELIN-2069] Helium Package Configuration

2017-02-07 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/1982 --- 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 issue #1982: [ZEPPELIN-2069] Helium Package Configuration

2017-02-07 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1982 @AhyoungRyu I totally agree! Now we have basic things, thus we need docs for it. I will work it on https://issues.apache.org/jira/browse/ZEPPELIN-2070 --- If your project is set up for it, you

[GitHub] zeppelin pull request #1975: [ZEPPELIN-2046] The final output is a little in...

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1975 --- 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 issue #1952: [ZEPPELIN-753] TableData abstraction

2017-02-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1952 @1ambda do you have any comment? --- 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

[jira] [Created] (ZEPPELIN-2076) Problem resolving interpreter dependencies behind firewall

2017-02-07 Thread Dries De Maeyer (JIRA)
Dries De Maeyer created ZEPPELIN-2076: - Summary: Problem resolving interpreter dependencies behind firewall Key: ZEPPELIN-2076 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2076 Project:

[GitHub] zeppelin pull request #1944: [HOTFIX][MINOR] Change the scope of httpclient ...

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1944 --- 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 #1968: [ZEPPELIN-1551] Remove the "default" text again...

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1968 --- 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 #1985: [ZEPPELIN-2075] Can't stop infinite `while` sta...

2017-02-07 Thread astroshim
GitHub user astroshim opened a pull request: https://github.com/apache/zeppelin/pull/1985 [ZEPPELIN-2075] Can't stop infinite `while` statement in pyspark Interpreter. ### What is this PR for? If following code runs with Pyspark Interpreter, there is no way to cancel except

[GitHub] zeppelin pull request #1984: [HOTFIX] Change the screenshot path in custom p...

2017-02-07 Thread soralee
GitHub user soralee reopened a pull request: https://github.com/apache/zeppelin/pull/1984 [HOTFIX] Change the screenshot path in custom page document ### What is this PR for? After merging [PR1804](https://github.com/apache/zeppelin/pull/1804), the following screenshot path is

[GitHub] zeppelin pull request #1984: [HOTFIX] Change the screenshot path in custom p...

2017-02-07 Thread soralee
Github user soralee closed the pull request at: https://github.com/apache/zeppelin/pull/1984 --- 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

Re: ZEPPELIN-1856

2017-02-07 Thread moon soo Lee
Yes, it looks like we can ignore latecomer OUTPUT_APPEND and OUTPUT_UPDATE, as well. Thanks! moon On Tue, Feb 7, 2017 at 8:57 PM Alexander Shoshin wrote: > Thanks, I got it ) > > Then I'm going to follow the way you suggested - to ignore an > OUTPUT_UPDATE_ALL event

[jira] [Created] (ZEPPELIN-2075) Can't stop infinite `while` statement in pyspark Interpreter.

2017-02-07 Thread Shim HyungSung (JIRA)
Shim HyungSung created ZEPPELIN-2075: Summary: Can't stop infinite `while` statement in pyspark Interpreter. Key: ZEPPELIN-2075 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2075 Project:

[GitHub] zeppelin pull request #1983: [ZEPPELIN-1808] disable shortcut key of window ...

2017-02-07 Thread soralee
Github user soralee closed the pull request at: https://github.com/apache/zeppelin/pull/1983 --- 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 #1983: [ZEPPELIN-1808] disable shortcut key of window ...

2017-02-07 Thread soralee
GitHub user soralee reopened a pull request: https://github.com/apache/zeppelin/pull/1983 [ZEPPELIN-1808] disable shortcut key of window created by link this paragraph ### What is this PR for? If using a `Link this paragraph`, new window works the keyboard shortcut.

RE: ZEPPELIN-1856

2017-02-07 Thread Alexander Shoshin
Thanks, I got it ) Then I'm going to follow the way you suggested - to ignore an OUTPUT_UPDATE_ALL event after a job is finished, because we can't guarantee that all events will be delivered before 'interpret(..)' method ends - we don't know how many events we should receive from the concrete

[jira] [Created] (ZEPPELIN-2074) Allow ResourcePool persist object

2017-02-07 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-2074: -- Summary: Allow ResourcePool persist object Key: ZEPPELIN-2074 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2074 Project: Zeppelin Issue Type:

[jira] [Created] (ZEPPELIN-2073) Replace AngularObjectRegistry by ResourcePool

2017-02-07 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-2073: -- Summary: Replace AngularObjectRegistry by ResourcePool Key: ZEPPELIN-2073 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2073 Project: Zeppelin

[GitHub] zeppelin issue #1968: [ZEPPELIN-1551] Remove the "default" text against inte...

2017-02-07 Thread namanmishra91
Github user namanmishra91 commented on the issue: https://github.com/apache/zeppelin/pull/1968 The test failures don't seem to be related to my change. --- 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-2072) Homescreen doesn't work on shiro.

2017-02-07 Thread Sora Lee (JIRA)
Sora Lee created ZEPPELIN-2072: -- Summary: Homescreen doesn't work on shiro. Key: ZEPPELIN-2072 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2072 Project: Zeppelin Issue Type: Bug

Re: [jira] [Created] (ZEPPELIN-2071) Very slow parsing of large %html output

2017-02-07 Thread Windy Qin
yes,I also found the same question when I query data from hive. And it's quick in 0.6.2.

[jira] [Created] (ZEPPELIN-2071) Very slow parsing of large %html output

2017-02-07 Thread Sven (JIRA)
Sven created ZEPPELIN-2071: -- Summary: Very slow parsing of large %html output Key: ZEPPELIN-2071 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2071 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #1981: [ZEPPELIN-2067] SparkInterpreter prints unnecessary ne...

2017-02-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1981 Thanks @felixcheung @prabhjyotsingh @zjffdu taking a look. Merge to master if no more comment. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] zeppelin issue #1976: [ZEPPELIN-2037] Restart button does not work

2017-02-07 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1976 @cloverhearts Can you check it? --- 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

[jira] [Created] (ZEPPELIN-2070) Create docs for spell

2017-02-07 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2070: --- Summary: Create docs for spell Key: ZEPPELIN-2070 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2070 Project: Zeppelin Issue Type: Improvement

[GitHub] zeppelin issue #1981: [ZEPPELIN-2067] SparkInterpreter prints unnecessary ne...

2017-02-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1981 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 issue #1982: [ZEPPELIN-2069] Helium Package Configuration

2017-02-07 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1982 Great! How about adding some guide docs? Even if SPELL can be improved in the future, I believe the docs can help not only users but also the other PR reviewers to understand what SPELL