Are you using out of the box Hive Ranger Plugin? Or is it a custom Ranger plugin?
Bosco From: Eric Alton <sultanapea...@hotmail.com> Reply-To: <user@ranger.apache.org> Date: Tuesday, June 26, 2018 at 2:14 PM To: "user@ranger.apache.org" <user@ranger.apache.org> Subject: Can the resource 'column' only exist in the masking policies? Our Ranger plugin does not support column level access policies, but we want to support column masking. I've been playing around with the servicedef file, and can not get column to only appear in the masking policies. Is there a way to do this? (top level) resources: schema is a parent of table dataMaskDef->resources: schema is a parent of table. table is a parent of column. The error I get when only listing column under dataMaskDef->resources is: {"statusCode":1,"msgDesc":"resource with name: column does not exists","messageList":[{"name":"DATA_NOT_FOUND","rbKey":"xa.error.data_not_found","message":"Data not found"}]}