zeppelin git commit: [ZEPPELIN-1639] Add tests with external python dependencies to CI build

2016-11-29 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master a13d05a2d -> 4ac577f71 [ZEPPELIN-1639] Add tests with external python dependencies to CI build ### What is this PR for? Take 2 of #1618 because I had some earlier problems with rebasing. Since, then I have added some new features,

zeppelin git commit: [DOCS] Update Shiro configuration file with new package names

2016-11-29 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 4ac577f71 -> 78ff94c17 [DOCS] Update Shiro configuration file with new package names ### What is this PR for? Since most of authentication related realm classes has moved from `org.apache.zeppelin.server` package into

zeppelin git commit: [ZEPPELIN-1695] chore: Set xml plugin phase to verify (minor)

2016-11-29 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 78ff94c17 -> cb5c8a414 [ZEPPELIN-1695] chore: Set xml plugin phase to verify (minor) ### What is this PR for? Changed the phase of xml validation plugin from validate to verify so that developers can use `mvn test` in submodule

svn commit: r1771967 - in /zeppelin/site/docs/0.7.0-SNAPSHOT: atom.xml manual/processenduser.html manual/userimpersonation.html rss.xml search_data.json sitemap.txt

2016-11-29 Thread moon
Author: moon Date: Tue Nov 29 22:19:26 2016 New Revision: 1771967 URL: http://svn.apache.org/viewvc?rev=1771967=rev Log: https://github.com/apache/zeppelin/pull/1704 Added: zeppelin/site/docs/0.7.0-SNAPSHOT/manual/userimpersonation.html Removed:

svn commit: r1771962 - in /zeppelin/site/docs/0.7.0-SNAPSHOT: atom.xml displaysystem/front-end-angular.html interpreter/jdbc.html rss.xml search_data.json

2016-11-29 Thread moon
Author: moon Date: Tue Nov 29 21:52:36 2016 New Revision: 1771962 URL: http://svn.apache.org/viewvc?rev=1771962=rev Log: ZEPPELIN-1665 Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/atom.xml zeppelin/site/docs/0.7.0-SNAPSHOT/displaysystem/front-end-angular.html

zeppelin git commit: [HOTFIX] Exclude org/apache/zeppelin/scio/avro/* once at pom.xml

2016-11-29 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 752c8abba -> 249cf6cde [HOTFIX] Exclude org/apache/zeppelin/scio/avro/* once at pom.xml ### What is this PR for? Previously on #1676, I excluded path **twice**. It's my mistake! khalidhuseynov pointed that out (Thanks!). ### What type

zeppelin git commit: [ZEPPELIN-1691] Implement NotebookRepoSetting to ZeppelinHub notebookRepo

2016-11-29 Thread anthonycorbacho
Repository: zeppelin Updated Branches: refs/heads/master 249cf6cde -> b0bef98a7 [ZEPPELIN-1691] Implement NotebookRepoSetting to ZeppelinHub notebookRepo ### What is this PR for? Implement notebookRepo setting in ZeppelinHub notebook repo. This change will allow users to directly switch from

zeppelin git commit: [ZEPPELIN-1013] Don't run paragraph on selectbox change

2016-11-29 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 07fbc6ec8 -> 6a2a341b0 [ZEPPELIN-1013] Don't run paragraph on selectbox change ### What is this PR for? Enabling to change values of multiple selectboxes witout running the paragraph ### What type of PR is it? [Bug Fix] ### Todos No

zeppelin git commit: [ZEPPELIN-1714] Build error of scio Intepreter on Centos

2016-11-29 Thread ahyoungryu
Repository: zeppelin Updated Branches: refs/heads/master 9db840c65 -> 234c42bdb [ZEPPELIN-1714] Build error of scio Intepreter on Centos ### What is this PR for? This PR fixes build error of scio Intepreter on CentOS. ### What type of PR is it? Bug Fix ### What is the Jira issue?

[2/2] zeppelin git commit: [ZEPPELIN-1665] Z.run with external note executable and access resource for zeppelin in each interpreter

2016-11-29 Thread moon
[ZEPPELIN-1665] Z.run with external note executable and access resource for zeppelin in each interpreter ### What is this PR for? Currently, the z.run command is restricted. Only paragraphs in a single note can be executed. I have modified this to allow you to freely execute paragraphs of other

[1/2] zeppelin git commit: [ZEPPELIN-1665] Z.run with external note executable and access resource for zeppelin in each interpreter

2016-11-29 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 6a2a341b0 -> 9db840c65 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/9db840c6/zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/thrift/ZeppelinServerResourceParagraphRunner.java