[GitHub] incubator-zeppelin pull request: ZEPPELIN-804 Refactoring registra...

2016-04-14 Thread jongyoul
Github user jongyoul commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/835#issuecomment-210259409 @Leemoonsoo 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

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-95] Make environment va...

2016-04-14 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/789#issuecomment-210248478 Merge if there're no more 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

[GitHub] incubator-zeppelin pull request: Pluggable resource pools

2016-04-14 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/816#issuecomment-210234523 @fireboy1919 Thanks for the contribution. It looks like individual interpreter setting can configure ResourcePool implementation through it's

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-672] Add feature to exp...

2016-04-14 Thread fireboy1919
Github user fireboy1919 commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/761#issuecomment-210094906 It's a REST call, so potentially, you could make a client side call to combine the two pieces of information. But the problem is the same one

[GitHub] incubator-zeppelin pull request: Zeppelin Flink Spark tutorial

2016-04-14 Thread rawkintrevo
Github user rawkintrevo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/418#issuecomment-209982506 I'm basing my tutorial at ApacheCon loosely off of this. Let me go back through and edit/update as appropriate. Hopefully next week or so. --- If your

[GitHub] incubator-zeppelin pull request: [WIP] [ZEPPELIN-732] Helium Appli...

2016-04-14 Thread jongyoul
Github user jongyoul commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/836#issuecomment-209955698 @Leemoonsoo I've thought Helium is a kind of backend system. But as I saw your screenshot, it looks like a frontend system. Do you have any change? or does

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-672] Add feature to exp...

2016-04-14 Thread ankurmitujjain
Github user ankurmitujjain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/761#issuecomment-209941963 @fireboy1919 is it possible to download both server side data and front end table data? --- If your project is set up for it, you can reply to this

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-672] Add feature to exp...

2016-04-14 Thread ankurmitujjain
Github user ankurmitujjain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/761#issuecomment-209941212 ok if thats the case than I believe datatable dont need download functionality which will be handled by #822 . please correct me if I am wrong...

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-672] Add feature to exp...

2016-04-14 Thread fireboy1919
Github user fireboy1919 commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/761#issuecomment-209940691 Yes, #822 does that. It's purely backend, using resource pools. You might consider it an alternative to using #714. --- If your project is set up for

[GitHub] incubator-zeppelin pull request: Use bootstrap dialog in place of ...

2016-04-14 Thread ravicodder
GitHub user ravicodder opened a pull request: https://github.com/apache/incubator-zeppelin/pull/837 Use bootstrap dialog in place of standard confirm ### What is this PR for? Use bootstrap dialog in place of standard confirm ### What type of PR is it? Improvement

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-799] Add python edit mo...

2016-04-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/825 --- 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] incubator-zeppelin pull request: [WIP] [ZEPPELIN-732] Helium Appli...

2016-04-14 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/836 [WIP] [ZEPPELIN-732] Helium Application ### What is this PR for? This PR implements pluggable Application Framework. Here's summary of the change.