Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
0.9.0
-
None
-
None
-
I do build Zeepin in a Dockerfile environment based on python:3.6-stretch as builder.
The build command I use is the following:
mvn clean package -Pbuild-distr -DskipTests -Pspark-2.4 -Phadoop-2.7 -Pr -Pscala-2.11 -pl '!r'
Like mentioned, all lib dependencies should be installed ok since build was successful two weeks ago.
I do build Zeepin in a Dockerfile environment based on python:3.6-stretch as builder. The build command I use is the following: mvn clean package -Pbuild-distr -DskipTests -Pspark-2.4 -Phadoop-2.7 -Pr -Pscala-2.11 -pl '!r' Like mentioned, all lib dependencies should be installed ok since build was successful two weeks ago.
Description
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:
[ERROR] ERROR in app/interfaces/message-interceptor.ts:14:61 - error TS2307: Cannot find module '@zeppelin/sdk'.
and finally at line 24095 it stops the build by saying:
[ERROR] ERROR in app/app.module.ts(55,5): Error during template compile of 'AppModule'