----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11940/#review22200 -----------------------------------------------------------
Ship it! Ship It! - Jarek Cecho On June 20, 2013, 8:09 p.m., Raghav Gautam wrote: > > ----------------------------------------------------------- > 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. > > > 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 > ----- > > 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 > >
