svn commit: r21495 - /dev/zeppelin/zeppelin-0.7.3-rc2/

2017-09-06 Thread minalee
Author: minalee Date: Thu Sep 7 01:56:09 2017 New Revision: 21495 Log: Upload zeppelin-0.7.3-rc2 Added: dev/zeppelin/zeppelin-0.7.3-rc2/ dev/zeppelin/zeppelin-0.7.3-rc2/zeppelin-0.7.3-bin-all.tgz (with props) dev/zeppelin/zeppelin-0.7.3-rc2/zeppelin-0.7.3-bin-all.tgz.asc

[1/2] zeppelin git commit: Preparing Apache Zeppelin release 0.7.3

2017-09-06 Thread minalee
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 4298a426b -> 05adf7ee2 Preparing Apache Zeppelin release 0.7.3 Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/06d9ee49 Tree:

[zeppelin] Git Push Summary

2017-09-06 Thread minalee
Repository: zeppelin Updated Tags: refs/tags/v0.7.3-rc2 [created] 06d9ee49f

zeppelin git commit: ZEPPELIN-2893. Pass non spark.* of spark interpreter properties to spark app driver

2017-09-06 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 e667bb5a9 -> 4298a426b ZEPPELIN-2893. Pass non spark.* of spark interpreter properties to spark app driver ### What is this PR for? Straightforward change for allowing pass non spark.* properties to spark app driver. See

zeppelin git commit: ZEPPELIN-2893. Pass non spark.* of spark interpreter properties to spark app driver

2017-09-06 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 1812928bf -> 1e1b95ea1 ZEPPELIN-2893. Pass non spark.* of spark interpreter properties to spark app driver ### What is this PR for? Straightforward change for allowing pass non spark.* properties to spark app driver. See discussion

zeppelin git commit: ZEPPELIN-2645. Adding way to register RemoteInterpreterServer's port into InterpreterProcess

2017-09-06 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master b14f5ab95 -> 1812928bf ZEPPELIN-2645. Adding way to register RemoteInterpreterServer's port into InterpreterProcess ### What is this PR for? Rebase PR #2418 , still use thrift as the communication protocol between zeppelin server

svn commit: r1807494 - in /zeppelin/site: atom.xml download.html rss.xml

2017-09-06 Thread moon
Author: moon Date: Wed Sep 6 15:55:41 2017 New Revision: 1807494 URL: http://svn.apache.org/viewvc?rev=1807494=rev Log: Fix broken download link Modified: zeppelin/site/atom.xml zeppelin/site/download.html zeppelin/site/rss.xml Modified: zeppelin/site/atom.xml URL:

zeppelin git commit: [HOTFIX] Fix old release download links

2017-09-06 Thread moon
Repository: zeppelin Updated Branches: refs/heads/gh-pages a1135cb5b -> 3999ce75e [HOTFIX] Fix old release download links ### What is this PR for? Some links for downloading old releases (0.7.1, 0.7.0) are broken. ### What type of PR is it? Hotfix ### Questions: * Does the licenses files

zeppelin git commit: [ZEPPELIN-2900] Close connection on getUserList

2017-09-06 Thread moon
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 e15c76cc0 -> e667bb5a9 [ZEPPELIN-2900] Close connection on getUserList ### What is this PR for? This PR fixed a JDBC connection leak on `GetUserList.getUserList` when the Shiro Realm is a JdbcRealm. After a while, it's not possible

zeppelin git commit: [ZEPPELIN-2900] Close connection on getUserList

2017-09-06 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 629e21769 -> b14f5ab95 [ZEPPELIN-2900] Close connection on getUserList ### What is this PR for? This PR fixed a JDBC connection leak on `GetUserList.getUserList` when the Shiro Realm is a JdbcRealm. After a while, it's not possible to

zeppelin git commit: [ZEPPELIN-2903] Make setting of working directory to user-home optional for shell interpreter

2017-09-06 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 68190f958 -> e15c76cc0 [ZEPPELIN-2903] Make setting of working directory to user-home optional for shell interpreter ### What is this PR for? With ZEPPELIN-2841, it had changed the default working directory of Shell Interpreter

zeppelin git commit: [ZEPPELIN-2903] Make setting of working directory to user-home optional for shell interpreter

2017-09-06 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/master faa9d8615 -> 629e21769 [ZEPPELIN-2903] Make setting of working directory to user-home optional for shell interpreter ### What is this PR for? With ZEPPELIN-2841, it had changed the default working directory of Shell Interpreter from

zeppelin git commit: [ZEPPELIN-2896] Replacing addHeader with setHeader method in CorsFilter.java

2017-09-06 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 88e8cff36 -> 68190f958 [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 with setHeader overrides

zeppelin git commit: [ZEPPELIN-2896] Replacing addHeader with setHeader method in CorsFilter.java

2017-09-06 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/master a1c13c6b5 -> faa9d8615 [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 with setHeader overrides the