GitHub user minahlee opened a pull request:
https://github.com/apache/zeppelin/pull/1456
[HOTFIX] Fix CI on branch-0.6
### What is this PR for?
Set `zeppelin.home` property to avoid NullPointer Exception for
`getSparkHome` method.
```
Results :
Tests in error:
InterpreterRestApiTest.init:54->AbstractTestRestApi.startUp:163->AbstractTestRestApi.getSparkHome:211
û NullPointer
CredentialsRestApiTest.init:39->AbstractTestRestApi.startUp:163->AbstractTestRestApi.getSparkHome:211
û NullPointer
ZeppelinRestApiTest.init:56->AbstractTestRestApi.startUp:163->AbstractTestRestApi.getSparkHome:211
û NullPointer
NotebookRestApiTest.init:54->AbstractTestRestApi.startUp:163->AbstractTestRestApi.getSparkHome:211
û NullPointer
SecurityRestApiTest.init:44->AbstractTestRestApi.startUp:163->AbstractTestRestApi.getSparkHome:211
û NullPointer
ConfigurationsRestApiTest.init:39->AbstractTestRestApi.startUp:163->AbstractTestRestApi.getSparkHome:211
û NullPointer
ZeppelinSparkClusterTest.init:48->AbstractTestRestApi.startUp:163->AbstractTestRestApi.getSparkHome:211
û NullPointer
NotebookServerTest.init:63->AbstractTestRestApi.startUp:163->AbstractTestRestApi.getSparkHome:211
û NullPointer
Tests run: 23, Failures: 0, Errors: 8, Skipped: 0
```
https://s3.amazonaws.com/archive.travis-ci.org/jobs/162374466/log.txt
### What type of PR is it?
Hot Fix
### 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/minahlee/zeppelin fixCI
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1456.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 #1456
----
commit 874a5033c7653d05811968ea16f325641a60f561
Author: Mina Lee <[email protected]>
Date: 2016-09-24T18:39:48Z
set zeppelin.home property
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---