Sharmadha S created ATLAS-4841:
----------------------------------
Summary: Atlas Sqoop hook doesn't create lineage between HDFS and
sqoop_dbdatastore
Key: ATLAS-4841
URL: https://issues.apache.org/jira/browse/ATLAS-4841
Project: Atlas
Issue Type: Bug
Components: atlas-core
Reporter: Sharmadha S
Following sqoop cmd export data from HDFS path /tmp/fin8 to postgres finsql
table in mydatabase db.
{code:java}
sqoop export "-Dsqoop.beeline.env.preserve=KRB5CCNAME" --connection-manager
org.apache.sqoop.manager.PostgresqlManager --connect
"jdbc:postgresql://quasar-bytrqu-1.quasar-bytrqu.root.hwx.site:5432/mydatabase"
--username sqoop --password sqoop --hadoop-home hadoop --table finsql
--export-dir /tmp/fin8 {code}
But lineage is not created for this usecase.
Expected is sqoop_process lineage from hdfs_path to sqoop_dbdatastore
--
This message was sent by Atlassian Jira
(v8.20.10#820010)