You can review the changes in certain features or functionalities of components that
have resulted in a change in behavior from the previously released version to this version of
Cloudera Runtime 7.2.18.800.
Ranger
- Summary:
- Added support for multiple columns policy creation in Ranger for
Grant/Revoke request.
- Previous behavior:
- Previously, when a request with multiple columns, such as GRANT
SELECT (col1, col2, col3, col4, col5, col6, col7, col8, col9, col10) ON TABLE demo.data5 TO
ROLE testrole_09289898, is executed in Impala, it results in the creation of a separate grant
policy for each column in Ranger.
- New behavior:
- Now, a request with multiple columns results in creation of a single
policy for Grant request for all the columns in Ranger. Same is true for Revoke request.