Member since
07-25-2018
174
Posts
29
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5457 | 03-19-2020 03:18 AM | |
3491 | 01-31-2020 01:08 AM | |
1373 | 01-30-2020 05:45 AM | |
2623 | 06-01-2016 12:56 PM | |
3111 | 05-23-2016 08:46 AM |
08-26-2016
05:07 AM
5 Kudos
Hi Guys, I am using Atlas-Ranger Sandbox machine,on which i have executed some hive queries and getting lineage of tables in atlas UI,but First time when i have executed hive query at that time, my input tables were coming from "medical" database (condition_info and patient_information table) as shown in diagram.After some time we decided to take all input tables from "EMR" database then we have executed same query and created "patient_cohort_table" and now in atlas UI i am getting lineage for "medical" database too even though i have deleted those tables from hive. In lineage diagram,the user only able to see lineage for emr database and not for medical database.To do this we need to delete lineage metdadata from apache atlas so How to delete lineage metadata so that we will not get it's lineage in apache atlas? Thanks in advance, please find attached lineage.
... View more
Labels:
- Labels:
-
Apache Atlas
07-29-2016
04:30 AM
Thank you Vadim, I was expecting same thing,to have parent and child relation between tags. Could you send me the link which explains about tag attribute and tag hierarchical concepts.
... View more
07-23-2016
03:10 PM
Hi all, I want to create the hierarchy of tags in atlas? Is it possible in apache altas? If possible then how can we implement it? Below example will explain you the things,which i am looking for? consider, there are 4 tags(medical,personal,drugs,PII) Medical-parent tag Personal-person_name,person_id Drugs-drugs_name,drugs_code PII-ssn In front of every tag i have given the names of column of hive table, and those are assigned to each tag respectively. Now i want to assign PII,drugs,personal tag to one and only medical tag as parent of all. One last question, What is attribute column, when we create a tag by using atlas ui? And how to use that or what is it's concern with tag? Please provide me link for above question
... View more
Labels:
- Labels:
-
Apache Atlas
07-22-2016
06:46 AM
Thanks you svenkat, Could you please check below link, Here they are saying you need to add API code for ADD/DELETE tags. what do you think will that work if we add that patch on atlas-ranger sandbox? Do you know how to fetch GUID of all traits/tags? if there is no way to delete tags using REST API then,can we delete directly data for traits from atlas repository? if yes then, how can we achieve this? https://issues.apache.org/jira/browse/ATLAS-136
... View more
07-22-2016
02:48 AM
2 Kudos
Hi all, I have downloaded sandbox at my end but on atlas UI,created so many tags now i want them to be deleted. Anyone how to delete those tags using REST api?
... View more
Labels:
- Labels:
-
Apache Atlas
07-21-2016
01:41 PM
Thank you very much Svekat, Issue has been resolved Actually on sandbox machine, ranger-tagsync service was disable. so i started service by using command: service ranger-tagsync start.
... View more
07-21-2016
12:38 PM
Thank you Vadim, Do you know how to delete tag which are present on Atlas UI using REST API.
... View more
07-21-2016
12:30 PM
I am using Atlas-Ranger sandbox machine,so is it possible to delete those tag which are present on Atlas UI? if yes,then how can we delete those using REST API or with something different techniques? Here is the Atlas UI,I am using of sandbox machine. atlas-home-screen.png
... View more
07-21-2016
12:25 PM
Thanks to see you again svekat, 1) On sandbox if i test Resource based policy,then it's working properly(i.e first part of demo of hortonworks website(ACCESS WITHOUT TAG BASED POLICIES)) but failing for CREATE TAG AND TAG BASED POLICY part. please remember that,i am trying this whole procedure for my own tables,database etc.(i am not using employee table which is already present in sandbox). 2) I have attached audit_plugin screen please check it.I think,it looks like policy is been synchronized properly with hiveserver2. audit-plugin-screen.png tag-based-report.png 3) and answer to your last question is,if i disable tag based policy,resource policy #7 works fine for both the user(i.e. fail to select all column with * sign in query). 4)How to check whether tag sync service is running or not?
... View more
07-21-2016
06:52 AM
Thanks Ryan for your response. could you please my new question about tag base policy link https://community.hortonworks.com/questions/46131/atlas-ranger-tag-based-policy-not-working-for-my-o.html The demo which is given for Atlas-Ranger tag policy on hortonworks website,i have tried that one. but now i want that tag base policy should be applicable for my own created tables,database and tags. please help me.
... View more