> On June 29, 2016, 1:37 p.m., Shwetha GS wrote: > > addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/HiveHook.java, > > line 790 > > <https://reviews.apache.org/r/49350/diff/1/?file=1432421#file1432421line790> > > > > We are not adding hdfs paths in qualified name for partitioned tables, > > but we add it to inputs for lineage. With process update, lineage will get > > updated, right?
Yes this will update the process and the process will have edges to both old and new inputs, with the old edges being in DELETED state. - Suma ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49350/#review139964 ----------------------------------------------------------- On June 29, 2016, 10:05 p.m., Suma Shivaprasad wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49350/ > ----------------------------------------------------------- > > (Updated June 29, 2016, 10:05 p.m.) > > > Review request for atlas. > > > Repository: atlas > > > Description > ------- > > this is added for LOAD, IMPORT, EXPORT . Could not add to INSERT OVERWRITE > hdfs paths due to some hive issues which does not provide partition related > information in this case. That will continue to work as earlier. > > > Diffs > ----- > > > addons/hive-bridge/src/main/java/org/apache/atlas/hive/bridge/HiveMetaStoreBridge.java > 0045780 > addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/HiveHook.java > a1a00b3 > addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java > f9e1926 > notification/src/main/java/org/apache/atlas/hook/AtlasHook.java 8bbe2d7 > > Diff: https://reviews.apache.org/r/49350/diff/ > > > Testing > ------- > > Added tests for partitioned and unpartitioned export, import, load > > > Thanks, > > Suma Shivaprasad > >
