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

(Updated Feb. 27, 2018, 11:24 a.m.)


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 (updated)
-----

  addons/sqoop-bridge/src/main/java/org/apache/atlas/sqoop/hook/SqoopHook.java 
06a0e9c 
  intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 2f870dc 


Diff: https://reviews.apache.org/r/65813/diff/2/

Changes: https://reviews.apache.org/r/65813/diff/1-2/


Testing
-------

sanity testing done.


Thanks,

Ruchi Solani

Reply via email to