This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
The following commit(s) were added to refs/heads/master by this push:
new 14b9fb97b IMPALA-11492: Add langpacks-en (centos) and language-pack-en
(Ubuntu)
14b9fb97b is described below
commit 14b9fb97b59de1749fd93b0469ff8ea6f030021d
Author: Joe McDonnell <[email protected]>
AuthorDate: Fri Jul 22 12:53:08 2022 -0700
IMPALA-11492: Add langpacks-en (centos) and language-pack-en (Ubuntu)
Machines that don't have en_US.UTF-8 installed see
issues when running ExprTest.Utf8MaskTest.
This currently impacts the Docker-based tests.
This installs the appropriate language packs
to have en_US.UTF-8 installed.
Testing:
- Ran docker-based tests and verified that
ExprTest.Utf8MaskTest passes.
Change-Id: I1b8696190e4713bda787e773d48943b5dfc6335e
Reviewed-on: http://gerrit.cloudera.org:8080/18875
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Quanlong Huang <[email protected]>
---
bin/bootstrap_system.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/bin/bootstrap_system.sh b/bin/bootstrap_system.sh
index 499fa8d37..d637106cb 100755
--- a/bin/bootstrap_system.sh
+++ b/bin/bootstrap_system.sh
@@ -220,7 +220,7 @@ ubuntu apt-get --yes install ccache curl gawk g++ gcc
apt-utils git libffi-dev \
libsasl2-modules libsasl2-modules-gssapi-mit libssl-dev make
ninja-build \
python-dev python-setuptools python3-dev python3-setuptools postgresql
\
ssh wget vim-common psmisc lsof openjdk-8-jdk openjdk-8-source
openjdk-8-dbg \
- net-tools
+ net-tools language-pack-en
# Required by Kudu in the minicluster
ubuntu20 apt-get --yes install libtinfo5
ARCH_NAME=$(uname -p)
@@ -267,7 +267,8 @@ redhat sudo yum install -y curl gawk gcc gcc-c++ git
krb5-devel krb5-server \
postgresql postgresql-server \
wget vim-common nscd cmake fuse-devel zlib-devel \
psmisc lsof openssh-server redhat-lsb java-1.8.0-openjdk-devel \
- java-1.8.0-openjdk-src python3-devel python3-setuptools net-tools
+ java-1.8.0-openjdk-src python3-devel python3-setuptools net-tools \
+ langpacks-en
# Enable the Powertools repo for snappy-devel on RedHat 8
redhat8 sudo yum install -y dnf-plugins-core