[
https://issues.apache.org/jira/browse/SQOOP-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959682#comment-14959682
]
Hudson commented on SQOOP-2617:
-------------------------------
FAILURE: Integrated in Sqoop-hadoop100 #988 (See
[https://builds.apache.org/job/Sqoop-hadoop100/988/])
SQOOP-2617. Log file that is being used for LOB files (hshreedharan:
[https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=408358930d6fad9ee5b4c75887dda9cedc0ff61d])
* src/java/org/apache/sqoop/lib/LargeObjectLoader.java
> Log file that is being used for LOB files
> -----------------------------------------
>
> Key: SQOOP-2617
> URL: https://issues.apache.org/jira/browse/SQOOP-2617
> Project: Sqoop
> Issue Type: Bug
> Affects Versions: 1.4.6
> Reporter: Jarek Jarcec Cecho
> Assignee: Jarek Jarcec Cecho
> Fix For: 1.4.7
>
> Attachments: SQOOP-2617.patch
>
>
> I was investigating Sqoop failure where Sqoop wasn't able to create directory
> for LOB files. All I got was following exception:
> {code}
> 2015-10-07 10:15:46,991 FATAL [IPC Server handler 9 on 40374]
> org.apache.hadoop.mapred.TaskAttemptListenerImpl: Task:
> attempt_1444198475064_0002_m_000000_0 - exited :
> org.apache.hadoop.security.AccessControlException: Permission denied:
> user=jarcec, access=WRITE, inode="/":hdfs:supergroup:drwxr-xr-x
> {code}
> The reason for writing into root directory is that the parent directory of
> the path do not exists and hence Sqoop tries to create them with {{mkdirs}}
> call. It would be helpful if Sqoop would print the path.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)