[GitHub] zeppelin pull request #2832: ZEPPELIN-3254. Enable one build of zeppelin to ...

2018-03-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/2832


---


[GitHub] zeppelin pull request #2832: ZEPPELIN-3254. Enable one build of zeppelin to ...

2018-03-03 Thread zjffdu
GitHub user zjffdu opened a pull request:

https://github.com/apache/zeppelin/pull/2832

ZEPPELIN-3254. Enable one build of zeppelin to work with multiple versions 
of spark


### What is this PR for?
This PR is trying to add test for one build of zeppelin to work with 
multiple versions of spark. There's 2 main system test
* SparkIntegrationTest ( It launches spark interpreter from interpreter 
setting component in 3 modes: local, yarn-client, yarn-cluster)
* ZeppelinSparkClusterTest (It launch spark interpreter in local mode from 
Paragraph side


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

### Todos
* [ ] - Task

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


### 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


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-3254

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2832.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2832


commit 3b06ed961a4442f11cfd7817b908314d095726ba
Author: Jeff Zhang 
Date:   2018-02-22T13:05:23Z

ZEPPELIN-3254. Enable one build of zeppelin to work with multiple versions 
of spark




---