Support Questions

Find answers, ask questions, and share your expertise

Atlas not creating lineage for Hive views (Atlas 0.7)

New Contributor

Hi,

Atlas seems to have imported all of my Hive objects and created lineage for the tables, however there does not seem to be any lineage for how the Hive views were created. Is this intended or is there some problem with my configuration that can fix this?

Thanks,

Kevin

1 REPLY 1

Mentor

I would check your configuration.

The following hive operations are captured by hive hook currently

  • create database
  • create table/view, create table as select
  • load, import, export
  • DMLs (insert)
  • alter database
  • alter table (skewed table information, stored as, protection is not supported)
  • alter view

from http://atlas.incubator.apache.org/Bridge-Hive.html