Axel Van Damme created ZEPPELIN-4579:
----------------------------------------
Summary: Unable to build Zeppelin 0.9.0-SNAPSHOT
Key: ZEPPELIN-4579
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4579
Project: Zeppelin
Issue Type: Bug
Components: build
Affects Versions: 0.9.0
Environment: I do build Zeepin in a Dockerfile environment based on
python:3.6-stretch as builder.
The build command I use is the following:
{code:java}
mvn clean package -Pbuild-distr -DskipTests -Pspark-2.4 -Phadoop-2.7 -Pr
-Pscala-2.11 -pl '!r'
{code}
Like mentioned, all lib dependencies should be installed ok since build was
successful two weeks ago.
Reporter: Axel Van Damme
Attachments: zeppelin_build_logs.txt
I'm trying to test the fix for ZEPPELIN-4551 but cannot build Zeppelin
0.9.0-SNAPSHOT anymore.
Two weeks ago I was able to build with exactly the same command but today it
fails at Zeppelin: web angular Application.
I get many errors starting at line 22908 of the attached log file but build
seems to continue after that.
Then at line 23593 it seems that it's getting worse:
{code:java}
[ERROR] ERROR in app/interfaces/message-interceptor.ts:14:61 - error TS2307:
Cannot find module '@zeppelin/sdk'.
{code}
and finally at line 24095 it stops the build by saying:
{code:java}
[ERROR] ERROR in app/app.module.ts(55,5): Error during template compile of
'AppModule'{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)