Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
ghx-label-1
Description
Impala executors and coordinator currently have a common base images. The base image defines a set of jar files needed by either the coordinator or the executor. In order to reduce the image size, we should split out the jars into two categories: those necessary for the coordinator and those necessary for the executor. This should help reduce overall image size.
Attachments
Issue Links
- relates to
-
IMPALA-10297 Use reduced set of jars for impalad_executor Docker image
- Open