Fang-Yu Rao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22833
Change subject: IMPALA-12554: (Addendum) Add a flag to not consolidate requests by default ...................................................................... IMPALA-12554: (Addendum) Add a flag to not consolidate requests by default This patch adds a startup flag so that by default the catalog server will not consolidate the grant/revoke requests sent to the Ranger server when there are multiple columns involved in the GRANT/REVOKE statement. Testing: - Added 2 end-to-end tests to make sure the grant/revoke requests sent to the Ranger server would be consolidated only when the flag is explicitly added when we start the catalog server. Change-Id: I4defc59c048be1112380c3a7254ffa8655eee0af --- M be/src/catalog/catalog.cc M be/src/util/backend-gflag-util.cc M common/thrift/BackendGflags.thrift M fe/src/main/java/org/apache/impala/authorization/ranger/RangerCatalogdAuthorizationManager.java M fe/src/main/java/org/apache/impala/service/BackendConfig.java M tests/authorization/test_ranger.py 6 files changed, 26 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/33/22833/1 -- To view, visit http://gerrit.cloudera.org:8080/22833 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4defc59c048be1112380c3a7254ffa8655eee0af Gerrit-Change-Number: 22833 Gerrit-PatchSet: 1 Gerrit-Owner: Fang-Yu Rao <[email protected]>
