Andrew Sherman has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/21034


Change subject: IMPALA-12816: Remove exclusion of Netty to allow SSL 
connections to HBase
......................................................................

IMPALA-12816: Remove exclusion of Netty to allow SSL connections to HBase

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.

TESTING:

Ran end-to-end tests.
Ran queries against HBase configured to use SSL in a Cloudera
deployment.

Change-Id: Ic3038369345ca74f01ce2d4248c5beb21b633b2b
---
M fe/pom.xml
1 file changed, 0 insertions(+), 11 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/34/21034/1
--
To view, visit http://gerrit.cloudera.org:8080/21034
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic3038369345ca74f01ce2d4248c5beb21b633b2b
Gerrit-Change-Number: 21034
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Sherman <[email protected]>

Reply via email to