Member since
01-31-2016
96
Posts
92
Kudos Received
20
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2676 | 02-11-2019 01:04 PM | |
3226 | 12-06-2018 01:19 PM | |
1865 | 08-23-2018 06:22 AM | |
1727 | 08-09-2018 11:29 AM | |
2457 | 03-29-2018 04:55 PM |
06-12-2017
09:29 AM
2 Kudos
@subash sharma , add limit parameter like : /api/atlas/discovery/search/dsl?query=hive_table+where+db.name%3D%22default%22&limit=500
... View more
06-12-2017
08:43 AM
1 Kudo
Welcome @subash sharma . Please accept the answer if it answered your question.
... View more
06-12-2017
08:16 AM
2 Kudos
@subash sharma DSL query : hive_table where db.name="default" lists down all the hive tables in "default" database. V1 Query which can be used in Atlas 0.7 : /api/atlas/discovery/search/dsl?query=hive_table+where+db.name%3D%22default%22
... View more
03-15-2017
09:54 AM
2 Kudos
@Gnanasekaran G check NULL is NULL instead of NULL = NULL. This worked for me.
... View more
03-03-2017
07:39 PM
1 Kudo
@Poorvi Sachar If it shows "Lineage not found" , it is not an exception or error . It means that actually there is no Lineage.
... View more
02-28-2017
09:00 AM
1 Kudo
How long does it take for other APIs ? Atlas server might be residing in a remote location and you might be pinging from your local machine hence there can be network delay. Can you please login to the machine and do curl GET of the same APIs and add -w to curl to check the time taken ? Also, >> I guess the request is taking too long to process and hence empty vertices and edges are recieved in the JSON Response. This is not true. UI says "Lineage not found" when there is really no lineage data. Truthfulness of this API response doesn't depend on the time taken. We should debug why the API call takes long time.
... View more
02-23-2017
12:02 PM
2 Kudos
@Poorvi Sachar Same API is not called twice . It must be http://hostname:port/api/atlas/lineage/c797bffa-37d0-4b23-b168-998ffc4855e3/inputs/graph and http://hostname:port/api/atlas/lineage/c797bffa-37d0-4b23-b168-998ffc4855e3/outputs/graph Can you please check ? If it's not , it is a bug possibly.
... View more
02-14-2017
05:12 PM
1 Kudo
Truncating the hbase tables atlas_titan , ATLAS_ENTITY_AUDIT_EVENTS would work.
... View more
02-02-2017
07:23 AM
1 Kudo
Either Solr or Elastic Search should be installed and started for Atlas to start up. Indexing backend is a hard dependency for Atlas.
... View more
01-12-2017
04:54 AM
1 Kudo
You might be interested in 1. http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_data-governance/content/ch_hdp_data_governance_overview.html#atlas_ranger_integration 2. http://hortonworks.com/hadoop-tutorial/tag-based-policies-atlas-ranger/
... View more