Member since
02-09-2017
4
Posts
1
Kudos Received
0
Solutions
02-15-2017
02:20 PM
1 Kudo
I've tried it on SQL Workbench and Aginity Workbench, and I get errors on both clients.
Column is a varchar(9). Here is what I discovered. A table with column names that have spaces (e.g. `account year`), this feature fails. When I added an underscore to the column (account_year), the masking started to work.
... View more
02-10-2017
05:36 PM
I am logged-in as a user that is in the "select user". So yes, this user has permissions to run the query.
... View more
02-09-2017
02:24 AM
I am running a HDP 2.5.3 cluster with HiveServer2 enabled on an edge node. Ranger is enforcing security. In addition, I've created a policy in ranger that redacts a certain column with pii on select. Unfortunately, when I execute the following query in a hive client: select * from <tablename> limit 100; I get the following error: [42000]: Error while compiling statement: FAILED: SemanticException org.apache.hadoop.hive.ql.parse.ParseException: line 1:62 rule Identifier failed predicate: {allowQuotedId()}?
line 1:74 rule Identifier failed predicate: {allowQuotedId()}?
line 1:94 rule Identifier failed predicate: {allowQuotedId()}?
line 1:117 rule Identifier failed predicate: {allowQuotedId()}? If I disable the above policy, the query runs successfully.
... View more
Labels: