GitHub user prabhjyotsingh opened a pull request:
https://github.com/apache/zeppelin/pull/3187
[HOTFIX] Fix CI on branch-0.8
### What is this PR for?
The build is broken in branch-0.8 after the merge of
https://github.com/apache/zeppelin/pull/3117 (ZEPPELIN-3691). This is to fix
that.
Along with above this fixes the checkstyle violation in
UniverseUtil.java[235] (LineLength)
### What type of PR is it?
[Hot Fix]
### How should this be tested?
* CI should be green
### Questions:
* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prabhjyotsingh/zeppelin hotfix/ZEPPELIN-3691
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3187.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 #3187
----
commit b2ebadaada74b8dd4b4f475e987ba6642d701e1c
Author: Prabhjyot Singh <prabhjyotsingh@...>
Date: 2018-09-25T09:51:21Z
fix CI in branch-0.8
Change-Id: I1dcf323b56680e9dfb69becb1fc492da2094c899
commit a677568d1c85e854528a4d717f1d55d31ed439e1
Author: Prabhjyot Singh <prabhjyotsingh@...>
Date: 2018-09-25T09:53:57Z
Checkstyle violation in UniverseUtil.java[235] (sizes) LineLength
Change-Id: I6b691314516f231f5572b5124218252c0a51f34a
----
---