[VOTE] Release Apache Zeppelin 0.7.3 (RC1)

2017-09-04 Thread Mina Lee
I propose the following RC to be released for the Apache Zeppelin 0.7.3 release. The commit id is 7ac76aec4a1fa6501323e03a990274a4ad7e3773 which is corresponds to the tag v0.7.3-rc1: https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7. 3-rc1 The release archives (tgz), signatu

[jira] [Created] (ZEPPELIN-2897) Query Regarding Zeppelin UI

2017-09-04 Thread Vatsal Pande (JIRA)
Vatsal Pande created ZEPPELIN-2897: -- Summary: Query Regarding Zeppelin UI Key: ZEPPELIN-2897 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2897 Project: Zeppelin Issue Type: Task

[GitHub] zeppelin issue #2559: [ZEPPELIN-2894] Show users in notebook permission usin...

2017-09-04 Thread janusd
Github user janusd commented on the issue: https://github.com/apache/zeppelin/pull/2559 Thanks @1ambda for your reply. Please see the linked JIRA Issue: https://issues.apache.org/jira/browse/ZEPPELIN-2894 where I describe the problem with that pull request you mentioned. ---

[GitHub] zeppelin pull request #2564: [ZEPPELIN-2896] Replacing addHeader with setHea...

2017-09-04 Thread krishna-pandey
GitHub user krishna-pandey opened a pull request: https://github.com/apache/zeppelin/pull/2564 [ZEPPELIN-2896] Replacing addHeader with setHeader method in CorsFilter.java ### What is this PR for? HTTP Response Headers were being added multiple times. Replacing addHeader method

[GitHub] zeppelin issue #2564: [ZEPPELIN-2896] Replacing addHeader with setHeader met...

2017-09-04 Thread krishna-pandey
Github user krishna-pandey commented on the issue: https://github.com/apache/zeppelin/pull/2564 @1ambda, @Leemoonsoo, @felixcheung, @jongyoul, @prabhjyotsingh Please help review this. ---

[GitHub] zeppelin pull request #2565: add zeppelin.livy.share_existing_session option

2017-09-04 Thread ruseel
GitHub user ruseel opened a pull request: https://github.com/apache/zeppelin/pull/2565 add zeppelin.livy.share_existing_session option If you want to share livy session, There is no option now. After this commit, setting zeppelin.livy.share_existing_session to true make LivyI

[GitHub] zeppelin issue #2565: add zeppelin.livy.share_existing_session option

2017-09-04 Thread swkimme
Github user swkimme commented on the issue: https://github.com/apache/zeppelin/pull/2565 @jerryshao may I ask you to review this PR? ---

[GitHub] zeppelin issue #2565: add zeppelin.livy.share_existing_session option

2017-09-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2565 @ruseel @swkimme livy session is shared across notes, What kind of scenarios here do you mean ? ---

Re: [VOTE] Release Apache Zeppelin 0.7.3 (RC1)

2017-09-04 Thread Prabhjyot Singh
Download https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.7.3-rc1/zeppelin-0.7.3-bin-all.tgz tested Spark, JDBC (with Hive and Phoenix), Shell and MD interpreter. Works well. +1 On 4 September 2017 at 13:09, Mina Lee wrote: > I propose the following RC to be released for the Apache Ze

[jira] [Created] (ZEPPELIN-2898) Support yarn-cluster mode for SparkInterpreter

2017-09-04 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2898: Summary: Support yarn-cluster mode for SparkInterpreter Key: ZEPPELIN-2898 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2898 Project: Zeppelin Issue T

[jira] [Created] (ZEPPELIN-2899) Create interpreter launch script for SparkInterpreter

2017-09-04 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2899: Summary: Create interpreter launch script for SparkInterpreter Key: ZEPPELIN-2899 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2899 Project: Zeppelin

[GitHub] zeppelin issue #2564: [ZEPPELIN-2896] Replacing addHeader with setHeader met...

2017-09-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2564 LGTM ---

[GitHub] zeppelin issue #2528: ZEPPELIN-2834 Show Interpreter list as expand collapse...

2017-09-04 Thread malayhm
Github user malayhm commented on the issue: https://github.com/apache/zeppelin/pull/2528 @1ambda @prabhjyotsingh @Leemoonsoo Can we merge this to master if there are no discussions? ---

[GitHub] zeppelin issue #2565: add zeppelin.livy.share_existing_session option

2017-09-04 Thread ruseel
Github user ruseel commented on the issue: https://github.com/apache/zeppelin/pull/2565 I am trying to use livy as shown in https://youtu.be/gtql7z_kj3Y Zeppelin and livy bring multi tenancy to interactive data analysis 20:02. Share livy session between multiple user. ---

[GitHub] zeppelin issue #2565: add zeppelin.livy.share_existing_session option

2017-09-04 Thread ruseel
Github user ruseel commented on the issue: https://github.com/apache/zeppelin/pull/2565 What I want to accomplish eventually is providing a single spark cluster to four people and interactive query they issued is run under a single pool, with a fair scheduler. ---

[GitHub] zeppelin issue #2484: [ZEPPELIN-2711] basic metrics for paragraphs & noteboo...

2017-09-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2484 Can you address with LICENSE issue moon mentioned? ---

[jira] [Created] (ZEPPELIN-2900) GetUserList.getUserList leaks JdbcRealm connections

2017-09-04 Thread Luis Angel Vicente Sanchez (JIRA)
Luis Angel Vicente Sanchez created ZEPPELIN-2900: Summary: GetUserList.getUserList leaks JdbcRealm connections Key: ZEPPELIN-2900 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2900

Re: [VOTE] Release Apache Zeppelin 0.7.3 (RC1)

2017-09-04 Thread Sanjay Dasgupta
-1 I have a use-case that breaks when using this version (that worked with 0.7.2). My notebook has a couple of cells like this: *Cell-1*: %sh # Remove the old parquet file rm -rf files/data.parquet *Cell-2*: // Write out a new parquet file dataDF.write.parquet("files/data.parquet") The Sca

[GitHub] zeppelin issue #2565: add zeppelin.livy.share_existing_session option

2017-09-04 Thread ruseel
Github user ruseel commented on the issue: https://github.com/apache/zeppelin/pull/2565 > livy session is shared across notes, What kind of scenarios here do you mean? I guessed that "Livy session is not shared across notes in zeppelin:master/BaseLivyIntepreter.java" after in

[GitHub] zeppelin issue #2562: ZEPPELIN-2645. Adding way to register RemoteInterprete...

2017-09-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2562 @Leemoonsoo @jongyoul I implement the portRange in thrift callback server. But didn't do that for the port of `RemoteInterpreterServer`. I will left it when implementing cluster mode. ---

[GitHub] zeppelin issue #2565: add zeppelin.livy.share_existing_session option

2017-09-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2565 @ruseel Livy session is shared across notes, as long as the notes belong to one user. Livy interpreter is designed for isolated across users. That means each user own one livy session, and he can s

[jira] [Created] (ZEPPELIN-2901) Interpreter 'file'(HDFS) does not

2017-09-04 Thread KaiZheng (JIRA)
KaiZheng created ZEPPELIN-2901: -- Summary: Interpreter 'file'(HDFS) does not Key: ZEPPELIN-2901 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2901 Project: Zeppelin Issue Type: New Feature

[GitHub] zeppelin issue #2564: [ZEPPELIN-2896] Replacing addHeader with setHeader met...

2017-09-04 Thread krishna-pandey
Github user krishna-pandey commented on the issue: https://github.com/apache/zeppelin/pull/2564 @felixcheung IMHO, it happens coz we first hit the root Context Path and Jetty redirecting it later to the landing/welcome page i.e. index.html. These headers are duplicated only for such r

[GitHub] zeppelin issue #2521: [ZEPPELIN-2841] fix a problem in shell interpreter . W...

2017-09-04 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2521 This implementation has a harmful side effect that can break existing notebooks. The problem with this fix is that it changes the meaning of all relative path-names used in any sh

[jira] [Created] (ZEPPELIN-2902) You must install py4j Python module (pip install py4j) to use Zeppelin dynamic forms features

2017-09-04 Thread cuiqingxin (JIRA)
cuiqingxin created ZEPPELIN-2902: Summary: You must install py4j Python module (pip install py4j) to use Zeppelin dynamic forms features Key: ZEPPELIN-2902 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2902

[GitHub] zeppelin issue #2558: sc.setLocalProperty(...) should be more deterministic

2017-09-04 Thread ruseel
Github user ruseel commented on the issue: https://github.com/apache/zeppelin/pull/2558 @1ambda setup for forked repository `ruseel/zeppelin` is completed. ---

[GitHub] zeppelin issue #2521: [ZEPPELIN-2841] fix a problem in shell interpreter . W...

2017-09-04 Thread vistep
Github user vistep commented on the issue: https://github.com/apache/zeppelin/pull/2521 Can we use a try-catch block to test if we need to set working directory when zeppelin opens a shell interpreter? ---