[
https://issues.apache.org/jira/browse/BEAM-5309?focusedWorklogId=167664&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-167664
]
ASF GitHub Bot logged work on BEAM-5309:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Nov/18 07:43
Start Date: 20/Nov/18 07:43
Worklog Time Spent: 10m
Work Description: b923 edited a comment on issue #6691: WIP:[BEAM-5309]
Add streaming support for HadoopFormatIO
URL: https://github.com/apache/beam/pull/6691#issuecomment-439940385
Currently, we have an issue with closing of FS in
[`HDFSSynchronization`](https://github.com/apache/beam/blob/b13e55dee22bbb704239e467322d4ef9634315fb/sdks/java/io/hadoop-format/src/main/java/org/apache/beam/sdk/io/hadoop/format/HDFSSynchronization.java#L95).
I made it closeable based on code review but it closes all connections to the
HDFS since `FileSystem.get()` returns singletone.
I did a fast fix that `FileSystem` is not closing now.
I will let you know as soon as I find better solution.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 167664)
Time Spent: 11h 40m (was: 11.5h)
> Add streaming support for HadoopOutputFormatIO
> ----------------------------------------------
>
> Key: BEAM-5309
> URL: https://issues.apache.org/jira/browse/BEAM-5309
> Project: Beam
> Issue Type: Sub-task
> Components: io-java-hadoop
> Reporter: Alexey Romanenko
> Assignee: David Hrbacek
> Priority: Minor
> Time Spent: 11h 40m
> Remaining Estimate: 0h
>
> design doc: https://s.apache.org/beam-streaming-hofio
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)