> On Jan. 29, 2015, 2:59 a.m., Venkat Ranganathan wrote: > > src/java/org/apache/sqoop/mapreduce/ExportJobBase.java, line 540 > > <https://reviews.apache.org/r/30374/diff/1/?file=838895#file838895line540> > > > > Nit. Should we set the default to 1 and if the value of > > SQOOP_EXPORT_MAP_TASK_MAX_ATTEMPTS is > 1 then set the hadoop config > > property?
Good suggestion Venkat, thanks! - Jarek ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30374/#review70145 ----------------------------------------------------------- On Jan. 28, 2015, 5:04 p.m., Jarek Cecho wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30374/ > ----------------------------------------------------------- > > (Updated Jan. 28, 2015, 5:04 p.m.) > > > Review request for Sqoop. > > > Bugs: SQOOP-2055 > https://issues.apache.org/jira/browse/SQOOP-2055 > > > Repository: sqoop-trunk > > > Description > ------- > > I've implemented the suggestion as described on the JIRA. > > > Diffs > ----- > > src/java/org/apache/sqoop/mapreduce/ExportJobBase.java cb846e8 > > Diff: https://reviews.apache.org/r/30374/diff/ > > > Testing > ------- > > All tests are passing and I've verified the error condition by manually > killing query on database side. > > > Thanks, > > Jarek Cecho > >
