[
https://issues.apache.org/jira/browse/IMPALA-9679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162152#comment-17162152
]
ASF subversion and git services commented on IMPALA-9679:
---------------------------------------------------------
Commit 28b24effd864299d6a82208e30c5104c62696289 in impala's branch
refs/heads/master from Anurag Mantripragada
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=28b24ef ]
IMPALA-9980: Remove jersey* jars from maven exclusions
IMPALA-9679 added jersey* jars to maven exclusions. These jars are
required by Impala Ranger plugin to instantiate RuntimeDelegateImpl
As a result of the exclusions, ClassNotFound exceptions are thrown
in Impala docker containers when ranger plugin is enabled. This
change removes jersey-bundle exclusion from Ranger dependency.
Testing:
- Built and ran Impala containers locally with ranger enabled.
- Ran dockerized tests in precommit.
Change-Id: I796a9ff4c1beff776147266c2f2649c2d02a8dd8
Reviewed-on: http://gerrit.cloudera.org:8080/16225
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Tim Armstrong <[email protected]>
> Remove some unnecessary jars from docker images
> -----------------------------------------------
>
> Key: IMPALA-9679
> URL: https://issues.apache.org/jira/browse/IMPALA-9679
> Project: IMPALA
> Issue Type: Improvement
> Components: Infrastructure
> Reporter: Tim Armstrong
> Assignee: Tim Armstrong
> Priority: Major
> Fix For: Impala 4.0
>
> Attachments: libs.txt
>
>
> There are some jars in the images that look to be unnecessary. Here's a list
> of those that are included, built as follows:
> {noformat}
> $ ./buildall.sh -release -noclean -notests -ninja -skiptests && ninja
> impala_base_image_release
> $ docker run -it impala_base_release ls -S -h -l /opt/impala/lib > libs.txt
> {noformat}
> If we can remove some of these it'll slim down the images and potentially
> avoid unnecessary jars that can be associated with CVEs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]