You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2022/08/24 00:45:00 UTC

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

Joe McDonnell created IMPALA-11526:
--------------------------------------

             Summary: 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


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)