[
https://issues.apache.org/jira/browse/SQOOP-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14060184#comment-14060184
]
ASF subversion and git services commented on SQOOP-1365:
--------------------------------------------------------
Commit 1bc8b6bfda95f0a6c5cecdf1d2b874e4e22c23ee in sqoop's branch
refs/heads/trunk from [~jarcec]
[ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=1bc8b6b ]
SQOOP-1365: Do not print stack trace when we can't move generated .java file to
CWD
(Sai Karthik Ganguru via Jarek Jarcec Cecho)
> Do not print stack trace when we can't move generated .java file to CWD
> -----------------------------------------------------------------------
>
> 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
> Fix For: 1.4.5
>
> 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)