[ https://issues.apache.org/jira/browse/ATLAS-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15329983#comment-15329983 ]
Suma Shivaprasad commented on ATLAS-642: ---------------------------------------- [~svimal2106] Pls rebase the patch - Unable to apply it 10:17:22-sshivaprasad~/workspace-latest/atlas-commit2 (master)$ git apply -v ATLAS-642.patch Checking patch addons/hive-bridge/src/main/java/org/apache/atlas/hive/bridge/HiveMetaStoreBridge.java... error: while searching for: import org.apache.commons.configuration.Configuration; import org.apache.commons.lang.RandomStringUtils; import org.apache.hadoop.hive.conf.HiveConf; import org.apache.hadoop.hive.metastore.api.Database; import org.apache.hadoop.hive.metastore.api.FieldSchema; import org.apache.hadoop.hive.metastore.api.Order; error: patch failed: addons/hive-bridge/src/main/java/org/apache/atlas/hive/bridge/HiveMetaStoreBridge.java:36 error: addons/hive-bridge/src/main/java/org/apache/atlas/hive/bridge/HiveMetaStoreBridge.java: patch does not apply Checking patch addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/HiveHook.java... Hunk #1 succeeded at 659 (offset 1 line). > import-hive should create the lineage for external tables > --------------------------------------------------------- > > Key: ATLAS-642 > URL: https://issues.apache.org/jira/browse/ATLAS-642 > Project: Atlas > Issue Type: Sub-task > Reporter: Suma Shivaprasad > Assignee: Vimal Sharma > Fix For: 0.7-incubating > > Attachments: ATLAS-642.patch > > > import-hive can also start showing lineage between HDFS paths and tables. > However the create table process should also register the exact query that > was used to create the table. Show create table does that by reconstructing > the query. Need to figure out if we can potentially use that to create the > query -- This message was sent by Atlassian JIRA (v6.3.4#6332)