1
votes

I git clone the zeppelin from https://github.com/apache/incubator-zeppelin.git, and make the project by running:

mvn clean package -Pspark-1.5 -Dhadoop.version=2.2.0 -Phadoop-2.2 -Ppyspark -DskipTests

but i always get the error: enter image description here

1

1 Answers

0
votes

Most probably, this indicates a dependency version miss-match, in this case Apache Lense.

The best way is to try re-building Apache Zeppelin from latest master, and if the issue persists - file an issue on official project JIRA