[GitHub] zeppelin pull request #2139: ZEPPELIN-2261. Support to connect with livy thr...

2017-03-15 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2139 ZEPPELIN-2261. Support to connect with livy through https ### What is this PR for? Livy server support https, but the currently livy interpreter doesn't support it. This PR is for for the supp

[GitHub] zeppelin issue #2105: [ZEPPELIN-2215] Progress bar for Spell execution

2017-03-15 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2105 @1ambda could you rebase this because of 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 have th

[GitHub] zeppelin issue #2100: [ZEPPELIN-2060] Make dynamic select form turn on or of...

2017-03-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2100 @Leemoonsoo I added two test cases as you said in this commit: 66c6c21d1bb435f5ade327a8f68cf3e8897e1fb3 - Check "Run on selection change" menu appears or not, when select form is created

Re: Setting zeppelin.livy.url

2017-03-15 Thread Jeff Zhang
Why is it inconvenient for you ? If you have multiple livy servers, you can create multiple livy interpreters for each livy server in interpreter setting page. Arun Khetarpal 于2017年3月15日周三 下午1:25写道: > Is there a way to set it programmatically? I find it very inconvenient for > users to go and

Re: Setting zeppelin.livy.url

2017-03-15 Thread Arun Khetarpal
The usecase we have is to create a service to spawn up the zepplin. Now since i cannot override zeppelin.livy.url and the default value is set to " https://localhost:8998"; - users which are using my service need to manually go and change the interpreter url. I don't know if the scenario is clear

[GitHub] zeppelin issue #2133: [ZEPPELIN-1357][Umbrella] Text overlap in the MultiBar...

2017-03-15 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2133 I think the following JIRA issues are similar with this PR * [ZEPPELIN-1892; Display label vertically or horizontally smartly](https://issues.apache.org/jira/browse/ZEPPELIN/ZEPPELIN-1892)

Re: Setting zeppelin.livy.url

2017-03-15 Thread Jeff Zhang
Still not clear to me, do you have multiple instances of livy server ? If there is only one livy server, then you just need to change it one time. If you have multiple livy instances, you always need to update zeppelin.livy.url no matter through interpreter setting ui or programmatically. Arun

[GitHub] zeppelin issue #2137: [ZEPPELIN-2260] Skip node,npm install and bundle when ...

2017-03-15 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/2137 LGTM. I'm gonna build it today and give it a shot. I'll let you know how it went :) Thanks @Leemoonsoo --- If your project is set up for it, you can reply to this email and have your re

[GitHub] zeppelin pull request #2107: [ZEPPELIN-2149] Each interpreter should have a ...

2017-03-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2107 --- 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 issue #2085: [ZEPPELIN-1999] get interpreter property with replaced...

2017-03-15 Thread dwhsys
Github user dwhsys commented on the issue: https://github.com/apache/zeppelin/pull/2085 I think that this PR is a great step forward to enterprise version of Zeppelin. Using this feature there will be an ability to implement native integration between different interpreters based on s

[GitHub] zeppelin issue #2099: [ZEPPELIN-2106] providing paragraph config in create n...

2017-03-15 Thread Remilito
Github user Remilito commented on the issue: https://github.com/apache/zeppelin/pull/2099 @Leemoonsoo : the most common usages would be to set visual paramaters, i.e. graph options, paragraph width and paragraph title show, so the idea was to provide a more direct way to configure tho

[GitHub] zeppelin issue #2100: [ZEPPELIN-2060] Make dynamic select form turn on or of...

2017-03-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2100 CI is also green now :D --- 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 wi

[GitHub] zeppelin issue #2137: [ZEPPELIN-2260] Skip node,npm install and bundle when ...

2017-03-15 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/2137 Hi @Leemoonsoo, I built your branch (https://travis-ci.org/FRosner/docker-zeppelin/builds/211271444) and tried it. However, it still waits for 2 minutes, now with a different 'error':

[GitHub] zeppelin pull request #2140: [HOTFIX][ZEPPELIN-2037][ZEPPELIN-1832] "Restart...

2017-03-15 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/2140 [HOTFIX][ZEPPELIN-2037][ZEPPELIN-1832] "Restart" button does not work ### What is this PR for? Fixing restarting interpreters work correctly. All restart buttons runs restarting only user's

[jira] [Created] (ZEPPELIN-2262) REST Api for configuring 'Interpreter for note' as Isolated, Scoped or Shared

2017-03-15 Thread David Barnett (JIRA)
David Barnett created ZEPPELIN-2262: --- Summary: REST Api for configuring 'Interpreter for note' as Isolated, Scoped or Shared Key: ZEPPELIN-2262 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2262

Re: Setting zeppelin.livy.url

2017-03-15 Thread Arun Khetarpal
Hi Jeff - Thanks for taking out the time to help me out. Actually i have a case of building a managed service and would like any user who spins up a cluster with zeppelin installed, to have it work with livy out of the box - since this use case also requires enterprise security - following this d

Re: Setting zeppelin.livy.url

2017-03-15 Thread Jeff Zhang
I have an improved version of solution b. You can copy interpreter-setting.json (with modified zeppelin.livy.url) to ZEPPELIN_HOME/interpreter/livy/ to override the default one. Arun Khetarpal 于2017年3月15日周三 下午10:43写道: > Hi Jeff - > > Thanks for taking out the time to help me out. > > Actually

[GitHub] zeppelin issue #2106: [WIP] Rewrite PythonInterpreter.

2017-03-15 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/2106 @Leemoonsoo fixed the issues you commented and added PandasSql. and also added `conda`, `pandasql` interpreter test on PR description. --- If your project is set up for it, you can reply to

[GitHub] zeppelin issue #2137: [ZEPPELIN-2260] Skip node,npm install and bundle when ...

2017-03-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2137 Thanks @FRosner reviewing the PR. > ``` INFO [2017-03-15 10:41:22,547] ({main} Helium.java[loadConf]:114) - Add helium local registry /usr/local/zeppelin/helium > INFO [2017-03-15

[GitHub] zeppelin pull request #2117: ZEPPELIN-2241: JDBC interpreter throws npe on c...

2017-03-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2117 --- 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 issue #2100: [ZEPPELIN-2060] Make dynamic select form turn on or of...

2017-03-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2100 LGTM. @AhyoungRyu Do you mind improve unittest to not only verify button is checked, but also verify actual dynamic form behavior, in this PR or later in the other PR. --- If your pr

[GitHub] zeppelin pull request #2128: [WIP] [Discuss] Make use of all grouped data to...

2017-03-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2128 --- 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 #2132: [ZEPPELIN-2253] Piechart won't render when colu...

2017-03-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2132 --- 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 issue #2134: [ZEPPELIN-2257] notification about incompleteness of d...

2017-03-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2134 Merge to master and branch-0.7 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 no

[jira] [Created] (ZEPPELIN-2263) Behaviour of checkbox form inconsistent with select or text input form

2017-03-15 Thread Guillermo Cabrera (JIRA)
Guillermo Cabrera created ZEPPELIN-2263: --- Summary: Behaviour of checkbox form inconsistent with select or text input form Key: ZEPPELIN-2263 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2263

[GitHub] zeppelin issue #2100: [ZEPPELIN-2060] Make dynamic select form turn on or of...

2017-03-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2100 Ah i realized that "Run on selection change" is not persisted, so refreshing browser resets the option. @AhyoungRyu Could you take care? --- If your project is set up for it, you can reply to

[GitHub] zeppelin pull request #2141: [ZEPPELIN-1720] Adding tests to verify behaviou...

2017-03-15 Thread guicaro
GitHub user guicaro opened a pull request: https://github.com/apache/zeppelin/pull/2141 [ZEPPELIN-1720] Adding tests to verify behaviour of dynamic forms ### What is this PR for? Adding Selenium tests to ensure proper behaviour of dynamic forms. ### What type of PR is i

Re: Setting zeppelin.livy.url

2017-03-15 Thread Arun Khetarpal
Thanks Jeff.. In-general, IMO, there should be a better way to override these settings atleast when i look at interpreter-settings.json (pasted below the snippet) It seems i should have, somehow been able to define the environment variable, ZEPPELIN_LIVY_HOST_URL somewhere to override default. T

[GitHub] zeppelin issue #2137: [ZEPPELIN-2260] Skip node,npm install and bundle when ...

2017-03-15 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/2137 Ok @Leemoonsoo. So what does this PR actually do if it still waits 2 minutes now at a different stage? Or can I somehow prevent Zeppelin from getting the available helium package list? --- If yo

[GitHub] zeppelin issue #2140: [HOTFIX][ZEPPELIN-2037][ZEPPELIN-1832] "Restart" butto...

2017-03-15 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2140 @jongyoul Tested. Spark and Markdown and Misc interpreter (without shiro) ``` restart interpreter on web ui > restart feature well work. zeppelin shutdown (daemon stop)

[GitHub] zeppelin issue #2134: [ZEPPELIN-2257] notification about incompleteness of d...

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2134 Sorry for late reply. - regarding to design, it would be great if we use bootstrap-alert. (`warning` level would be ok) For example, ![image](https://cloud.githubusercon

[GitHub] zeppelin issue #2137: [ZEPPELIN-2260] Skip node,npm install and bundle when ...

2017-03-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2137 You can set `ZEPPELIN_HELIUM_REGISTRY` environment variable in `conf/zeppelin-env.sh` or `zeppelin.helium.registry` property in `conf/zeppelin-site.xml`. [Default value](https://githu

[GitHub] zeppelin issue #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2119 Rebased to resolve @felixcheung's the last 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 thi

[GitHub] zeppelin issue #2116: [ZEPPELIN-2179] "clear output" paragraph doesn't work ...

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2116 I'v just rebased, let me comment after fixing CI. --- 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 #2115: [ZEPPELIN-2202] Disable personalized mode btn w...

2017-03-15 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/2115 --- 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 issue #2115: [ZEPPELIN-2202] Disable personalized mode btn when not...

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2115 @Leemoonsoo 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 so,

[GitHub] zeppelin issue #2126: [gh-pages][ZEPPELIN-2209, 2110] Show 'INTERPRETER' typ...

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2126 Looks nice. @AhyoungRyu --- 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 #2105: [ZEPPELIN-2215] Progress bar for Spell execution

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2105 I'v just rebased to resolve conflict. --- 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 enab

[GitHub] zeppelin issue #2125: [ZEPPELIN-2222] Add Network Visualization

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2125 I will test and give you feedback soon. --- 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 e

[jira] [Created] (ZEPPELIN-2264) DevInterpreter settings references JDBC driver.

2017-03-15 Thread Simeon H.K. Fitch (JIRA)
Simeon H.K. Fitch created ZEPPELIN-2264: --- Summary: DevInterpreter settings references JDBC driver. Key: ZEPPELIN-2264 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2264 Project: Zeppelin

[GitHub] zeppelin issue #2114: [ZEPPELIN-2234][BUG] Can't display the same chart agai...

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2114 Rebased and fixed using the implementation discussed in #2110 - i didn't bring refactoring commits because 0.7.0-branch is not actively developed now. --- If your project is set up for i

[GitHub] zeppelin issue #2137: [ZEPPELIN-2260] Skip node,npm install and bundle when ...

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2137 FYI, @NohSeho --- 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

[GitHub] zeppelin issue #2114: [ZEPPELIN-2234][BUG] Can't display the same chart agai...

2017-03-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2114 @1ambda Thanks! LGTM and merge to branch-0.7 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 p

[GitHub] zeppelin issue #2126: [gh-pages][ZEPPELIN-2209, 2110] Show 'INTERPRETER' typ...

2017-03-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2126 Thanks again @1ambda. Will merge into gh-pages if there are 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 we

[GitHub] zeppelin issue #2141: [ZEPPELIN-1720] Adding tests to verify behaviour of dy...

2017-03-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2141 Cool! --- 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

[jira] [Created] (ZEPPELIN-2265) Zeppelin notebook output adding commas for thousand separator

2017-03-15 Thread Andrei Stankevich (JIRA)
Andrei Stankevich created ZEPPELIN-2265: --- Summary: Zeppelin notebook output adding commas for thousand separator Key: ZEPPELIN-2265 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2265 Proje

[GitHub] zeppelin issue #2100: [ZEPPELIN-2060] Make dynamic select form turn on or of...

2017-03-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2100 @Leemoonsoo Didn't realize that. Thanks for letting me know. Let me update again. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as wel

[GitHub] zeppelin pull request #2119: [ZEPPELIN-2243] Use uppercase for shortcut desc...

2017-03-15 Thread 1ambda
GitHub user 1ambda reopened a pull request: https://github.com/apache/zeppelin/pull/2119 [ZEPPELIN-2243] Use uppercase for shortcut description ### What is this PR for? Use uppercase for keyboard shortcut description so that user can recognize shortcuts easily. it's har

[GitHub] zeppelin pull request #2119: [ZEPPELIN-2243] Use uppercase for shortcut desc...

2017-03-15 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/2119 --- 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 issue #2116: [ZEPPELIN-2179] "clear output" paragraph doesn't work ...

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2116 CI passed. @Leemoonsoo --- 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 #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2119 CI is green :) now --- 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,

[GitHub] zeppelin issue #2141: [ZEPPELIN-1720] Adding tests to verify behaviour of dy...

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2141 Hi @randerzander. Thanks for contribution. - Zeppelin build system relies on travis. So please setup your travis account and travis project for Zeppelin. - https://zeppelin.apache.org

[jira] [Created] (ZEPPELIN-2266) Treat helium package description as HTML

2017-03-15 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2266: --- Summary: Treat helium package description as HTML Key: ZEPPELIN-2266 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2266 Project: Zeppelin Issue Type: Imp

[jira] [Created] (ZEPPELIN-2267) Improve Helium Dialog

2017-03-15 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2267: --- Summary: Improve Helium Dialog Key: ZEPPELIN-2267 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2267 Project: Zeppelin Issue Type: Improvement

[jira] [Created] (ZEPPELIN-2268) Helium package should be able to import png, jpg

2017-03-15 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2268: --- Summary: Helium package should be able to import png, jpg Key: ZEPPELIN-2268 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2268 Project: Zeppelin Issue T

[jira] [Created] (ZEPPELIN-2269) Create zeppelin-web build profile for fake production mode

2017-03-15 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2269: --- Summary: Create zeppelin-web build profile for fake production mode Key: ZEPPELIN-2269 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2269 Project: Zeppelin

[GitHub] zeppelin pull request #2105: [ZEPPELIN-2215] Progress bar for Spell executio...

2017-03-15 Thread 1ambda
GitHub user 1ambda reopened a pull request: https://github.com/apache/zeppelin/pull/2105 [ZEPPELIN-2215] Progress bar for Spell execution ### What is this PR for? Add progress bar for spell execution. - Used `RUNNING` state to display progress bar - Decided not

[GitHub] zeppelin pull request #2105: [ZEPPELIN-2215] Progress bar for Spell executio...

2017-03-15 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/2105 --- 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 issue #2116: [ZEPPELIN-2179] "clear output" paragraph doesn't work ...

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2116 Regarding to the same fix for master branch, I will open another PR. Thanks for reviewing this PR @Leemoonsoo @jongyoul! --- If your project is set up for it, you can reply to this email and h

[GitHub] zeppelin issue #2140: [HOTFIX][ZEPPELIN-2037][ZEPPELIN-1832] "Restart" butto...

2017-03-15 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2140 @cloverhearts Thanks for testing 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 ena

[GitHub] zeppelin pull request #2142: [ZEPPELIN-2124] Missing dependencies array in i...

2017-03-15 Thread minahlee
GitHub user minahlee opened a pull request: https://github.com/apache/zeppelin/pull/2142 [ZEPPELIN-2124] Missing dependencies array in interpreter.json after upgrade from 0.6.2 to 0.7.0 ### What is this PR for? If there is no `dependencies` field specified in `interpreter.json`,

[GitHub] zeppelin issue #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

2017-03-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2119 Merge into branch-0.7 and master if there are 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 project d

[GitHub] zeppelin issue #2100: [ZEPPELIN-2060] Make dynamic select form turn on or of...

2017-03-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2100 @Leemoonsoo I made `runOnSelectionChange` can be persisted under `note.json`'s `config` field like below. https://cloud.githubusercontent.com/assets/10060731/23981188/fe8a5fbe-0a47-11e7-8516

[jira] [Created] (ZEPPELIN-2270) Kill livy session when creating session timeout

2017-03-15 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2270: Summary: Kill livy session when creating session timeout Key: ZEPPELIN-2270 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2270 Project: Zeppelin Issue

Re: Setting zeppelin.livy.url

2017-03-15 Thread Jeff Zhang
Actually this is a bug, most of enviroment variable in interpreter-setting doesn't work. So try to use property instead of enviroment variable. Arun Khetarpal 于2017年3月16日周四 上午12:40写道: Thanks Jeff.. In-general, IMO, there should be a better way to override these settings atleast when i look at in

[GitHub] zeppelin issue #2105: [ZEPPELIN-2215] Progress bar for Spell execution

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2105 CI passed. --- 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 th

[GitHub] zeppelin issue #2134: [ZEPPELIN-2257] notification about incompleteness of d...

2017-03-15 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2134 ok. ![111](https://cloud.githubusercontent.com/assets/25951039/23982093/f681cdea-0a2c-11e7-890e-5744e2fc5629.png) --- If your project is set up for it, you can reply to this email and h

[GitHub] zeppelin issue #2134: [ZEPPELIN-2257] notification about incompleteness of d...

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2134 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 feat

[GitHub] zeppelin issue #2134: [ZEPPELIN-2257] notification about incompleteness of d...

2017-03-15 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2134 ![111](https://cloud.githubusercontent.com/assets/25951039/23982329/c4134daa-0a2e-11e7-94ce-09a5423c7821.png) --- If your project is set up for it, you can reply to this email and have your

[GitHub] zeppelin pull request #2143: [ZEPPELIN-2266] Parse helium description as HTM...

2017-03-15 Thread 1ambda
GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/2143 [ZEPPELIN-2266] Parse helium description as HTML ### What is this PR for? Parse helium description as HTML for detailed, beautiful explanation ``` "description": "The Ultima

[GitHub] zeppelin issue #2105: [ZEPPELIN-2215] Progress bar for Spell execution

2017-03-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2105 Merge into master if there are no more comment on 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

[GitHub] zeppelin issue #2120: [ZEPPELIN-1492] fixing the issue where updating a para...

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2120 Thanks for fixing bug. I will review and give you feedback soon. --- 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

[GitHub] zeppelin pull request #2142: [ZEPPELIN-2124] Missing dependencies array in i...

2017-03-15 Thread minahlee
GitHub user minahlee reopened a pull request: https://github.com/apache/zeppelin/pull/2142 [ZEPPELIN-2124] Missing dependencies array in interpreter.json after upgrade from 0.6.2 to 0.7.0 ### What is this PR for? If there is no `dependencies` field specified in `interpreter.json

[GitHub] zeppelin pull request #2142: [ZEPPELIN-2124] Missing dependencies array in i...

2017-03-15 Thread minahlee
Github user minahlee closed the pull request at: https://github.com/apache/zeppelin/pull/2142 --- 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 #2106: Rewrite PythonInterpreter.

2017-03-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2106 Tested `%python.conda` and `%python.pandasql` and it works well. Could you restore PythonDockerInterpreter.java and PythonDockerInterpreterTest.java for `%python.docker` as well? To

[GitHub] zeppelin issue #2143: [ZEPPELIN-2266] Parse helium description as HTML

2017-03-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2143 @1ambda Looks good to me 👍 It's not in the scope of this PR, but as ppl are getting have more interest in Helium, i think we need a guide which explains how ppl can add helium pack

[GitHub] zeppelin issue #2100: [ZEPPELIN-2060] Make dynamic select form turn on or of...

2017-03-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2100 CI failed when it runs `yarn run test` and it seems relevant with this change. Let me update again. --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] zeppelin issue #2134: [ZEPPELIN-2257] notification about incompleteness of d...

2017-03-15 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2134 CI green https://travis-ci.org/tinkoff-dwh/zeppelin/builds/211619211 --- 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 pro

[GitHub] zeppelin pull request #2144: [ZEPPELIN-2267] Improve Helium Enable / Disable...

2017-03-15 Thread 1ambda
GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/2144 [ZEPPELIN-2267] Improve Helium Enable / Disable Dialogs ### What is this PR for? Improved Helium Enable / Disable Dialogs to - include more detailed info for enable dialog - i

[GitHub] zeppelin issue #2134: [ZEPPELIN-2257] notification about incompleteness of d...

2017-03-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2134 @tinkoff-dwh Then you can make this CI status green by reopening-closing this PR :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[GitHub] zeppelin pull request #2134: [ZEPPELIN-2257] notification about incompletene...

2017-03-15 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at: https://github.com/apache/zeppelin/pull/2134 --- 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 pull request #2134: [ZEPPELIN-2257] notification about incompletene...

2017-03-15 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request: https://github.com/apache/zeppelin/pull/2134 [ZEPPELIN-2257] notification about incompleteness of data ### What is this PR for? Added notification about exceeding the limit in the result. ### What type of PR is it? Imp

[jira] [Created] (ZEPPELIN-2271) Encode password of Credentials when saving to file

2017-03-15 Thread Tinkoff DWH (JIRA)
Tinkoff DWH created ZEPPELIN-2271: - Summary: Encode password of Credentials when saving to file Key: ZEPPELIN-2271 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2271 Project: Zeppelin I

[GitHub] zeppelin issue #2143: [ZEPPELIN-2266] Parse helium description as HTML

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2143 @AhyoungRyu great! - writing new section would be better to for Helium JSON format. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] zeppelin pull request #2143: [ZEPPELIN-2266] Parse helium description as HTM...

2017-03-15 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/2143 --- 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 issue #2143: [ZEPPELIN-2266] Parse helium description as HTML

2017-03-15 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2143 I think this PR is detached from my original branch. can't update at all. I will create new PR for this. --- If your project is set up for it, you can reply to this email and have your reply appea