You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/10/11 20:35:00 UTC

[jira] [Commented] (IMPALA-11526) Install en_US.UTF-8 locale in docker builds

    [ https://issues.apache.org/jira/browse/IMPALA-11526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616070#comment-17616070 ] 

ASF subversion and git services commented on IMPALA-11526:
----------------------------------------------------------

Commit 11e66523d6070957f84c1fdbba3e26ecf3888d74 in impala's branch refs/heads/master from Joe McDonnell
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=11e66523d ]

IMPALA-11526: Install en_US.UTF-8 locale into docker images

In IMPALA-11492, ExprTest.Utf8MaskTest was failing on some
configurations because the en_US.UTF-8 was missing. Since the
Docker images don't contain en_US.UTF-8, they are subject
to the same bug. This was confirmed by adding tests cases
to the test_utf8_strings.py end-to-end test and running it
in the dockerized tests.

This add the appropriate language pack to the list of packages
installed for the Docker build.

Testing:
 - This adds end-to-end tests to test_utf8_strings.py covering the
   same cases that were failing in ExprTest.Utf8MaskTest. They
   failed without the added languages packs, and now succeed.

Change-Id: I353f257b3cb6d45f7d0a28f7d5319fdb457e6e3d
Reviewed-on: http://gerrit.cloudera.org:8080/19080
Tested-by: Impala Public Jenkins <im...@cloudera.com>
Reviewed-by: Laszlo Gaal <la...@cloudera.com>


> Install en_US.UTF-8 locale in docker builds
> -------------------------------------------
>
>                 Key: IMPALA-11526
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11526
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 4.2.0
>            Reporter: Joe McDonnell
>            Assignee: Joe McDonnell
>            Priority: Major
>
> When I look at a docker image produced by doing "make docker_debug_images" in an Impala development environment (using an Ubuntu base image), I see them as not having en_US.UTF-8 installed:
> {noformat}
> $ docker run -it --entrypoint bash impalad_coordinator_debug
> impala@532e6d083a16:/opt/impala$ locale -a
> C
> C.UTF-8
> POSIX
> {noformat}
> I didn't check the actual functionality, but we should go ahead and install the en_US.UTF-8 locale so that there are no concerns about masking.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org