Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15721 )
Change subject: IMPALA-9160 (Part 2): Instantiate rangerConfig_ using RangerPluginConfig ...................................................................... IMPALA-9160 (Part 2): Instantiate rangerConfig_ using RangerPluginConfig Now that we are using a CDP_BUILD_NUMBER newer than 1626038, we are able to instantiate rangerConfig_ in RangerAuthorizationConfig.java using the class of RangerPluginConfig provided in the newer version of Ranger due to RANGER-2646. This patch adds back rangerConfig_, which was removed from RangerAuthorizationConfig.java in part 1 of this patch. Testing: - Verified that this patch passes the exhaustive tests in the DEBUG build. Change-Id: I710a6362a2494bf5ab3784259a44c3470823512f Reviewed-on: http://gerrit.cloudera.org:8080/15721 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/main/java/org/apache/impala/authorization/ranger/RangerAuthorizationConfig.java M fe/src/main/java/org/apache/impala/authorization/ranger/RangerAuthorizationFactory.java M fe/src/test/java/org/apache/impala/authorization/AuthorizationTestBase.java 3 files changed, 36 insertions(+), 4 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/15721 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I710a6362a2494bf5ab3784259a44c3470823512f Gerrit-Change-Number: 15721 Gerrit-PatchSet: 5 Gerrit-Owner: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
