Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 4.2.0
-
None
-
ghx-label-12
Description
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:
$ docker run -it --entrypoint bash impalad_coordinator_debug impala@532e6d083a16:/opt/impala$ locale -a C C.UTF-8 POSIX
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.