Created 02-10-2017 02:28 AM
when creating a table, is it possible to tag a column based on attribute classification? Similar to commenting a column.
Created 02-10-2017 04:58 AM
you may consider Atlas and Ranger for that functionality. See this tutorial http://hortonworks.com/hadoop-tutorial/tag-based-policies-atlas-ranger/ for reference.
Created 02-12-2017 07:56 PM
Thanks Frank for response. Assigning each attribute/column to a Tag through Atlas/Ranger UI will require boat load of Data Stewards to achieve which is not scalable. I am trying to have it automated, hence the question? As developers create Hive tables, is it possible to land additional DDL statements that can assign each column to a tag? Similar to creating COLUMN comment in DDL. I know there is way to achieve it using REST API but that will require first to create table, pass that table & column info and obtain its GUID, then POST a tag for that GUID. This approach through API involves too many steps and I am trying to avoid if possible.
Created 04-02-2018 12:48 PM
Have you found a solution for this problem?
Created 02-20-2018 08:28 PM
Hi @dts were you able to find a solution for automatic tagging of hive tables and columns? could you please share an example?