Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/21034 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/pom.xml 1 file changed, 0 insertions(+), 11 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: Ic3038369345ca74f01ce2d4248c5beb21b633b2b Gerrit-Change-Number: 21034 Gerrit-PatchSet: 4 Gerrit-Owner: Andrew Sherman <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]>
