You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Yuqi Gu (Jira)" <ji...@apache.org> on 2020/06/03 06:53:00 UTC

[jira] [Created] (BIGTOP-3364) Zeppelin build failed on Arm64 in Ubuntu16.04/18.04 and CentOS7

Yuqi Gu created BIGTOP-3364:
-------------------------------

             Summary: Zeppelin build failed on Arm64 in Ubuntu16.04/18.04 and CentOS7
                 Key: BIGTOP-3364
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3364
             Project: Bigtop
          Issue Type: Bug
            Reporter: Yuqi Gu
            Assignee: Yuqi Gu


error log:

{code:java}
[INFO] Zeppelin: Apache Ignite interpreter ................ SUCCESS [03:29 min]
[INFO] Zeppelin: Kylin interpreter ........................ SUCCESS [  3.732 s]
[INFO] Zeppelin: Lens interpreter ......................... SUCCESS [01:17 min]
[INFO] Zeppelin: Apache Cassandra interpreter ............. SUCCESS [02:31 min]
[INFO] Zeppelin: Elasticsearch interpreter ................ SUCCESS [01:09 min]
[INFO] Zeppelin: BigQuery interpreter ..................... SUCCESS [01:55 min]
[INFO] Zeppelin: Alluxio interpreter ...................... SUCCESS [01:11 min]
[INFO] Zeppelin: Scio ..................................... SUCCESS [02:34 min]
[INFO] Zeppelin: Neo4j interpreter ........................ SUCCESS [01:56 min]
[INFO] Zeppelin: Sap ...................................... SUCCESS [  4.594 s]
[INFO] Zeppelin: web Application .......................... SUCCESS [05:27 min]
[INFO] Zeppelin: Server ................................... SUCCESS [01:17 min]
[INFO] Zeppelin: Jupyter Support .......................... SUCCESS [ 11.162 s]
[INFO] Zeppelin: Packaging distribution ................... SUCCESS [06:56 min]
[INFO] Zeppelin: R Interpreter 0.8.2 ...................... FAILURE [01:46 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:41 h
[INFO] Finished at: 2020-06-03T05:05:49Z
{code}

Root cause: 

{code:java}
R/install-dev.sh: line 38: R: command not found
{code}

R package is still not installed in Ubuntu16.04/18.04 and centos7 on Arm64

Add r-base for Ubuntu16.04/18.04, and R for centos7 to 
{code:java}
bigtop_toolchain/manifests/packages.pp
{code}






--
This message was sent by Atlassian Jira
(v8.3.4#803005)