|
|
+
Jarek Cecho 2013-01-23, 22:32
+
Cheolsoo Park 2013-01-30, 23:43
+
Jarek Cecho 2013-01-31, 16:59
-
Re: Review Request: SQOOP-851 Sqoop2: NullPointerException in Mapreduce Submission engine initializationJarek Cecho 2013-01-31, 17:00
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9076/ ----------------------------------------------------------- (Updated Jan. 31, 2013, 5 p.m.) Review request for Sqoop. Changes ------- I've incorporated Cheolsoo's suggestions. Description ------- Problem is that method File.list() in java might return null in addition to empty array. I've add simple check that will throw more informative exception in case that configuration path is not valid. This addresses bug SQOOP-851. https://issues.apache.org/jira/browse/SQOOP-851 Diffs (updated) ----- submission/mapreduce/src/main/java/org/apache/sqoop/submission/mapreduce/MapreduceSubmissionEngine.java bcd81249c15c83857352af4aaf247dfc2dce926a Diff: https://reviews.apache.org/r/9076/diff/ Testing ------- Unit tests seems to be passing and I've tested simple import on real cluster. Thanks, Jarek Cecho +
Cheolsoo Park 2013-01-31, 17:16
|