Skip to content

Conversation

@xiejiajun
Copy link
Owner

What is this PR for?

A few sentences describing the overall goals of the pull request's commits.
First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contributions.html

What type of PR is it?

[Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]

Todos

  • - Task

What is the Jira issue?

How should this be tested?

Screenshots (if appropriate)

Questions:

  • Does the licenses files need update?
  • Is there breaking changes for older versions?
  • Does this needs documentation?

zjffdu and others added 12 commits March 16, 2020 13:55
…tion

### What is this PR for?
Adding the library commons-configuration2 with is needed by Apache/shiro for string interpolation.
String interpolation is useful, when working with containers. You can interpolate several values, when starting the container.

Guide for String interpolation with shiro: https://stormpath.com/blog/string-interpolation-apache-shiro
Shiro-Commit with includes string interpolation: apache/shiro@af75fb5

### What type of PR is it?
* Feature

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-4675

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Philipp Dallig <[email protected]>

Closes #3689 from Reamer/configuration_interpolation and squashes the following commits:

af141c4 [Philipp Dallig] Add commons-configuration2 for shiro string interpolation
…er setting

### What is this PR for?

It is a minor PR which fix the issue of no property description in the new created interpreter setting. The root cause is in the frontend. Besides that I also improve the flink doc and `intepreter-setting.json`

### What type of PR is it?
[Bug Fix]

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-4685

### 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 <[email protected]>

Closes #3690 from zjffdu/ZEPPELIN-4685 and squashes the following commits:

9f3c761 [Jeff Zhang] [ZEPPELIN-4685]. No property description in the new created interpreter setting
### What is this PR for?
This PR is to add support for set statement in flink sql.  The properties in the set statement only affect the current paragraph, we would reset the properties after the paragraph is finished

### What type of PR is it?
[ Feature ]

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-4688

### 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 <[email protected]>

Closes #3693 from zjffdu/ZEPPELIN-4688 and squashes the following commits:

790b241 [Jeff Zhang] [ZEPPELIN-4688]. Support set statement in flink sql
### What is this PR for?
I noticed that the Zeppelin project mixes "commons-lang" and "commons-lang3". I have (hopefully) changed all imports to `commons-lang3`
I use `commons-lang3` 3.7, because this version was used in several submodules.

### What type of PR is it?
Improvement

### Todos
* [ ] - Is the replacement of `getFullStackTrace` to `getStackTrace` right?
* [ ] - commons-lang isn't deleted from main `pom.xml`. Okay?

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-4686

### How should this be tested?
* Unit-Tests withTravis CI https://travis-ci.org/github/Reamer/zeppelin/builds/663565663

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Philipp Dallig <[email protected]>

Closes #3691 from Reamer/commons-lang3 and squashes the following commits:

bf12fc0 [Philipp Dallig] Update to org.apache.commons commons-lang3
### What is this PR for?

This PR is to allow user to run multiple sql as one flink job in one paragraph. User can just specify paragraph local properties `runAsOne` to be `true` to enable this feature.

### What type of PR is it?
[Improvement]

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-4687

### How should this be tested?
* CI pass

### Screenshots (if appropriate)

![image](https://user-images.githubusercontent.com/164491/76941313-c3105780-6936-11ea-9b5b-bc58d8205792.png)

![image](https://user-images.githubusercontent.com/164491/76941325-c9063880-6936-11ea-8be4-1b87577ea086.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 <[email protected]>

Closes #3692 from zjffdu/ZEPPELIN-4687 and squashes the following commits:

f66b879 [Jeff Zhang] [ZEPPELIN-4687]. Allow to run multiple sql as one job
…0.180

### What is this PR for?

This PR is to fix the issue of use presto via jdbc interpreter. In this PR, I would only add properties that is valid for Presto jdbc driver. I tested it manully on the 2 versions of presto: prestodb, prestosql.

### What type of PR is it?
[Bug Fix ]

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-2891

### How should this be tested?
* CI pass and manually tested on prestodb and prestosql.

### Screenshots (if appropriate)
![image](https://user-images.githubusercontent.com/164491/77071708-76f11000-6a27-11ea-812d-7396c0e1ebb9.png)

![image](https://user-images.githubusercontent.com/164491/77071717-7c4e5a80-6a27-11ea-825e-0b86174a30d5.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 <[email protected]>

Closes #3694 from zjffdu/ZEPPELIN-2891 and squashes the following commits:

2a77ae2 [Jeff Zhang] [ZEPPELIN-2891]. Impossible to use jdbc interface with presto-jdbc >= 0.180
…exited unexpectedly

### What is this PR for?
- added timeout for getting Thrift client to avoid situations where the interpreter may not be restarted when the interpreter process exits unexpectedly

### What type of PR is it?
- Bug Fix

### What is the Jira issue?
- https://issues.apache.org/jira/browse/ZEPPELIN-4691

### Questions:
* Does the licenses files need update? NO
* Is there breaking changes for older versions? NO
* Does this needs documentation? NO

Author: xiejiajun <[email protected]>

Closes #3695 from xiejiajun/branch-0.9 and squashes the following commits:

9b3c744 [xiejiajun] added timeout for getting Thrift client to avoid situations where the interpreter may not be restarted when the interpreter process exits unexpectedly
@xiejiajun xiejiajun merged commit 6ef9b23 into xiejiajun:master Mar 23, 2020
xiejiajun added a commit that referenced this pull request Nov 15, 2020
…Spark Interpreter Scala REPL and fix the CI failure due to low Scala version

### What is this PR for?
- fix the [CI failure](https://travis-ci.org/github/apache/zeppelin/builds/709913046) due to [PR-3852](apache#3852)

### What type of PR is it?
[Bug Fix]

### Todos
* [ ] - Task

### What is the Jira issue?
* [ZEPPELIN-4962](https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-4962)

### How should this be tested?
* CI test

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? NO
* Is there breaking changes for older versions? NO
* Does this needs documentation? Yes

Author: xiejiajun <[email protected]>
Author: xie-jia-jun <[email protected]>
Author: JakeXie <[email protected]>

Closes apache#3860 from xiejiajun/ZEPPELIN-4962 and squashes the following commits:

9128c9b [JakeXie] spark.repl.target docs update
ad4c0e3 [xiejiajun] Clear irrelevant code
a12d3a9 [xiejiajun] Support for manually specifying the Java version of Spark Interpreter Scala REPL and fix the CI failure due to low Scala version
ab2b191 [xiejiajun] Merge branch 'master' of https://github.com/apache/zeppelin into apache-master
5569788 [xiejiajun] Merge branch 'master' of https://github.com/apache/zeppelin into apache-master
0a9af6c [xiejiajun] Merge branch 'master' of https://github.com/apache/zeppelin into apache-master
be36b37 [xiejiajun] 合并Apache Master分支冲突解决
1335d55 [xiejiajun] Merge remote-tracking branch 'origin/master'
fc59f57 [JakeXie] Merge pull request #4 from apache/master
9cc70fe [xiejiajun] Merge remote-tracking branch 'origin/master'
6ef9b23 [xie-jia-jun] Merge pull request #3 from apache/master
45af87a [xiejiajun] added timeout for getting Thrift client to avoid situations where the interpreter may not be restarted when the interpreter process exits unexpectedly
f149c3b [xie-jia-jun] Merge pull request #1 from apache/master
5d4b645 [xie-jia-jun] Support OSSConfigStorage of Aliyun
dbb6639 [xie-jia-jun] Add Aliyun OSS SDK
bb47849 [xie-jia-jun] Support S3ConfigStorage of AWS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants