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



submission/mapreduce/src/main/java/org/apache/sqoop/submission/mapreduce/MapreduceSubmissionEngine.java
<https://reviews.apache.org/r/9076/#comment34179>

    Looking at the Java Doc of File, list returns null when the File is not a 
directory. Can you be even more specific in the error message? Because your 
message can also be interpreted as "(Hadoop conf dir is valid,) but no conf 
files were found", which is not entirely true.
    
    How about saying something like "'configDirectory' is not a directory"?


- Cheolsoo Park


On Jan. 23, 2013, 10:32 p.m., Jarek Cecho wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/9076/
> -----------------------------------------------------------
> 
> (Updated Jan. 23, 2013, 10:32 p.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> 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
> -----
> 
>   
> submission/mapreduce/src/main/java/org/apache/sqoop/submission/mapreduce/MapreduceSubmissionEngine.java
>  1a144d0 
> 
> 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
> 
>

Reply via email to