Member since
07-25-2018
174
Posts
29
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5414 | 03-19-2020 03:18 AM | |
3457 | 01-31-2020 01:08 AM | |
1338 | 01-30-2020 05:45 AM | |
2595 | 06-01-2016 12:56 PM | |
3075 | 05-23-2016 08:46 AM |
07-21-2016
05:01 AM
Thank you svenkat, I have attached audit screen. And as per your above response,you are saying to setup such policy which will provide access to all columns of patient_information table.but if we go according to link http://hortonworks.com/hadoop-tutorial/tag-based-policies-atlas-ranger/ On their,they didn't specified such a policy.so my question is,then what is the use of Atlas-Ranger tag base policy?. According to tag base policy it should allow access to all the columns which are excluded in some other resource base policy.This is the behaviour which I have observed on above link.
... View more
07-20-2016
03:22 PM
1 Kudo
Hi all, I am using Atlas-Ranger sandbox machine and also tried example which is given on below link,it's working fine on sandbox. Link: http://hortonworks.com/hadoop-tutorial/tag-based-policies-atlas-ranger/ but I have created my own table patient_information under medical database which contains field called as person_name.I tagged that field in atlas UI with the tag name as Personal (please see in attached file). now I want that this column must be available to only hr_admin(as the example given in above link).I created resource based and tag based policy with the same users too(hr_user and hr_admin) just my table name,column name and database are different. After assigning tag based policy to hr_admin user,that user is not able to fetch the data for that patient_information table. Please help me. if you go through snapshots you will understand the whole scenario in very details. One mistake I have done while attaching snapshots....actually,In attached ranger snapshot ,bymistake i have written tag name as demo instead of personal. first.png second.png third.png fourth.png audit-log.png Thanks in advance.
... View more
Labels:
- Labels:
-
Apache Atlas
06-28-2016
02:12 PM
2 Kudos
Hello Guys, Programming Step: 1) I want to automate tagging mechanism of Apache Atlas by using java code.Right now I am fetching GUIDS for only hive_table. 2) Once I get the GUID then I will check whether this tag is already tagged or not? 3) if not then,then tag it with currently/newly created Trait/tag (Automatically).
Questions: 1) How to get GUID'S of all entities(includes hive tables,columns etc) in atlas(Using REST API)? 2) How to identify whether entity has been already tagged with some traits/tag or not? 3) How to get details/list of all tag/traits which are currently present in apache atlas(Using REST API)? I hope above written information is complete. Please help me.I have attached my java code. Till now in java code I am just getting all GUID for hive table only.table.txt Thanks in advance
... View more
Labels:
- Labels:
-
Apache Atlas
06-24-2016
12:56 PM
Hello All, Right now,I have installed Apache atlas (0.6 version) on HDP-2.4.0.My first question is will Apache atlas work fine on HDP-2.4.0?.As per my understanding Atlas 0.6 version cant be installed on HDP-2.4.0 but somehow,I have installed it on my local machine. Currently,I am able to see the metadata about hive tables but for that, I have to run import-hive.sh repeatedly which is not expected behavior in Apache Atlas.How can we avoid running import-hive.sh repeatedly?. and also not getting lineage for hive tables in Atlas?. I am sure that I have configured atlas correctly for getting metadata from hive,seeing lineage and almost tried all the solutions from we sites but not able to solve the problem. The links which I have tried for configuration: 1) http://atlas.incubator.apache.org/Configuration.html 2) https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_installing_manually_book/content/configuring_atlas.html please help me,
... View more
06-24-2016
10:04 AM
Hi, I have created tables for lineage from https://community.hortonworks.com/content/kbentry/36121/using-apache-atlas-to-view-data-lineage.html I am able to see tables on apache atlas gui.. But I am not able to see lineage data.. lineage.png
... View more
Labels:
- Labels:
-
Apache Atlas
-
Apache Hive
06-23-2016
01:12 PM
Thanks Jitendra, Can you say me how to import data from hive and my tables are not partitioned?.
... View more
06-23-2016
12:42 PM
Hi , I am using Apache atlas 0.6 and hdp 2.4.0 , when I am creating a table in hive, the It is not reflecting in Apache atlas.. I have run import-hive.sh script for that..But i am getting an issue.. I am attaching log details for the same .. and I have to Run script again and again. how to get data on atlas without manually running import scripts. I have also referred the document : http://atlas.incubator.apache.org/Bridge-Hive.html Please anyone can help Thank you in advance import-hive-log.txt
... View more
Labels:
- Labels:
-
Apache Atlas
-
Apache Hive
06-13-2016
08:31 AM
Thank you Vadim, The examples you have post are really helped me,but again could you please tell how to use REST API for 1) creating,deleting,modifying entity.
... View more