You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2017/08/21 11:34:02 UTC

[jira] [Commented] (HADOOP-14402) roll out StreamCapabilities across output streams of all filesystems

    [ https://issues.apache.org/jira/browse/HADOOP-14402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16135052#comment-16135052 ] 

Steve Loughran commented on HADOOP-14402:
-----------------------------------------

As oss://, s3a:// and swift don't do syncable, they're already sorted with the base "return false". Adding the others in Hadoop-13327

> roll out StreamCapabilities across output streams of all filesystems
> --------------------------------------------------------------------
>
>                 Key: HADOOP-14402
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14402
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs, fs/adl, fs/azure, fs/oss, fs/s3, fs/swift
>    Affects Versions: 3.0.0-alpha4
>            Reporter: Steve Loughran
>
> HDFS-11644 added a way to probe streams for capabilities, with dfsoutput stream implementing some. 
> We should roll this out to all our output streams, with capabilities to define
> * is metadata in sync with flushed data (HDFS: no)
> * does LocalFileSystem really do a sync/flush (as I don't think any subclass of ChecksumFS does, so {{FSOutputSummer}} should declare this in its capabilities
> * are intermediate writes visible *at all*? 
> * Is close() potentially a long operation (for object stores, yes, on a case-by-case basis)
> We'll need useful names for these options, obviously, tests, etc etc



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org