You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Suma Shivaprasad <su...@gmail.com> on 2016/04/07 01:15:00 UTC

Review Request 45843: Support for drop table, view

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45843/
-----------------------------------------------------------

Review request for atlas.


Bugs: ATLAS-528
    https://issues.apache.org/jira/browse/ATLAS-528


Repository: atlas


Description
-------

Also added support for 
a. truncate table - has o/p as the same table in lineage. Not setting anything in inputs since it might be confusing. Felt it was important to capture this from a audit/governance perspective
b. alter table partition column type - which can be used to change a partition keys's column type since table has reference to partition keys


Diffs
-----

  addons/hdfs-model/src/main/java/org/apache/atlas/fs/model/FSDataModelGenerator.java 555d565 
  addons/hdfs-model/src/main/scala/org/apache/atlas/fs/model/FSDataModel.scala c964f73 
  addons/hive-bridge/src/main/java/org/apache/atlas/hive/bridge/HiveMetaStoreBridge.java 3a802d7 
  addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/HiveHook.java 68e32ff 
  addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java e17afb8 
  addons/storm-bridge/src/main/java/org/apache/atlas/storm/hook/StormAtlasHook.java 5665856 
  client/src/main/java/org/apache/atlas/AtlasClient.java c3b4ba9 
  repository/src/main/java/org/apache/atlas/services/ReservedTypesRegistrar.java 430bb6b 

Diff: https://reviews.apache.org/r/45843/diff/


Testing
-------

Added test in HiveHookIT


Thanks,

Suma Shivaprasad