[GitHub] incubator-zeppelin pull request: Add PR template for github

2016-02-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/748 --- 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 fea

[GitHub] incubator-zeppelin pull request: add features to export table

2016-02-26 Thread bbuild11
Github user bbuild11 commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/6#issuecomment-189564398 +1 on Khalid's comment. For my use case, CSV (header, delimiter options) and Excel exports are the most important to my company. --- If your project

[GitHub] incubator-zeppelin pull request: ZEPPELIN-198 HDFS File Interprete...

2016-02-26 Thread runyontr
GitHub user runyontr opened a pull request: https://github.com/apache/incubator-zeppelin/pull/752 ZEPPELIN-198 HDFS File Interpreter ### What is this PR for? This pull request is a follow of https://github.com/apache/incubator-zeppelin/pull/276 started by @raj-bains. The addit

[GitHub] incubator-zeppelin pull request: add features to export table

2016-02-26 Thread khalidhuseynov
Github user khalidhuseynov commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/6#issuecomment-189548627 hi guys, I wonder what's the state of this PR? Also does it support exporting whole table? since there's limitation on number of rows loaded in front-en

[GitHub] incubator-zeppelin pull request: Add R Dependencies to Virtual Mac...

2016-02-26 Thread jeffsteinmetz
GitHub user jeffsteinmetz opened a pull request: https://github.com/apache/incubator-zeppelin/pull/751 Add R Dependencies to Virtual Machine Script. Zeppelin-700 ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. ### Wh

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-701] - Upgrade Tachyon ...

2016-02-26 Thread maocorte
GitHub user maocorte opened a pull request: https://github.com/apache/incubator-zeppelin/pull/750 [ZEPPELIN-701] - Upgrade Tachyon Interpreter to Alluxio Interpreter ### What is this PR for? Upgrading existing Tachyon interpreter to Alluxio interpreter. ### What typ

[GitHub] incubator-zeppelin pull request: Notebook Authorization

2016-02-26 Thread prasadwagle
Github user prasadwagle closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/681 --- 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] incubator-zeppelin pull request: Notebook Authorization

2016-02-26 Thread prasadwagle
GitHub user prasadwagle reopened a pull request: https://github.com/apache/incubator-zeppelin/pull/681 Notebook Authorization ### What is this PR for? The goal of the PR is to add authorization for notebooks according to the design document [here] (https://gist.github.com/prasa

Re: [DISCUSS] Enable Interpreters runs in different nodes

2016-02-26 Thread Konstantin Boudnik
+1 On Fri, Feb 26, 2016 at 04:57PM, moon soo Lee wrote: > Hi Jongyoul, > > I think it's very nice to run interpreters on remote machine. That'll make > help scale out the Zeppelin. And the approach in your proposal make sense. > > If i improve the idea little bit more, how about we make common a

Re: [DISCUSS] Enable Interpreters runs in different nodes

2016-02-26 Thread DuyHai Doan
+1 for this feature When running on classical client mode, the driver program stays on Zeppelin server and people need to open network routes so that the Zeppelin server can connect to each of the Spark workers With the cluster mode, the driver program will be pushed to the cluster itself and it

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-687] Display paragraph ...

2016-02-26 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/739#issuecomment-189377685 LGTM and 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 w

[GitHub] incubator-zeppelin pull request: Add checkbox as a type of dynamic...

2016-02-26 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/713#issuecomment-189377126 z.checkbox() works well in Spark and PySpark. also string substitution works well. Thanks @zhongneu for great work. Looks good to me. --- If

Re: [DISCUSS] Enable Interpreters runs in different nodes

2016-02-26 Thread moon soo Lee
Hi Jongyoul, I think it's very nice to run interpreters on remote machine. That'll make help scale out the Zeppelin. And the approach in your proposal make sense. If i improve the idea little bit more, how about we make common abstraction for InterpreterProcess and have EmbeddedInterpreterProcess

[jira] [Created] (ZEPPELIN-703) PySpark - max() does not work as expected

2016-02-26 Thread Lucas Tittmann (JIRA)
Lucas Tittmann created ZEPPELIN-703: --- Summary: PySpark - max() does not work as expected Key: ZEPPELIN-703 URL: https://issues.apache.org/jira/browse/ZEPPELIN-703 Project: Zeppelin Issue Ty

[GitHub] incubator-zeppelin pull request: R Interpreter for Zeppelin

2016-02-26 Thread sourav-mazumder
Github user sourav-mazumder commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/208#issuecomment-189323957 I do like this approach too. Regards, Sourav On Fri, Feb 26, 2016 at 7:09 AM, Jeff Steinmetz wrote: > Makes sense

[GitHub] incubator-zeppelin pull request: R Interpreter for Zeppelin

2016-02-26 Thread jeffsteinmetz
Github user jeffsteinmetz commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/208#issuecomment-189316874 Makes sense SPARK_HOME for SparkR ZEPPELIN_HOME for the relevant `R/` directories related to the R zeppelin interpreter. --- If your project