GitHub user zjffdu opened a pull request:
https://github.com/apache/zeppelin/pull/2843
ZEPPELIN-3299. Combine spark integration test with its unit test in one
build
### What is this PR for?
In ZEPPELIN-3254, we introduce 2 build for spark integration test. And we
can run unit test with these system test together so that we could save 2 build
in travis and also save time to set up enviroment.
### What type of PR is it?
[Improvement ]
### Todos
* [ ] - Task
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3299
### How should this be tested?
* Travis 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-3299
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2843.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 #2843
----
commit c8f510957e3c03a02ed96cdae8e7da1560980cdd
Author: Jeff Zhang <zjffdu@...>
Date: 2018-03-06T14:33:30Z
ZEPPELIN-3299. Combine spark integration test with its unit test in one
build
----
---