You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by Benjamin BONNET <be...@m4x.org> on 2017/06/27 20:27:40 UTC

Re: Review Request 50655: SQOOP-2991 : endless failed Netezza import

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

(Updated juin 27, 2017, 8:27 après-midi)


Review request for Sqoop, David Robson, Jarek Cecho, and Kathleen Ting.


Repository: sqoop-trunk


Description
-------

See on JIRA https://issues.apache.org/jira/browse/SQOOP-2991


Diffs (updated)
-----

  src/java/org/apache/sqoop/mapreduce/db/netezza/NetezzaExternalTableExportMapper.java aa058d14e 
  src/java/org/apache/sqoop/mapreduce/db/netezza/NetezzaExternalTableImportMapper.java 2efea53af 
  src/java/org/apache/sqoop/mapreduce/db/netezza/NetezzaJDBCStatementRunner.java cedfd235c 


Diff: https://reviews.apache.org/r/50655/diff/4/

Changes: https://reviews.apache.org/r/50655/diff/3-4/


Testing
-------

Tested with requests that throw errors on Netezza side : importing with a user that has not enough rights to create an external table. Without patch, import fails but map reduce job never ends, with patch, import fails, map reduce job ends with an IOException.


Thanks,

Benjamin BONNET