[ 
https://issues.apache.org/jira/browse/IMPALA-12816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18022031#comment-18022031
 ] 

ASF subversion and git services commented on IMPALA-12816:
----------------------------------------------------------

Commit 5137bb94ac618271de4eefd85d73ab4ad455893c in impala's branch 
refs/heads/master from Michael Smith
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=5137bb94a ]

IMPALA-14446: Clean up pom.xml

Cleans up repetitive patterns in pom.xml.

Centralize plugin configuration in pluginManagement. Replace inline
maven-compiler-plugin configuration with newer maven.compiler.release
and update to latest plugin version.

Centralize common dependencies in dependencyManagement, including
exclusions when appropriate. Remove exclusions that are no longer
relevant.

Compared before and after with dependency:tree; only difference is that
commons-cli now comes from hadoop and jersey-serv{let,er} are
effectively excluded; all versions matched. Also ensured
USE_APACHE_COMPONENTS=true compiles.

Adds com.amazonaws:aws-java-sdk-bundle to exclusion checking to ensure
it's not accidentally included alongside impala-minimal-s3a-aws-sdk.

Removes missed io.netty exclusion from IMPALA-12816.

Updates commons-dbcp2 to 2.12.0 to match Hive.

Change-Id: If96649840e23036b4a73ee23e8d12516497994f0
Reviewed-on: http://gerrit.cloudera.org:8080/23432
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Remove exclusion of Netty to allow SSL connections to HBase.
> ------------------------------------------------------------
>
>                 Key: IMPALA-12816
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12816
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 4.4.0
>            Reporter: Andrew Sherman
>            Assignee: Andrew Sherman
>            Priority: Critical
>             Fix For: Impala 4.4.0
>
>
> It is possible to configure Impala to use SSL when connecting to Hbase. Under 
> the covers, an HBase client connection also has a connection to ZooKeeper. 
> SSL connections to ZooKeeper require Netty. Netty has been excluded from 
> Impala’s classpath since IMPALA-9648 because of earlier security problems. 
> IMPALA-9648 says that we need to be at least at version 4.1.44 of Netty and 
> we now pull in 4.1.86.  To allow use of SSL with HBase, remove the exclusion 
> of Netty.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to