[
https://issues.apache.org/jira/browse/IMPALA-10618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17312544#comment-17312544
]
ASF subversion and git services commented on IMPALA-10618:
----------------------------------------------------------
Commit ec391ab25c690bddd7dd3f42410cb4882b186ddb in impala's branch
refs/heads/master from Laszlo Gaal
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=ec391ab ]
IMPALA-10618: Update bootstrap_system for Ubuntu 20.04
Impala started adding Ubuntu 20.04 support in various places.
This patch extends bootstrap_config.sh for Ubuntu 20.04 coverage:
1. The runtime version check error message is updated to claim support
for Ubuntu 20.04.
2. Kudu needs libtinfo.5.so on Ubuntu 20.04 for the minicluster binaries.
bin/bootstrap_system.sh now installs it when running on Ubuntu 20.04.
3. The OpenJDK default version reset to JDK 8 is extended to Ubuntu 20.04.
Tested by running the code using docker/test-with-docker.py using
--base-image=ubuntu:20.04 and observing that Kudu was able to start in
the minicluster. The test runs completed, but there were test failures,
for which separate tickets will be filed.
Change-Id: I212f6df3657cf9d621a0669573e1e511eae13662
Reviewed-on: http://gerrit.cloudera.org:8080/17240
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> Kudu in the minicluster fails to start in Ubuntu 20.04 container during
> Docker-based tests
> ------------------------------------------------------------------------------------------
>
> Key: IMPALA-10618
> URL: https://issues.apache.org/jira/browse/IMPALA-10618
> Project: IMPALA
> Issue Type: Bug
> Affects Versions: Impala 4.0
> Reporter: Laszlo Gaal
> Assignee: Laszlo Gaal
> Priority: Critical
>
> While testing Impala on Ubuntu 20.04, running it inside a Ubuntu 20.04
> container using the Docker-based test infrastructure
> (docker/test-with-docker.py), the minicluster failed to start for dataload.
> The failure was caused by the Kudu binaries missing a system dependency,
> {{libtinfo.so.5}}
> These are the error messages from all the Kudu binaries:
> {code}
> 2021-03-29 08:31:26.974100 Failed to start kudu-master. The end of the log
> (/home/impdev/Impala/testdata/cluster/cdh7/node-1/var/log/kudu-master.out) is:
> 2021-03-29 08:31:26.974874
> /home/impdev/Impala/toolchain/toolchain-packages-gcc7.5.0/kudu-b5e7362e69/release/bin/kudu-master:
> error while loading shared libraries: libtinfo.so.5: cannot open shared
> object file: No such file or directory
> 2021-03-29 08:31:26.978368 Failed to start kudu-tserver. The end of the log
> (/home/impdev/Impala/testdata/cluster/cdh7/node-1/var/log/kudu-tserver.out)
> is:
> 2021-03-29 08:31:26.979283
> /home/impdev/Impala/toolchain/toolchain-packages-gcc7.5.0/kudu-b5e7362e69/release/bin/kudu-tserver:
> error while loading shared libraries: libtinfo.so.5: cannot open shared
> object file: No such file or directory
> 2021-03-29 08:31:26.983694 Failed to start kudu-tserver. The end of the log
> (/home/impdev/Impala/testdata/cluster/cdh7/node-3/var/log/kudu-tserver.out)
> is:
> 2021-03-29 08:31:26.984432
> /home/impdev/Impala/toolchain/toolchain-packages-gcc7.5.0/kudu-b5e7362e69/release/bin/kudu-tserver:
> error while loading shared libraries: libtinfo.so.5: cannot open shared
> object file: No such file or directory
> 2021-03-29 08:31:26.988853 Failed to start kudu-tserver. The end of the log
> (/home/impdev/Impala/testdata/cluster/cdh7/node-2/var/log/kudu-tserver.out)
> is:
> 2021-03-29 08:31:26.989627
> /home/impdev/Impala/toolchain/toolchain-packages-gcc7.5.0/kudu-b5e7362e69/release/bin/kudu-tserver:
> error while loading shared libraries: libtinfo.so.5: cannot open shared
> object file: No such file or directory
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]