----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11940/ -----------------------------------------------------------
Review request for Sqoop. 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. Diffs ----- 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 src/test/com/cloudera/sqoop/TestConnFactory.java c0b295e Diff: https://reviews.apache.org/r/11940/diff/ Testing ------- Unit tests pass. Manually tested hive import. Thanks, Raghav Gautam
