Created 10-17-2016 01:27 PM
Created 10-17-2016 01:37 PM
@PARIVALLAL R What is the hive query you tried ? Atlas captures only metadata of the table and not the data populated in the tables.
Created 10-17-2016 01:52 PM
i created table and inserted few records.for this am not getting any lineage info.
Created 10-17-2016 02:00 PM
Atlas captures only Metadata . Metadata of a table is data about the table . Records added in the table are not captured. For example - when a table is created or altered (new columns added / dropped) , it is captured. Not when records are added to table.
Created 10-17-2016 05:06 PM
@PARIVALLAL R create table should work meaning it will create metadata in atlas, however it will not generate lineage. Further, operation on this table like alter table or CTAS queries will result in lineage. Atlas also at this point does not capture metadata created by insert operation .Visualization for the insert queries is on the roadmap.