Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
ghx-label-5
Description
One of the largest dependencies in Impala Docker containers is the aws-java-sdk-bundle jar. One way to decrease the size of this dependency is to apply a similar technique used for the hive-exec shaded jar: https://github.com/apache/impala/blob/master/shaded-deps/pom.xml
The aws-java-sdk-bundle contains SDKs for all AWS services, even though Impala-S3A only requires a few of the more basic SDKs.
IMPALA-10028 and HADOOP-17197 both discuss this a bit as well.
Attachments
Issue Links
- is related to
-
HADOOP-17337 S3A NetworkBinding has a runtime class dependency on a third-party shaded class
- Resolved