Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 4.0.0
-
None
-
None
-
ghx-label-1
Description
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:
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