Skip to content

[HOTFIX] ZEPPELIN-2221's dependency issue#3010

Closed
jongyoul wants to merge 6 commits intoapache:masterfrom
jongyoul:hotfix/zeppelin-2221-dependency-issue
Closed

[HOTFIX] ZEPPELIN-2221's dependency issue#3010
jongyoul wants to merge 6 commits intoapache:masterfrom
jongyoul:hotfix/zeppelin-2221-dependency-issue

Conversation

@jongyoul
Copy link
Copy Markdown
Member

@jongyoul jongyoul commented Jun 7, 2018

What is this PR for?

Fixing some CI by changing hadoop-client version of ₩spark_coreandguavaversion ofzeppelin-python. We basically remove zeppelin-pythondependency fromzeppelin-spark` interpreter in a near future.

What type of PR is it?

[Hot Fix]

Todos

  • - Fix dependency problem between hadoop-client and guava

What is the Jira issue?

N/A

How should this be tested?

  • It should pass CI

Screenshots (if appropriate)

Questions:

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

@jongyoul jongyoul changed the title [HOTFIX] ZEPPELIN-2221's dependency issue [WIP] [HOTFIX] ZEPPELIN-2221's dependency issue Jun 7, 2018
@jongyoul jongyoul changed the title [WIP] [HOTFIX] ZEPPELIN-2221's dependency issue [HOTFIX] ZEPPELIN-2221's dependency issue Jun 7, 2018
@jongyoul
Copy link
Copy Markdown
Member Author

jongyoul commented Jun 7, 2018

@zjffdu I've fixed a dependency issue by upgrade hadoop-client of spark_core. Please review and merge it. https://travis-ci.org/jongyoul/zeppelin/builds/389071799

@zjffdu
Copy link
Copy Markdown
Contributor

zjffdu commented Jun 7, 2018

Thanks @jongyoul LGTM, will merge soon

asfgit pushed a commit that referenced this pull request Jun 7, 2018
### What is this PR for?
Fixing some CI by changing `hadoop-client` version of ₩spark_core` and `guava` version of `zeppelin-python`. We basically remove `zeppelin-python` dependency from `zeppelin-spark` interpreter in a near future.

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

### Todos
* [x] - Fix dependency problem between hadoop-client and guava

### What is the Jira issue?
N/A

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

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

Closes #3010 from jongyoul/hotfix/zeppelin-2221-dependency-issue and squashes the following commits:

d1b89dd [Jongyoul Lee] Change hadoop-client version to avoid guava conflict
16fa70e [Jongyoul Lee] Exclude guava from zeppelin-python dependency from spark/interpreter
ede117b [Jongyoul Lee] Add a guava version of `19.0` to avoid guava version mismatch
b0873e3 [Jongyoul Lee] Change the version of the dependency of `hadoop-common` to `2.6.5`
542b188 [Jongyoul Lee] Revert a scope of hadoop-comoon to `provided`
8bc67e6 [Jongyoul Lee] Add a dependency of `hadoop-common` as `test` scope

(cherry picked from commit 48647e5)
Signed-off-by: Jeff Zhang <[email protected]>
@asfgit asfgit closed this in 48647e5 Jun 7, 2018
prabhjyotsingh pushed a commit to prabhjyotsingh/zeppelin that referenced this pull request Jul 4, 2018
### What is this PR for?
Fixing some CI by changing `hadoop-client` version of ₩spark_core` and `guava` version of `zeppelin-python`. We basically remove `zeppelin-python` dependency from `zeppelin-spark` interpreter in a near future.

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

### Todos
* [x] - Fix dependency problem between hadoop-client and guava

### What is the Jira issue?
N/A

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

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

Closes apache#3010 from jongyoul/hotfix/zeppelin-2221-dependency-issue and squashes the following commits:

d1b89dd [Jongyoul Lee] Change hadoop-client version to avoid guava conflict
16fa70e [Jongyoul Lee] Exclude guava from zeppelin-python dependency from spark/interpreter
ede117b [Jongyoul Lee] Add a guava version of `19.0` to avoid guava version mismatch
b0873e3 [Jongyoul Lee] Change the version of the dependency of `hadoop-common` to `2.6.5`
542b188 [Jongyoul Lee] Revert a scope of hadoop-comoon to `provided`
8bc67e6 [Jongyoul Lee] Add a dependency of `hadoop-common` as `test` scope

(cherry picked from commit 48647e5)
Signed-off-by: Jeff Zhang <[email protected]>
mckartha pushed a commit to syntechdev/zeppelin that referenced this pull request Aug 9, 2018
### What is this PR for?
Fixing some CI by changing `hadoop-client` version of ₩spark_core` and `guava` version of `zeppelin-python`. We basically remove `zeppelin-python` dependency from `zeppelin-spark` interpreter in a near future.

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

### Todos
* [x] - Fix dependency problem between hadoop-client and guava

### What is the Jira issue?
N/A

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

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

Closes apache#3010 from jongyoul/hotfix/zeppelin-2221-dependency-issue and squashes the following commits:

d1b89dd [Jongyoul Lee] Change hadoop-client version to avoid guava conflict
16fa70e [Jongyoul Lee] Exclude guava from zeppelin-python dependency from spark/interpreter
ede117b [Jongyoul Lee] Add a guava version of `19.0` to avoid guava version mismatch
b0873e3 [Jongyoul Lee] Change the version of the dependency of `hadoop-common` to `2.6.5`
542b188 [Jongyoul Lee] Revert a scope of hadoop-comoon to `provided`
8bc67e6 [Jongyoul Lee] Add a dependency of `hadoop-common` as `test` scope
mckartha pushed a commit to syntechdev/zeppelin that referenced this pull request Aug 9, 2018
### What is this PR for?
Fixing some CI by changing `hadoop-client` version of ₩spark_core` and `guava` version of `zeppelin-python`. We basically remove `zeppelin-python` dependency from `zeppelin-spark` interpreter in a near future.

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

### Todos
* [x] - Fix dependency problem between hadoop-client and guava

### What is the Jira issue?
N/A

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

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

Closes apache#3010 from jongyoul/hotfix/zeppelin-2221-dependency-issue and squashes the following commits:

d1b89dd [Jongyoul Lee] Change hadoop-client version to avoid guava conflict
16fa70e [Jongyoul Lee] Exclude guava from zeppelin-python dependency from spark/interpreter
ede117b [Jongyoul Lee] Add a guava version of `19.0` to avoid guava version mismatch
b0873e3 [Jongyoul Lee] Change the version of the dependency of `hadoop-common` to `2.6.5`
542b188 [Jongyoul Lee] Revert a scope of hadoop-comoon to `provided`
8bc67e6 [Jongyoul Lee] Add a dependency of `hadoop-common` as `test` scope

(cherry picked from commit 48647e5)
Signed-off-by: Jeff Zhang <[email protected]>
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.

2 participants