Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.2.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
Thread/process safety related to generated code (QueryResult.java).
Currently, if you're running several Sqoop commands in the same directory, all will write to the same QueryResult.java file - potentially causing overwrite errors and/or data corruption. While a workaround - to run each sqoop command in a different directory - exists, a proposed feature could be to allow a user-defined QueryResult.java, i.e., the user can rename QueryResult.java to prevent overwriting it.