-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65813/
-----------------------------------------------------------
Review request for atlas and Madhan Neethiraj.
Bugs: ATLAS-2462
https://issues.apache.org/jira/browse/ATLAS-2462
Repository: atlas
Description
-------
When tried importing a specific table with below command there is no error:
sqoop import --connect jdbc:mysql://localhost/test --table testtable221
--hive-import --hive-database sqoopimport023 --hive-table hivetesttable221
--username root -P -m 1 --fetch-size 1
When tried to import all tables from a specific database using below command,
got NP error:
sqoop import-all-tables --connect jdbc:mysql://localhost/test --hive-import
--hive-database sqoopimport022 --username root -P -m 1 --fetch-size 1
Diffs
-----
addons/sqoop-bridge/src/main/java/org/apache/atlas/sqoop/hook/SqoopHook.java
06a0e9c
Diff: https://reviews.apache.org/r/65813/diff/1/
Testing
-------
sanity testing done.
Thanks,
Ruchi Solani