zeppelin git commit: [ZEPPELIN-699] Add new synchronous paragraph run REST API

2016-08-31 Thread felixcheung
Repository: zeppelin Updated Branches: refs/heads/master 9dc9c7512 -> 7e2a1b5d4 [ZEPPELIN-699] Add new synchronous paragraph run REST API ### What is this PR for? Right now, when calling the REST API `http://:/api/notebook/job//` Zeppelin always returns **OK** as shown by this source code:

zeppelin git commit: [DOC]fix some spelling mistakes

2016-08-31 Thread corneadoug
Repository: zeppelin Updated Branches: refs/heads/branch-0.6 1ab5a9d43 -> 7b7216338 [DOC]fix some spelling mistakes ### What is this PR for? fix some spelling mistakes just like this: zepplin -> zeppelin ### What type of PR is it? [Documentation] ### Todos * [ ] - Task ### What is the Jira

zeppelin git commit: [DOC]fix some spelling mistakes

2016-08-31 Thread corneadoug
Repository: zeppelin Updated Branches: refs/heads/master dad72cef5 -> 9dc9c7512 [DOC]fix some spelling mistakes ### What is this PR for? fix some spelling mistakes just like this: zepplin -> zeppelin ### What type of PR is it? [Documentation] ### Todos * [ ] - Task ### What is the Jira issu

svn commit: r1758704 - in /zeppelin/site/docs/0.7.0-SNAPSHOT: assets/themes/zeppelin/css/style.css install/install.html

2016-08-31 Thread corneadoug
Author: corneadoug Date: Thu Sep 1 05:19:10 2016 New Revision: 1758704 URL: http://svn.apache.org/viewvc?rev=1758704&view=rev Log: deploying PR#1241 Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/css/style.css zeppelin/site/docs/0.7.0-SNAPSHOT/install/install.html Mo

zeppelin git commit: [ZEPPELIN-1217] Remove horizontal scrollbar in Zeppelin conf table

2016-08-31 Thread corneadoug
Repository: zeppelin Updated Branches: refs/heads/master 93e37620c -> dad72cef5 [ZEPPELIN-1217] Remove horizontal scrollbar in Zeppelin conf table ### What is this PR for? This PR will fix [ZEPPELIN-1217](https://issues.apache.org/jira/browse/ZEPPELIN-1217). Current [Zeppelin configuration

zeppelin git commit: ZEPPELIN-1185. ZEPPELIN_INTP_JAVA_OPTS should not use ZEPPELIN_JAVA_OPTS

2016-08-31 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/branch-0.6 9bb21d981 -> 1ab5a9d43 ZEPPELIN-1185. ZEPPELIN_INTP_JAVA_OPTS should not use ZEPPELIN_JAVA_OPTS ### What is this PR for? Don't use ZEPPELIN_JAVA_OPTS as the default value of ZEPPELIN_INTP_JAVA_OPTS ### What type of PR is it? Improv

zeppelin git commit: ZEPPELIN-1185. ZEPPELIN_INTP_JAVA_OPTS should not use ZEPPELIN_JAVA_OPTS

2016-08-31 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/master 83469be5b -> 93e37620c ZEPPELIN-1185. ZEPPELIN_INTP_JAVA_OPTS should not use ZEPPELIN_JAVA_OPTS ### What is this PR for? Don't use ZEPPELIN_JAVA_OPTS as the default value of ZEPPELIN_INTP_JAVA_OPTS ### What type of PR is it? Improvemen

zeppelin git commit: [ZEPPELIN-1313] NullPointerException when using Clone notebook REST API

2016-08-31 Thread ahyoungryu
Repository: zeppelin Updated Branches: refs/heads/master f1a247130 -> 83469be5b [ZEPPELIN-1313] NullPointerException when using Clone notebook REST API ### What is this PR for? This fixes when the input json is empty for the clone notebook REST API and for this case the default name will be p

zeppelin git commit: [ZEPPELIN-1040] Show the time when the result is updated

2016-08-31 Thread corneadoug
Repository: zeppelin Updated Branches: refs/heads/branch-0.6 3945da32c -> 9bb21d981 [ZEPPELIN-1040] Show the time when the result is updated As per existing usage, the time shown in end of each paragraph is the time the paragraph is updated not when the paragraph is actually executed/run. _

zeppelin git commit: [ZEPPELIN-1040] Show the time when the result is updated

2016-08-31 Thread corneadoug
Repository: zeppelin Updated Branches: refs/heads/master e3e19ecbf -> f1a247130 [ZEPPELIN-1040] Show the time when the result is updated ### What is this PR for? As per existing usage, the time shown in end of each paragraph is the time the paragraph is updated not when the paragraph is actu

zeppelin git commit: [zeppelin] add temp directories generated by zeppelin-Rinterpreter to gitignore

2016-08-31 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master d371d96b9 -> e3e19ecbf [zeppelin] add temp directories generated by zeppelin-Rinterpreter to gitignore ### What is this PR for? When compile and test zeppelin-Rinterpreter, it will generate temp directories `/R` and `/tmp` add them into

zeppelin git commit: [MINOR] Removed unused profiles from spark/pom.xml

2016-08-31 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master 223d225e0 -> d371d96b9 [MINOR] Removed unused profiles from spark/pom.xml ### What is this PR for? Making spark/pom.xml simple ### What type of PR is it? [Refactoring] ### Todos * [x] - Simplified pom.xml in spark ### What is the Jira

zeppelin git commit: [ZEPPELIN-1383][ Interpreters][r-interpreter] remove SparkInterpreter.getSystemDefault and update relative code

2016-08-31 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master d11221fb8 -> 223d225e0 [ZEPPELIN-1383][ Interpreters][r-interpreter] remove SparkInterpreter.getSystemDefault and update relative code ### What is this PR for? clean some redundant code: remove `SparkInterpreter.getSystemDefault` method