You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Evans Ye (JIRA)" <ji...@apache.org> on 2019/03/15 06:58:00 UTC

[jira] [Commented] (BIGTOP-3188) Bump Zeppelin to 0.8.1

    [ https://issues.apache.org/jira/browse/BIGTOP-3188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16793377#comment-16793377 ] 

Evans Ye commented on BIGTOP-3188:
----------------------------------

Alright, builds are success in x86 platform however failed on AARCH64/PPC64LE. The root cause is missing protobuf artifacts on these platforms:
{code}
[ERROR] Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.5.0:compile (default) on project zeppelin-python: Missing:
[ERROR] ----------
[ERROR] 1) com.google.protobuf:protoc:exe:linux-aarch_64:3.3.0
[ERROR] 
[ERROR]   Try downloading the file manually from the project website.
[ERROR] 
[ERROR]   Then, install it using the command: 
[ERROR]       mvn install:install-file -DgroupId=com.google.protobuf -DartifactId=protoc -Dversion=3.3.0 -Dclassifier=linux-aarch_64 -Dpackaging=exe -Dfile=/path/to/file
[ERROR] 
[ERROR]   Alternatively, if you host your own repository you can deploy the file there: 
[ERROR]       mvn deploy:deploy-file -DgroupId=com.google.protobuf -DartifactId=protoc -Dversion=3.3.0 -Dclassifier=linux-aarch_64 -Dpackaging=exe -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR] 
[ERROR]   Path to dependency: 
[ERROR]   	1) org.apache.zeppelin:zeppelin-python:jar:0.8.1
[ERROR]   	2) com.google.protobuf:protoc:exe:linux-aarch_64:3.3.0
[ERROR] 
[ERROR] ----------
[ERROR] 1 required artifact is missing.
[ERROR] 
[ERROR] for artifact: 
[ERROR]   org.apache.zeppelin:zeppelin-python:jar:0.8.1
[ERROR] 
[ERROR] from the specified remote repositories:
[ERROR]   apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true),
[ERROR]   central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :zeppelin-python
debian/rules:29: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory '/bigtop/output/zeppelin/zeppelin-0.8.1'
debian/rules:26: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1116:
dpkg-buildpackage -rfakeroot -us -uc -b
 failed

> Task :zeppelin-deb FAILED
:zeppelin-deb (Thread[Task worker for ':' Thread 2,5,main]) completed. Took 5 mins 29.464 secs.

FAILURE: Build failed with an exception.

* Where:
Script '/bigtop/packages.gradle' line: 354

* What went wrong:
Execution failed for task ':zeppelin-deb'.
> Process 'command 'debuild'' finished with non-zero exit value 29

* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 7m 1s
{code}

These two are missing for download:
* https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.3.0/
* https://repo1.maven.org/maven2/io/grpc/protoc-gen-grpc-java/1.4.0/

For protoc the newer version has multi-arch artifacts available, however protoc-gen-grpc-java does not.

I'll revert this and leave the track here for version bump in next release.

> Bump Zeppelin to 0.8.1
> ----------------------
>
>                 Key: BIGTOP-3188
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3188
>             Project: Bigtop
>          Issue Type: Sub-task
>    Affects Versions: 1.3.0
>            Reporter: Evans Ye
>            Assignee: Evans Ye
>            Priority: Major
>             Fix For: 1.4.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)