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

(Updated June 20, 2013, 8:09 p.m.)


Review request for Sqoop.


Changes
-------

Updated the patch according to Jarek's comment.


Description
-------

This patches fixes the SQOOP-934. The connection created prior to map-reduce 
job can potentially timed out while the job is running. This will cause 
problems when this connection is reused for generating the hive script. This 
patch discards the connection prior to hive script generation. So, a fresh 
connection will be used for generating hive script.


This addresses bug SQOOP-934.
    https://issues.apache.org/jira/browse/SQOOP-934


Diffs (updated)
-----

  src/java/org/apache/sqoop/hive/HiveImport.java 02596a6 
  src/java/org/apache/sqoop/manager/ConnManager.java 32e736c 
  src/java/org/apache/sqoop/manager/GenericJdbcManager.java 233e546 

Diff: https://reviews.apache.org/r/11940/diff/


Testing
-------

Unit tests pass.
Manually tested hive import.


Thanks,

Raghav Gautam

Reply via email to