[GitHub] zeppelin pull request #2847: ZEPPELIN-3303. Avoid download spark for travis ...

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

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


---


[GitHub] zeppelin pull request #2847: ZEPPELIN-3303. Avoid download spark for travis ...

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

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

ZEPPELIN-3303. Avoid download spark for travis build

### What is this PR for?

It is not necessary to download spark distribution for several travis 
build. This PR would remove that to save time.


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

### Todos
* [ ] - Task

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

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

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

https://github.com/apache/zeppelin/pull/2847.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 #2847


commit b5c40495c235c187fd9f827ed72706c761ad3996
Author: Jeff Zhang 
Date:   2018-03-07T05:50:45Z

ZEPPELIN-3303. Avoid download spark for travis build




---