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

[jira] [Updated] (BIGTOP-3393) Fix Arm64 docker-provisioner issues on Ubuntu18.04 and Debian 10

     [ https://issues.apache.org/jira/browse/BIGTOP-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuqi Gu updated BIGTOP-3393:
----------------------------
    Description: 
Deploy docker provisioner on Ubuntu18 and Debian10 for Arm64 and found the issues as follows. 

The similar issue was resolved on x86 in BIGTOP-3343, but still not be fixed on Arm64.

This ticket would try to fix the issues on Arm64.
{code:java}
yuqi@wls-arm-qc02:~/bigtop/provisioner/docker$ ./docker-hadoop.sh -C config_ubuntu-18.04.yaml -c 1
 Environment check...
(snip)
ruby 2.5.1p57 (2018-03-29 revision 63029) [aarch64-linux-gnu]
 Creating 20200831022157r2265_bigtop_1 ...
 Creating 20200831022157r2265_bigtop_1 ... error
ERROR: for 20200831022157r2265_bigtop_1 Cannot start service bigtop: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/sbin/init\": stat /sbin/init: no such file or directory": unknown
ERROR: for bigtop Cannot start service bigtop: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/sbin/init\": stat /sbin/init: no such file or directory": unknown
 ERROR: Encountered errors while bringing up the project.
[LOG] Docker container(s) startup failed!
{code}

  

  was:
Deploy docker provisioner on Ubuntu18 and Debian10 for Arm64 and found the issues as follows. 

The similar issue was resolved on x86 in BIGTOP-3343, but still not be fixed on Arm64.

This ticket would try to fix the issues on Arm64.
yuqi@wls-arm-qc02:~/bigtop/provisioner/docker$ ./docker-hadoop.sh -C config_ubuntu-18.04.yaml -c 1
Environment check...

(snip)

ruby 2.5.1p57 (2018-03-29 revision 63029) [aarch64-linux-gnu]
Creating 20200831022157r2265_bigtop_1 ...
Creating 20200831022157r2265_bigtop_1 ... error

ERROR: for 20200831022157r2265_bigtop_1  Cannot start service bigtop: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/sbin/init\": stat /sbin/init: no such file or directory": unknown

ERROR: for bigtop  Cannot start service bigtop: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/sbin/init\": stat /sbin/init: no such file or directory": unknown
ERROR: Encountered errors while bringing up the project.

[LOG] Docker container(s) startup failed!
 


> Fix Arm64 docker-provisioner issues on Ubuntu18.04 and Debian 10
> ----------------------------------------------------------------
>
>                 Key: BIGTOP-3393
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3393
>             Project: Bigtop
>          Issue Type: Bug
>          Components: deployment, docker
>            Reporter: Yuqi Gu
>            Assignee: Yuqi Gu
>            Priority: Major
>
> Deploy docker provisioner on Ubuntu18 and Debian10 for Arm64 and found the issues as follows. 
> The similar issue was resolved on x86 in BIGTOP-3343, but still not be fixed on Arm64.
> This ticket would try to fix the issues on Arm64.
> {code:java}
> yuqi@wls-arm-qc02:~/bigtop/provisioner/docker$ ./docker-hadoop.sh -C config_ubuntu-18.04.yaml -c 1
>  Environment check...
> (snip)
> ruby 2.5.1p57 (2018-03-29 revision 63029) [aarch64-linux-gnu]
>  Creating 20200831022157r2265_bigtop_1 ...
>  Creating 20200831022157r2265_bigtop_1 ... error
> ERROR: for 20200831022157r2265_bigtop_1 Cannot start service bigtop: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/sbin/init\": stat /sbin/init: no such file or directory": unknown
> ERROR: for bigtop Cannot start service bigtop: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/sbin/init\": stat /sbin/init: no such file or directory": unknown
>  ERROR: Encountered errors while bringing up the project.
> [LOG] Docker container(s) startup failed!
> {code}
>   



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