ivyInterprereter.java:99)
```
### 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 #2104 from zjffdu/ZEPPELIN-2224 and squashes the following commits:
67feb4c [Jeff Zhang] code cleanu
ges for older versions? No
* Does this needs documentation? No
Author: Jeff Zhang
Closes #2231 from zjffdu/ZEPPELIN-2150 and squashes the following commits:
499b623 [Jeff Zhang] return null when sparkUIUrl is not avaialbe
e285278 [Jeff Zhang] ZEPPELIN-2150. NoSuchMethodEr
150
Manually verify it on spark 1.6.2, spark 2.1.0 and spark master
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Jeff Zhang
Closes #2231 from zjffdu/ZEPPELIN-2150 and squashes the following commits:
499b
Repository: zeppelin
Updated Branches:
refs/heads/master e5922b6bb -> 861f1d88f
[ZEPPELIN-2355] Livy cancel enhancements
### What is this PR for?
The Cancel functionality for the Livy interpreter has few issues. One issue is
because a variable is not published correctly. Second issue is obser
eff Zhang
Closes #2254 from zjffdu/ZEPPELIN-2407 and squashes the following commits:
ba59a77 [Jeff Zhang] ZEPPELIN-2407. Livy Interpreter always return plain text
result
Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/com
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 following comm
the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Jeff Zhang
Closes #2241 from zjffdu/ZEPPELIN-2390 and squashes the following commits:
75e3afc [Jeff Zhang] ZEPPELIN-2390. Improve returnType for z.checkbox
Project: h
Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Jeff Zhang
Closes #2240 from zjffdu/ZEPPELIN-2386 and squashes the following commits:
03995a3 [Jeff Zhang] ZEPPELIN-2386. Add parameter to check running current
paragraph in ZeppelinContext
Proje
tation? No
Author: Jeff Zhang
Closes #2245 from zjffdu/ZEPPELIN-2395 and squashes the following commits:
16d42a8 [Jeff Zhang] ZEPPELIN-2395. Refactor Input.java to make dynamic forms
extensible
Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/
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 #2266 from zjffdu/hotfix and squashes the following commits:
43e7cd9 [J
No
Author: Jeff Zhang
Closes #2263 from zjffdu/ZEPPELIn-2421 and squashes the following commits:
c2503a4 [Jeff Zhang] ZEPPELIN-2421. AngularObject miss AngularObjectListener
when it is pushed from frontend
Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-
m/assets/164491/25366943/6f0200c2-29a5-11e7-8fe6-80794e7c7d86.png)
### 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 #2280 from zjffdu/ZEPPELIN-2445 and squashes the following
is the Jira issue?
* No jira created
### How should this be tested?
CI pass
### 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 #2279 from zjffdu/hotfix_livy and squashes
079
Tested is added
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Jeff Zhang
Closes #2010 from zjffdu/ZEPPELIN-2079 and squashes the following commits:
e9d1042 [Jeff Zhang] update travis
2695d7c [Jeff Zh
No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Jeff Zhang
Closes #2279 from zjffdu/hotfix_livy and squashes the following commits:
674c987 [Jeff Zhang] [HOTFIX] Add livy build in .travis
(cherry picked from com
o
* Does this needs documentation? No
Author: Jeff Zhang
Closes #1574 from zjffdu/ZEPPELIN-1595 and squashes the following commits:
754c1e0 [Jeff Zhang] ZEPPELIN-1595. Make ZeppelinContext extensible
Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.o
hor: Jeff Zhang
Closes #2056 from zjffdu/ZEPPELIN-2151 and squashes the following commits:
b7ca7b3 [Jeff Zhang] ZEPPELIN-2151. Add integration test for livy cancel api
(cherry picked from commit 152147122b9797baef20a382eb880eadcf7cdc0f)
Signed-off-by: Jeff Zhang
Project: http://git-wip-us.apache.
es files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Jeff Zhang
Closes #2139 from zjffdu/ZEPPELIN-2261 and squashes the following commits:
52fc204 [Jeff Zhang] address comment
53230c3 [Jeff Zhang] [ZEPPELIN-2261]. Support to conn
ivyInterprereter.java:99)
```
### 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 #2104 from zjffdu/ZEPPELIN-2224 and squashes the following commits:
67feb4c [Jeff Zhang] code
hor: Jeff Zhang
Closes #2254 from zjffdu/ZEPPELIN-2407 and squashes the following commits:
ba59a77 [Jeff Zhang] ZEPPELIN-2407. Livy Interpreter always return plain text
result
(cherry picked from commit 5fd4ffc56658884b8f671ca40b1f78b8354f1f69)
Signed-off-by: Jeff Zhang
Project: http://git-
-result2.add(message.getType(), message.getData());
- }
- return result2;
-} else {
- return result;
-}
- }
-
-
- private InterpreterResult getResultFromStatementInfo(StatementInfo stmtInfo,
- boolean displayAppInfo)
ate InterpreterResult getResultFromStatementInfo(StatementInfo stmtInfo,
- boolean displayAppInfo)
{
-if (stmtInfo.output != null && stmtInfo.output.isError()) {
- return new InterpreterResult(InterpreterRe
How should this be tested?
Outline the 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 #2307 from zjffdu/doc_hot
ask
### How should this be tested?
Outline the 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 #2307 from zjf
5480df83e.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 #2312 from zjffdu/ZEPPELIN-2486 and squashes the following commits:
4039d6b [Jeff Zhang] ZEPPELIN-2486. AngularEl
Repository: zeppelin
Updated Branches:
refs/heads/master 28ef8aa90 -> e5e3a88cd
[HOTFIX] Set interpreter context in zeppelin context from SparkSqlInterpreter
### What is this PR for?
When running `%sql` paragraphs sometimes a NullPointer is thrown instead of
presenting the result.
This was t
Repository: zeppelin
Updated Branches:
refs/heads/master 2f03469bc -> 05af3bf4b
[ZEPPELIN-2564] - LivySparkSQLInterpreter throws NullPointerException when
getProgress is called
### What is this PR for?
When using %livy.sql interpreter following error is logged into interpreter log:
`ERROR [2
Repository: zeppelin
Updated Branches:
refs/heads/branch-0.7 5aff67be6 -> 9cccd8677
[ZEPPELIN-2564] - LivySparkSQLInterpreter throws NullPointerException when
getProgress is called
### What is this PR for?
When using %livy.sql interpreter following error is logged into interpreter log:
`ERRO
# 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: root
Closes #2367 from zjffdu/ZEPPELIN-2584 and squashes the following commits:
18b23dc [root] [ZEPPELIN-2584].
mentation? No
Author: root
Closes #2367 from zjffdu/ZEPPELIN-2584 and squashes the following commits:
18b23dc [root] [ZEPPELIN-2584]. Livy doesn't work under kerberos and ssl
(cherry picked from commit e3ba23a9aa4909c7a8d3231e4d363771e0245b53)
Signed-off-by: Jeff Zhang
Project: http://git
Repository: zeppelin
Updated Branches:
refs/heads/master 43926485c -> 380cfbfe3
[ZEPPELIN-2589]Let zeppelin show more than one line of error log returned by
livy.
### What is this PR for?
Let zeppelin show more than one line of error log returned by livy.
### What type of PR is it?
Improveme
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/
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?
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
: 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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
urn interpreterProcess.callRemoteFunction(
+new RemoteInterpreterProcess.RemoteFunction() {
+ @Override
+ public String call(Client client) throws Exception {
+return client.getStatus(sessionId, jobId);
+ }
+});
+ }
+
+ //TODO(zjffdu) Share the Sch
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
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
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
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
urn interpreterProcess.callRemoteFunction(
-new RemoteInterpreterProcess.RemoteFunction() {
- @Override
- public String call(Client client) throws Exception {
-return client.getStatus(sessionId, jobId);
- }
-});
- }
-
- //TODO(zjffdu) Share the Sch
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
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
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
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 "
;
// 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
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
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
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
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
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
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
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
---
, 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 =
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
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
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
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
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
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
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
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
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
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
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
---
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
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
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
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
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
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
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
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
? 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
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
-
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
+
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
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
1 - 100 of 2613 matches
Mail list logo