Member since
10-04-2020
2
Posts
0
Kudos Received
0
Solutions
10-06-2020
07:27 AM
From this document it seems the query results can be redacted however I don't see the same. Is there a known bug? https://www.hadoopandcloud.com/hadoop/enableconfigure-log-and-query-redaction/ 0: jdbc:hive2://calingita.pheonix.co> select * from pheonix_global.redaction; INFO : Compiling command(queryId=hive_20201005072828_53b14d1f-5f0a-4ce6-894d-debfeade3103): select * from pheonix_global.redaction; INFO : Semantic Analysis Completed INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:redaction.id, type:int, comment:null), FieldSchema(name:redaction.email, type:string, comment:null)], properties:null) INFO : Completed compiling command(queryId=hive_20201005072828_53b14d1f-5f0a-4ce6-894d-debfeade3103); Time taken: 0.322 seconds INFO : Executing command(queryId=hive_20201005072828_53b14d1f-5f0a-4ce6-894d-debfeade3103): select * from pheonix_global.redaction INFO : Completed executing command(queryId=hive_20201005072828_53b14d1f-5f0a-4ce6-894d-debfeade3103); Time taken: 0.006 seconds INFO : OK +--------------------+-----------------------+--+ | redaction.id | redaction.email | +--------------------+-----------------------+--+ | 2 | xyz@liv.in | | 1 | xyz@liv.in | +--------------------+-----------------------+--+ 2 rows selected (1.075 seconds)
... View more
Labels: