You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Dimitris Tsirogiannis (Code Review)" <ge...@cloudera.org> on 2016/05/21 03:56:05 UTC

[Impala-CR](cdh5-2.6.0_5.8.0) IMPALA-3143: Fix permission check when user belongs to supergroup

Dimitris Tsirogiannis has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3164

Change subject: IMPALA-3143: Fix permission check when user belongs to supergroup
......................................................................

IMPALA-3143: Fix permission check when user belongs to supergroup

This commit fixes an issue where a permission check warning is
incorrectly generated when a user that belongs to the supergroup issues
a create database statement. The fix is to also check if the user
belongs to the supergroup when checking for permissions and ACLs.

Change-Id: I2bb703ac70280c62db404db2c07d87139aa5ae0d
---
M fe/src/main/java/com/cloudera/impala/util/FsPermissionChecker.java
1 file changed, 10 insertions(+), 3 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2bb703ac70280c62db404db2c07d87139aa5ae0d
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-2.6.0_5.8.0
Gerrit-Owner: Dimitris Tsirogiannis <dt...@cloudera.com>