GitHub user necosta reopened a pull request:
https://github.com/apache/zeppelin/pull/2863
Hotfix: ambiguous reference to overloaded definition
### What is this PR for?
Minor bugfix on Zeppelin build from sources
### What type of PR is it?
Bug Fix
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3324
### How should this be tested?
* mvn clean package \
--batch-mode package \
-Phelium-dev \
-Pscala-2.11 \
-Dscala.version=2.11.8 \
-Dscala.binary.version=2.11 \
-Pbuild-distr \
-Pspark-2.1 \
-Dspark.version=2.1.1 \
-Pr \
-Pcassandra-spark-1.5 \
-Psparkr \
-Ppyspark \
-Phadoop-2.7 \
-Dhadoop.version=2.7.3 \
-Dmaven.findbugs.enable=false \
-Drat.skip=true \
-Dcheckstyle.skip=true \
-DskipTests
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? N
* Is there breaking changes for older versions? N
* Does this needs documentation? N
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nokia/zeppelin ZEPPELIN-3324
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2863.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 #2863
----
commit dfac740e1dac1b4d144ce41676597a34d4763264
Author: Nelson Costa <nelson.costa85@...>
Date: 2018-03-07T14:58:26Z
Hotfix: ambiguous reference to overloaded definition
----
---