[
https://issues.apache.org/jira/browse/SQOOP-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14055125#comment-14055125
]
Gwen Shapira commented on SQOOP-1365:
-------------------------------------
[~abec] I think the message is useful, but I'm not sure we need the entire
stack trace for a message that is basically expected and with known causes.
> There is no need to throw an exception when a .java file can not be renamed
> or even if it can not be moved to a destination folder
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: SQOOP-1365
> URL: https://issues.apache.org/jira/browse/SQOOP-1365
> Project: Sqoop
> Issue Type: Bug
> Components: connectors
> Affects Versions: 1.4.3
> Reporter: Sai Karthik Ganguru
> Priority: Minor
> Attachments: SQOOP-1365.patch
>
>
> The following error is thrown when a sqoop import script is executed:
> {code}
> DEBUG orm.CompilationManager: Could not rename
> /tmp/sqoop-abcd/compile/92fa0dd1a081e3540357533bf46b8eae/QueryResult.java to
> /opt/abcdefgh/ijkl/./QueryResult.java
> java.io.FileNotFoundException: /opt/abcdefgh/ijkl/./QueryResult.java
> (Permission denied)
> at java.io.FileOutputStream.open(Native Method)
> at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
> at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
> at org.apache.commons.io.FileUtils.doCopyFile(FileUtils.java:936)
> at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:888)
> at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:835)
> at org.apache.commons.io.FileUtils.moveFile(FileUtils.java:2385)
> at
> org.apache.sqoop.orm.CompilationManager.compile(CompilationManager.java:229)
> at org.apache.sqoop.tool.CodeGenTool.generateORM(CodeGenTool.java:97)
> at org.apache.sqoop.tool.ImportTool.importTable(ImportTool.java:390)
> at org.apache.sqoop.tool.ImportTool.run(ImportTool.java:476)
> at org.apache.sqoop.Sqoop.run(Sqoop.java:145)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
> at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:181)
> at org.apache.sqoop.Sqoop.runTool(Sqoop.java:220)
> at org.apache.sqoop.Sqoop.runTool(Sqoop.java:229)
> at org.apache.sqoop.Sqoop.main(Sqoop.java:238)
> {code}
> Just a warning here should be sufficient. There is no need to thrown an
> exception since it does not affect the flow of the Sqoop import script.
--
This message was sent by Atlassian JIRA
(v6.2#6252)