zeppelin git commit: [ZEPPELIN-2688]. Upgrade ace to 1.2.7

2017-06-28 Thread zjffdu
rom zjffdu/ZEPPELIN-2688 and squashes the following commits: 99b2554 [Jeff Zhang] [ZEPPELIN-2688]. Upgrade ace to 1.2.7 Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/19eb80a2 Tree: http://git-wip-us.apache.org/repos/

zeppelin git commit: ZEPPELIN-2615. Upgrade pig to 0.17.0 to support spark engine

2017-06-28 Thread zjffdu
dos * [ ] - Task ### What is the Jira issue? * https://github.com/zjffdu/zeppelin/tree/ZEPPELIN-2615 ### How should this be tested? Unit test is added and also manually test spark yarn-client mode in pig tutorial note. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update?

zeppelin git commit: ZEPPELIN-2615. Upgrade pig to 0.17.0 to support spark engine

2017-06-28 Thread zjffdu
dos * [ ] - Task ### What is the Jira issue? * https://github.com/zjffdu/zeppelin/tree/ZEPPELIN-2615 ### How should this be tested? Unit test is added and also manually test spark yarn-client mode in pig tutorial note. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need upd

[2/2] zeppelin git commit: ZEPPELIN-2397. Add toJson and fromJson method for serializable objects

2017-07-04 Thread zjffdu
: Jeff Zhang Closes #2272 from zjffdu/ZEPPELIN-2397 and squashes the following commits: 4fb12fe [Jeff Zhang] ZEPPELIN-2397. Add toJson and fromJson method for serializable objects Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf

[1/2] zeppelin git commit: ZEPPELIN-2397. Add toJson and fromJson method for serializable objects

2017-07-04 Thread zjffdu
if (this == o) { + return true; +} +if (o == null || getClass() != o.getClass()) { + return false; +} +Note note = (Note) o; + +if (paragraphs != null ? !paragraphs.equals(note.paragraphs) : note.paragraphs != null) { + return false; +} +//TODO(zjffdu) exclude name beca

zeppelin git commit: [ZEPPELIN-2716] Change the default value of zeppelin.livy.displayAppInfo to true

2017-07-11 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master ad3138385 -> 985b86e4d [ZEPPELIN-2716] Change the default value of zeppelin.livy.displayAppInfo to true ### What is this PR for? Since it is quite useful to expose the application info for user to monitor and debug, so here propose to

zeppelin git commit: [ZEPPELIN-2716] Change the default value of zeppelin.livy.displayAppInfo to true

2017-07-11 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 3355b8f25 -> 5636f9355 [ZEPPELIN-2716] Change the default value of zeppelin.livy.displayAppInfo to true Since it is quite useful to expose the application info for user to monitor and debug, so here propose to enable "zeppelin.livy.

zeppelin git commit: [ZEPPELIN-2768]. Bump up Spark version to 2.2.0

2017-07-14 Thread zjffdu
ion? No Author: Jeff Zhang Closes #2486 from zjffdu/ZEPPELIN-2768 and squashes the following commits: 5adc2e5 [Jeff Zhang] [ZEPPELIN-2768]. Bump up Spark version to 2.2.0 Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/com

zeppelin git commit: [ZEPPELIN-2768]. Bump up Spark version to 2.2.0

2017-07-14 Thread zjffdu
is updated * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2486 from zjffdu/ZEPPELIN-2768 and squashes the following commits: 5adc2e5 [Jeff Zhang] [ZEPPELIN-2768]. Bump up Spark version

zeppelin git commit: [ZEPPELIN-2758]. NumberFormatException on importing notebook

2017-07-19 Thread zjffdu
y tested ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2485 from zjffdu/ZEPPELIN-2758 and squashes the following commits: 74f8488 [Jeff Zhan

zeppelin git commit: ZEPPELIN-1263. Should specify zeppelin's spark configuration through --conf arguments of spark-submit

2017-07-22 Thread zjffdu
Is there breaking changes for older versions? No - Does this needs documentation? No … Author: Jeff Zhang Closes #1446 from zjffdu/ZEPPELIN-1263 and squashes the following commits: f57d7bb [Jeff Zhang] address comments 151e991 [Jeff Zhang] ZEPPELIN-1263. Should specify zeppelin's spark

zeppelin git commit: [HOTFIX] Followup of ZEPPELIN-1263

2017-07-24 Thread zjffdu
sue? * https://issues.apache.org/jira/browse/ZEPPELIN-1263 ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2501 from zjffdu/HOTFIX_1236 and squashes the following comm

zeppelin git commit: ZEPPELIN-2811. Specify precise explicitly for travis build

2017-07-26 Thread zjffdu
oes the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2504 from zjffdu/ZEPPELIN-2811 and squashes the following commits: 7e0aa0a [Jeff Zhang] ZEPPELIN-2811. Specify precise explicitly for travis bu

zeppelin git commit: ZEPPELIN-1515. Notebook: HDFS as a backend storage (Use hadoop client jar)

2017-08-23 Thread zjffdu
date? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2455 from zjffdu/ZEPPELIN-1515 and squashes the following commits: b3e83ab [Jeff Zhang] ZEPPELIN-1515. Notebook: HDFS as a backend storage (Read & Write Mode) Project: ht

[2/3] zeppelin git commit: [ZEPPELIN-2753] Basic Implementation of IPython Interpreter

2017-08-27 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/32517c9d/python/src/main/resources/grpc/python/ipython_pb2.py -- diff --git a/python/src/main/resources/grpc/python/ipython_pb2.py b/python/src/main/resources/grpc/python/ipytho

[3/3] zeppelin git commit: [ZEPPELIN-2753] Basic Implementation of IPython Interpreter

2017-08-27 Thread zjffdu
from zjffdu/ZEPPELIN-2753 and squashes the following commits: e869f31 [Jeff Zhang] address comments b0b5c95 [Jeff Zhang] [ZEPPELIN-2753] Basic Implementation of IPython Interpreter Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/c

[1/3] zeppelin git commit: [ZEPPELIN-2753] Basic Implementation of IPython Interpreter

2017-08-27 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 26a39df08 -> 32517c9d9 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/32517c9d/spark/src/main/resources/python/zeppelin_ipyspark.py -- diff --git a/spark/src/main/r

[02/11] zeppelin git commit: [ZEPPELIN-2627] Interpreter refactor

2017-08-27 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/8d4902e7/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterTest.java -- diff --git a/zeppelin-zengine/src/test/java/org/apache/zeppelin/inte

[04/11] zeppelin git commit: [ZEPPELIN-2627] Interpreter refactor

2017-08-27 Thread zjffdu
ct results; // For backward compatibility of note.json format after ZEPPELIN-212 - Object result; + volatile Object result; private Map runtimeInfos; /** @@ -157,7 +157,7 @@ public class Paragraph extends Job implements Cloneable, JsonSerializable { } @Override - public void

[03/11] zeppelin git commit: [ZEPPELIN-2627] Interpreter refactor

2017-08-27 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/8d4902e7/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/InterpreterSettingTest.java -- diff --git a/zeppelin-zengine/src/test/java/org/apache/zeppelin/interprete

[05/11] zeppelin git commit: [ZEPPELIN-2627] Interpreter refactor

2017-08-27 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/8d4902e7/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/InterpreterSetting.java -- diff --git a/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/In

[08/11] zeppelin git commit: [ZEPPELIN-2627] Interpreter refactor

2017-08-27 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/8d4902e7/zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/AbstractInterpreterTest.java -- diff --git a/zeppelin-interpreter/src/test/java/org/apache/zeppelin/i

[01/11] zeppelin git commit: [ZEPPELIN-2627] Interpreter refactor

2017-08-27 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 32517c9d9 -> 8d4902e71 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/8d4902e7/zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/NotebookTest.java -- diff

[06/11] zeppelin git commit: [ZEPPELIN-2627] Interpreter refactor

2017-08-27 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/8d4902e7/zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java -- diff --git a/zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.jav

[11/11] zeppelin git commit: [ZEPPELIN-2627] Interpreter refactor

2017-08-27 Thread zjffdu
s the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2422 from zjffdu/interpreter_refactor and squashes the following commits: 4724c98 [Jeff Zhang] [ZEPPELIN-2627] Interpreter Component Refact

[07/11] zeppelin git commit: [ZEPPELIN-2627] Interpreter refactor

2017-08-27 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/8d4902e7/zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteAngularObjectTest.java -- diff --git a/zeppelin-interpreter/src/test/java/org/apache/zep

[09/11] zeppelin git commit: [ZEPPELIN-2627] Interpreter refactor

2017-08-27 Thread zjffdu
urn interpreterProcess.callRemoteFunction( +new RemoteInterpreterProcess.RemoteFunction() { + @Override + public String call(Client client) throws Exception { +return client.getStatus(sessionId, jobId); + } +}); + } + + //TODO(zjffdu) Share the Sch

[10/11] zeppelin git commit: [ZEPPELIN-2627] Interpreter refactor

2017-08-27 Thread zjffdu
setting template name where it is created from + private String group; + + //TODO(zjffdu) make the interpreter.json consistent with interpreter-setting.json + /** + * properties can be either Properties or Map + * properties should be: + * - Properties when Interpreter instances are saved to `co

[03/11] zeppelin git commit: Revert "[ZEPPELIN-2627] Interpreter refactor"

2017-08-27 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2a379102/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/InterpreterSettingTest.java -- diff --git a/zeppelin-zengine/src/test/java/org/apache/zeppelin/interprete

[07/11] zeppelin git commit: Revert "[ZEPPELIN-2627] Interpreter refactor"

2017-08-27 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2a379102/zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteAngularObjectTest.java -- diff --git a/zeppelin-interpreter/src/test/java/org/apache/zep

[01/11] zeppelin git commit: Revert "[ZEPPELIN-2627] Interpreter refactor"

2017-08-27 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 8d4902e71 -> 2a3791020 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2a379102/zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/NotebookTest.java -- diff

[09/11] zeppelin git commit: Revert "[ZEPPELIN-2627] Interpreter refactor"

2017-08-27 Thread zjffdu
urn interpreterProcess.callRemoteFunction( -new RemoteInterpreterProcess.RemoteFunction() { - @Override - public String call(Client client) throws Exception { -return client.getStatus(sessionId, jobId); - } -}); - } - - //TODO(zjffdu) Share the Sch

[08/11] zeppelin git commit: Revert "[ZEPPELIN-2627] Interpreter refactor"

2017-08-27 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2a379102/zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/AbstractInterpreterTest.java -- diff --git a/zeppelin-interpreter/src/test/java/org/apache/zeppelin/i

[02/11] zeppelin git commit: Revert "[ZEPPELIN-2627] Interpreter refactor"

2017-08-27 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2a379102/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterTest.java -- diff --git a/zeppelin-zengine/src/test/java/org/apache/zeppelin/inte

[06/11] zeppelin git commit: Revert "[ZEPPELIN-2627] Interpreter refactor"

2017-08-27 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2a379102/zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java -- diff --git a/zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.jav

[11/11] zeppelin git commit: Revert "[ZEPPELIN-2627] Interpreter refactor"

2017-08-27 Thread zjffdu
ira/browse/ZEPPELIN-2627 ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2553 from zjffdu/Revert_2627 and squashes the following commits: 222d957 [Jeff Zhang] Revert "

[04/11] zeppelin git commit: Revert "[ZEPPELIN-2627] Interpreter refactor"

2017-08-27 Thread zjffdu
; // For backward compatibility of note.json format after ZEPPELIN-212 - volatile Object result; + Object result; private Map runtimeInfos; /** @@ -157,7 +157,7 @@ public class Paragraph extends Job implements Cloneable, JsonSerializable { } @Override - public synchroniz

[10/11] zeppelin git commit: Revert "[ZEPPELIN-2627] Interpreter refactor"

2017-08-27 Thread zjffdu
setting template name where it is created from - private String group; - - //TODO(zjffdu) make the interpreter.json consistent with interpreter-setting.json - /** - * properties can be either Properties or Map - * properties should be: - * - Properties when Interpreter instances are sa

[05/11] zeppelin git commit: Revert "[ZEPPELIN-2627] Interpreter refactor"

2017-08-27 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2a379102/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/InterpreterSetting.java -- diff --git a/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/In

[2/9] zeppelin git commit: [ZEPPELIN-2627] Interpreter Component Refactoring

2017-09-02 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d6203c51/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterTest.java -- diff --git a/zeppelin-zengine/src/test/java/org/apache/zeppelin/inte

[7/9] zeppelin git commit: [ZEPPELIN-2627] Interpreter Component Refactoring

2017-09-02 Thread zjffdu
java.nio.file.Path; -import java.nio.file.Paths; -import java.util.ArrayList; -import java.util.Collections; -import java.util.HashMap; import java.util.List; -import java.util.Map; -import java.util.Properties; /** + * //TODO(zjffdu) considering to move to InterpreterSettingManager + * * Manage interpreters

[3/9] zeppelin git commit: [ZEPPELIN-2627] Interpreter Component Refactoring

2017-09-02 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d6203c51/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/InterpreterSettingTest.java -- diff --git a/zeppelin-zengine/src/test/java/org/apache/zeppelin/interprete

[6/9] zeppelin git commit: [ZEPPELIN-2627] Interpreter Component Refactoring

2017-09-02 Thread zjffdu
java.nio.file.attribute.PosixFilePermission.OWNER_WRITE; /** - * TBD + * InterpreterSettingManager is the component which manage all the interpreter settings. + * (load/create/update/remove/get) + * Besides that InterpreterSettingManager also manage the interpreter setting binding. + * TODO(zjffdu) We could move it into another separated

[8/9] zeppelin git commit: [ZEPPELIN-2627] Interpreter Component Refactoring

2017-09-02 Thread zjffdu
anged = file; -numChanged++; +numChanged.incrementAndGet(); synchronized(this) { notify(); http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d6203c51/zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/InterpreterTest.java ---

[5/9] zeppelin git commit: [ZEPPELIN-2627] Interpreter Component Refactoring

2017-09-02 Thread zjffdu
, broken); + public String getStatus(final String jobId) { +if (!isOpened) { + LOGGER.warn("getStatus is called when RemoteInterpreter is not opened for " + className); + return Job.Status.UNKNOWN.name(); } +RemoteInterpreterProcess interpreterProcess =

[1/9] zeppelin git commit: [ZEPPELIN-2627] Interpreter Component Refactoring

2017-09-02 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 69d58f373 -> d6203c51e http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d6203c51/zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/NotebookTest.java -- diff

[4/9] zeppelin git commit: [ZEPPELIN-2627] Interpreter Component Refactoring

2017-09-02 Thread zjffdu
return job.getStatus(); + } + lastStatus = status; + listener.afterStatusChange(job, null, status); + return status; +} + } + + //TODO(zjffdu) need to refactor the schdule module which is too complicated + private class JobRunner implements Runnable, JobListener { +private final Logg

[9/9] zeppelin git commit: [ZEPPELIN-2627] Interpreter Component Refactoring

2017-09-02 Thread zjffdu
No Is there breaking changes for older versions? No Does this needs documentation? No Author: Jeff Zhang Closes #2554 from zjffdu/ZEPPELIN-2627-2 and squashes the following commits: fa0d435 [Jeff Zhang] minor update 74bcb91 [Jeff Zhang] [ZEPPELIN-2627] Interpreter Component Refactoring Pr

zeppelin git commit: [ZEPPELIN-2876]. Integrate with Livy 0.4.0

2017-09-05 Thread zjffdu
here breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2560 from zjffdu/ZEPPELIN-2876 and squashes the following commits: fdbf39e [Jeff Zhang] [ZEPPELIN-2876]. Integrate with Livy 0.4.0 Project: http://git-wip-us.apache.org/repos/asf/zeppeli

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

2017-09-06 Thread zjffdu
t is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-2645 ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? NO * Does this needs documentation? No Author: Jongyoul Lee Closes #2562 fro

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

2017-09-06 Thread zjffdu
nit test is added ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2561 from zjffdu/ZEPPELIN-2893 and squashes the following commits: 1342527 [Jeff Zhang] ZEPPELIN-2893. Pass

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

2017-09-06 Thread zjffdu
ted? Unit test is added ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2561 from zjffdu/ZEPPELIN-2893 and squashes the following commits: 1342527 [Jeff Zhang] ZEPPELIN-2893. P

zeppelin git commit: ZEPPELIN-2377. Hive Support can not be enabled in spark master

2017-09-07 Thread zjffdu
ter, spark 2.1.0 and spark 1.6.2 ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2237 from zjffdu/ZEPPELIN-2377 and squashes the follow

zeppelin git commit: ZEPPELIN-2933. Code Refactoring of ZEPPELIN-1515 follow up

2017-09-14 Thread zjffdu
breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2588 from zjffdu/ZEPPELIN-2933 and squashes the following commits: 45d1e9b [Jeff Zhang] ZEPPELIN-2993. Code Refactoring of ZEPPELIN-1515 follow up Project: http://git-wip-us.apache.org/r

zeppelin git commit: [ZEPPELIN-2928] Hotfix on maven set version functionality

2017-09-14 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 3f591c232 -> 9c1fca182 [ZEPPELIN-2928] Hotfix on maven set version functionality ### What is this PR for? Hotfix on a recent commit that removed the version soft-coded variable and introduced hard-coded references to version tag. ### W

[1/2] zeppelin git commit: ZEPPELIN-2898. Support Yarn-Cluster for Spark Interpreter

2017-09-18 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master d25639caa -> 5d7151097 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/5d715109/zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/repo/VFSNotebookRepoTest.java ---

[2/2] zeppelin git commit: ZEPPELIN-2898. Support Yarn-Cluster for Spark Interpreter

2017-09-18 Thread zjffdu
must be specified for yarn-cluster mode ### What type of PR is it? [Feature] ### Todos * [ ] - Task ### What is the Jira issue? https://github.com/zjffdu/zeppelin/tree/ZEPPELIN-2898 ### How should this be tested? System test is added in `SparkInterpreterIT`. ### Questions: * Does the licenses

zeppelin git commit: ZEPPELIN-2943 Streaming output will be closed in 30 seconds for IPythonInterpreter

2017-09-19 Thread zjffdu
s://user-images.githubusercontent.com/164491/30589783-789a99c6-9d01-11e7-88a3-c36d49321541.gif) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2593 from zjffdu/ZEPPELIN-2943 and squa

zeppelin git commit: [ZEPPELIN-2641] Change encoding to UTF-8 when sending request to Livy

2017-09-27 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 0d13c0b56 -> f7c47af9b [ZEPPELIN-2641] Change encoding to UTF-8 when sending request to Livy ### What is this PR for? Change encoding of the request sent from Zeppelin to Livy to UTF-8. In this way, Zeppelin can support many more langua

zeppelin git commit: [ZEPPELIN-2641] Change encoding to UTF-8 when sending request to Livy

2017-09-27 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 8a2b46a25 -> 75df4aacc [ZEPPELIN-2641] Change encoding to UTF-8 when sending request to Livy Change encoding of the request sent from Zeppelin to Livy to UTF-8. In this way, Zeppelin can support many more language than using ISO-889

zeppelin git commit: ZEPPELIN-2942. Remove non-remote interpreter approach

2017-10-09 Thread zjffdu
eff Zhang Closes #2597 from zjffdu/ZEPPELIN-2942 and squashes the following commits: 42fe419 [Jeff Zhang] ZEPPELIN-2942. Remove non-remote interpreter approach Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/0c64d9ca T

zeppelin git commit: [MINOR][Code Refactoring] Configuration name change for keytab and principal used for FileSystemNotebookRepo

2017-10-11 Thread zjffdu
any new or changed behavior * Outline any manual steps to test the PR here. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2620 from zjf

zeppelin git commit: ZEPPELIN-2953 Allow custom http header for livy interpreter

2017-10-12 Thread zjffdu
ate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2600 from zjffdu/ZEPPELIN-2953 and squashes the following commits: 720d8d0 [Jeff Zhang] ZEPPELIN-2953 Allow custom http header

[1/2] zeppelin git commit: ZEPPELIN-2982. Copy interpreter-setting.json to interpreter dir

2017-10-12 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 862871f67 -> 4a3057fa8 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4a3057fa/shell/pom.xml -- diff --git a/shell/pom.xml b/shell/pom.xml index 58d8900..0157d86 10

[2/2] zeppelin git commit: ZEPPELIN-2982. Copy interpreter-setting.json to interpreter dir

2017-10-12 Thread zjffdu
? No * Does this needs documentation? No Author: Jeff Zhang Closes #2613 from zjffdu/ZEPPELIN-2982 and squashes the following commits: d32 [Jeff Zhang] update doc 8f643a7 [Jeff Zhang] ZEPPELIN-2982. Copy interpreter-setting.json to interpreter dir Project: http://git-wip-us.apache.org

[1/4] zeppelin git commit: ZEPPELIN-2685. Improvement on Interpreter class

2017-10-13 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master ed8755d3f -> 9812e26bc http://git-wip-us.apache.org/repos/asf/zeppelin/blob/9812e26b/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/EchoInterpreter.java -

[4/4] zeppelin git commit: ZEPPELIN-2685. Improvement on Interpreter class

2017-10-13 Thread zjffdu
is covered. `ShellScriptLauncherTest` & `SparkInterpreterLauncherTest` ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2592 from zjffdu/ZEP

[2/4] zeppelin git commit: ZEPPELIN-2685. Improvement on Interpreter class

2017-10-13 Thread zjffdu
+ b/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/InterpreterSetting.java @@ -18,7 +18,6 @@ package org.apache.zeppelin.interpreter; import com.google.common.annotations.VisibleForTesting; -import com.google.common.base.Joiner; import com.google.common.base.Preconditions; i

[3/4] zeppelin git commit: ZEPPELIN-2685. Improvement on Interpreter class

2017-10-13 Thread zjffdu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/9812e26b/spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java -- diff --git a/spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java b/spark/src/mai

zeppelin git commit: ZEPPELIN-2990. Matplotlib sometimes fails in IPythonInterpreter

2017-10-15 Thread zjffdu
No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2622 from zjffdu/ZEPPELIN-2990 and squashes the following commits: 55e6f88 [Jeff Zhang] fix unit test 1e57afe [Jeff Zhang] ZEPPELIN-2990. Matplotlib sometimes fails

zeppelin git commit: [HOTFIX] fix interpreter.cmd script

2017-10-15 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 152538b7e -> dfa1250f9 [HOTFIX] fix interpreter.cmd script ### What is this PR for? interpreter.cmd works incorrect after https://github.com/apache/zeppelin/pull/2562 ### What type of PR is it? Bug Fix ### Questions: * Does the licens

zeppelin git commit: ZEPPELIN-2998. Fix bug in restarting interpreter in scoped mode

2017-10-17 Thread zjffdu
der versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2626 from zjffdu/ZEPPELIN-2998 and squashes the following commits: cc11fb6 [Jeff Zhang] ZEPPELIN-2998. Fix bug in restarting interpreter in scoped mode Project: http://git-wip-us.apache.org/repos/asf/zeppelin/r

zeppelin git commit: ZEPPELIN-2988. Zeppelin does not start new Livy session if yarn livy session application is killed

2017-10-17 Thread zjffdu
or older versions? * Does this needs documentation? Author: Jeff Zhang Closes #2625 from zjffdu/ZEPPELIN-2988 and squashes the following commits: 0e4d281 [Jeff Zhang] ZEPPELIN-2988. Zeppelin does not start new Livy session if yarn livy session application is killed Project: http://git-wip-us.ap

zeppelin git commit: [HotFix] - Incorrect interpreter dir

2017-10-25 Thread zjffdu
ang Closes #2632 from zjffdu/HotFix_Interpreter and squashes the following commits: 2d7ab03 [Jeff Zhang] [HotFix] - Incorrect interpreter dir Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/1a79b51d Tree: http://git-

zeppelin git commit: ZEPPELIN-2197. Interpreter Lifecycle Manager

2017-10-27 Thread zjffdu
LIN-2197 ### How should this be tested? Unit test is added. ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2631 from zjffdu/ZEPPELIN-2197 and squashes the following

zeppelin git commit: [ZEPPELIN-2368]. Option to run all paragraphs *sequentially*

2017-10-28 Thread zjffdu
No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2627 from zjffdu/ZEPPELIN-2368 and squashes the following commits: f701d5b [Jeff Zhang] [ZEPPELIN-2368]. Option to run all paragraphs *sequentially* Project: http://git-wip-

zeppelin git commit: ZEPPELIN-3005. Refine the error message when interpreter is not binded to note

2017-10-28 Thread zjffdu
No Author: Jeff Zhang Closes #2629 from zjffdu/ZEPPELIN-3005 and squashes the following commits: 134c960 [Jeff Zhang] ZEPPELIN-3005. Refine the error message when interpreter is not binded to note Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.

zeppelin git commit: [HOTFIX] Fix bokeh testing failure

2017-10-31 Thread zjffdu
ira issue? No jira created ### How should this be tested? Ci Pass ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2639 from zjffdu/HotFix_Bo

zeppelin git commit: ZEPPELIN-3013. Only parse paragraph text when text is updated

2017-11-01 Thread zjffdu
(if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2635 from zjffdu/ZEPPELIN-3013 and squashes the following commits: 71c7edf [Jeff Zhang] minor change c33d

zeppelin git commit: [Bug Fix] fix exceptions in jdbc interpreter

2017-11-01 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master afd2bca46 -> 13f6dc7de [Bug Fix] fix exceptions in jdbc interpreter ### What is this PR for? Now used class Throwables to convert stack trace into String. This class from guava which is dependency of hadoop-common. hadoop-common is **pr

zeppelin git commit: [ZEPPELIN-2965] Add code completion for livy interpreter

2017-11-02 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 13f6dc7de -> 02daea1c5 [ZEPPELIN-2965] Add code completion for livy interpreter ### What is this PR for? This PR adds code autocompletion feature to LivyInterpreter. Livy version 0.5 will have an auto completion API. ### What type of PR

zeppelin git commit: [ZEPPELIN-3025] Windows Build Error

2017-11-05 Thread zjffdu
ano] Merge branch 'winbuild' of https://github.com/conker84/zeppelin into winbuild 67ae551 [Andrea Santurbano] clean c4d49f9 [Andrea Santurbano] review by zjffdu 96f8384 [Andrea Santurbano] Changet folder name in order to allow windows builds d8c360a [Andrea Santurbano] clean 55c4a9d [Andr

zeppelin git commit: [MINOR] overwrite get/set username method for LazyOpenInterpreter and RemoteI…

2017-11-05 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master aa01d9e9a -> 07d1fa228 [MINOR] overwrite get/set username method for LazyOpenInterpreter and RemoteI… ### What is this PR for? * Remove the username property in class RemoteInterpreter, instead reuse the username property in class In

zeppelin git commit: ZEPPELIN-3034. Only apply dynamic form for LivySqlnterpreter

2017-11-05 Thread zjffdu
versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2651 from zjffdu/ZEPPELIN-3034 and squashes the following commits: 39eff37 [Jeff Zhang] ZEPPELIN-3034. Only apply dynamic form for LivySqlnterpreter Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Comm

zeppelin git commit: ZEPPELIN-3034. Only apply dynamic form for LivySqlnterpreter

2017-11-05 Thread zjffdu
r. [Bug Fix] * [ ] - Task * https://issues.apache.org/jira/browse/ZEPPELIN-3034 * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2651 from zjffdu/ZEPPELIN-3034 and squashes the following

zeppelin git commit: [Doc] Doc for LifecycleManager

2017-11-06 Thread zjffdu
ere breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2644 from zjffdu/Doc_Lifecycle and squashes the following commits: 5aa0c16 [Jeff Zhang] [Doc] Doc for LifecycleManager Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: h

zeppelin git commit: [HotFix] No Error message displayed in frontend when no interpreter binded

2017-11-08 Thread zjffdu
hor: Jeff Zhang Closes #2655 from zjffdu/HotFix_ZEPPELIN-3013 and squashes the following commits: 89754a0 [Jeff Zhang] [HotFix] No Error message displayed in frontend when no interpreter is binded Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.

zeppelin git commit: [ZEPPELIN-3012] Interpreter Permissions not working properly for groups

2017-11-08 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master d38b2661e -> 0f81b6d61 [ZEPPELIN-3012] Interpreter Permissions not working properly for groups ### What is this PR for? This fixes issues when using Zeppelin with permissions for users belonging to more than one roles / groups. Construc

zeppelin git commit: ZEPPELIN-3029. Cannot delete an interpreter

2017-11-09 Thread zjffdu
uestions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2648 from zjffdu/ZEPPELIN-3029 and squashes the following commits: 255e607 [Jeff Zhang] Address comments 4865aba [Jeff Zhang] ZEPPE

zeppelin git commit: ZEPPELIN-3039. Interpreter logs are mixed together

2017-11-09 Thread zjffdu
oes the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2656 from zjffdu/ZEPPELIN-3039 and squashes the following commits: 2745151 [Jeff Zhang] ZEPPELIN-3039. Interpreter logs are mixed together Projec

zeppelin git commit: ZEPPELIN-3040. Allow to specify portRange for interpreter process thrift service

2017-11-12 Thread zjffdu
ses #2661 from zjffdu/ZEPPELIN-3040 and squashes the following commits: a87c425 [Jeff Zhang] address comments 7e885bd [Jeff Zhang] ZEPPELIN-3040. Allow to specify portRange for interpreter process thrift service Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-

zeppelin git commit: ZEPPELIN-3040. Allow to specify portRange for interpreter process thrift service

2017-11-12 Thread zjffdu
ses #2666 from zjffdu/ZEPPELIN-3040-0.7 and squashes the following commits: cd1ca62 [Jeff Zhang] ZEPPELIN-3040. Allow to specify portRange for interpreter process thrift service Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/com

zeppelin git commit: [ZEPPELIN-3049] Add the notebook id and user name to the paragraph running log

2017-11-14 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 382479fd5 -> 951544a74 [ZEPPELIN-3049] Add the notebook id and user name to the paragraph running log ### What is this PR for? Add the notebook id and user name to the paragraph running log so that Zeppelin administrators can check who

zeppelin git commit: [FIX] fix autocomplete

2017-12-12 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master a82e3ec3a -> 4a679fc05 [FIX] fix autocomplete ### What is this PR for? After refactoring of Interpreter autocomplete (from server side) not works without first Run of interpreter. This PR fix it. ### What type of PR is it? [Fix] ### H

zeppelin git commit: [HOTFIX]: Fix IPythonInterpreter unit test

2017-12-13 Thread zjffdu
ate? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2703 from zjffdu/ipython_version and squashes the following commits: b4c7b42 [Jeff Zhang] HotFix: Fix IPythonInterpreter unit test Project: http://git-wip-us.apache.org/re

zeppelin git commit: [ZEPPELIN-3014] NPE bug fix and Error message enhancement with Kylin Interpreter

2017-12-13 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 3505625c2 -> 549bce673 [ZEPPELIN-3014] NPE bug fix and Error message enhancement with Kylin Interpreter ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contri

zeppelin git commit: ZEPPELIN-3085 Introduce generic ConfInterpreter for more fine-grained control of interpreter setting

2017-12-13 Thread zjffdu
o * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2692 from zjffdu/ZEPPELIN-3085 and squashes the following commits: 87ce20f [Jeff Zhang] ZEPPELIN-3085. Introduce generic ConfInterpreter for more fine-grained control of interpr

[1/2] zeppelin git commit: ZEPPELIN-3051. Support Interpreter Process Recovery

2017-12-14 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 13f8e6cc6 -> 4c8f20ae3 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4c8f20ae/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/launcher/ShellScriptLauncherTest.java

[2/2] zeppelin git commit: ZEPPELIN-3051. Support Interpreter Process Recovery

2017-12-14 Thread zjffdu
king changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2668 from zjffdu/ZEPPELIN-3051 and squashes the following commits: a4c9b9c [Jeff Zhang] address comments 575b7b9 [Jeff Zhang] fix the pid of interpreter process id 02b118f [Jeff Zhang] address comm

zeppelin git commit: ZEPPELIN-3106. User impersonation in SPARK is not working

2017-12-22 Thread zjffdu
: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #2705 from zjffdu/ZEPPELIN-3106 and squashes the following commits: 2a6cb14 [Jeff Zhang] address comment d8a7d50 [Jeff Zhang] ZEPPELIN-31

  1   2   3   4   5   6   7   8   9   10   >