[
https://issues.apache.org/jira/browse/FALCON-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14972964#comment-14972964
]
Srikanth Sundarrajan commented on FALCON-1555:
----------------------------------------------
FileSystem handles are generally cached per UGI and shouldn't closed. By
default {{fs.automatic.close}} is enabled and will cleanup the file system
handles on JVM shutdown. close() may also delete files that are marked as
deleteOnExit(). The close method can be called explicitly when
fs.automatic.close is disabled.
> succeeded-post-processing action fails in Oozie uber mode
> ---------------------------------------------------------
>
> Key: FALCON-1555
> URL: https://issues.apache.org/jira/browse/FALCON-1555
> Project: Falcon
> Issue Type: Bug
> Affects Versions: 0.8
> Environment: QA
> Reporter: Pragya Mittal
> Assignee: Pragya Mittal
> Fix For: 0.8
>
> Attachments: FALCON-1555-v1.patch, FALCON-1555.patch,
> post-processing.log
>
>
> Falcon succeeded-post-processing action fails with uber mode enable in oozie.
> This is happening because filesystem is closed in post processing action in
> WorkflowExecutionContext.
> Attaching yarn logs for the same.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)