Created 03-03-2016 11:20 AM
We are using Hortonworks Ambari cluster, recently configured Atlas.
1. Atlas UI is working fine, opening in 21000 port.
2. Successfully run ./import-hive.sh script after importing required jar in bridge/hive folder
Now how can I see my tables in Atlas. I have created table in hive. Data flow mysql --> sqoop --> hive
Do I need to create new flow after every configuration change or Atlas is working for old tables as well.
Gone through various link like: https://github.com/shivajid/atlas/tree/master/tutorial but still not clear about the steps
Created 03-03-2016 01:04 PM
If import-hive.sh was executed correctly, then you should be able to query for hive tables through the Atlas UI using syntax such as:
hive_table
hive_table where tableName="employee"
This will make use of the Atlas DSL to search as opposed to the free text search which the Atlas UI will default to IF the DSL query does not yield any results.
Created 03-03-2016 01:04 PM
If import-hive.sh was executed correctly, then you should be able to query for hive tables through the Atlas UI using syntax such as:
hive_table
hive_table where tableName="employee"
This will make use of the Atlas DSL to search as opposed to the free text search which the Atlas UI will default to IF the DSL query does not yield any results.
Created 03-04-2016 05:02 AM
Thanks @ebergenholtz. Query is now returning a data. I was running wrong query.
Now query is returning value but no lineage data found message is showing in input and output but in details it is showing it is import from sqoop. Please help.firstresult.jpgdetails.jpginput.jpg
If possible, can you please help me to understand Atlas more what all the things I can do with Atlas and exactly what configuration, tables, flow I need to create so it give me desired output.
Any suggested tutorial.