Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HADOOP-13227 outputstream specification #163

Conversation

steveloughran
Copy link
Contributor

WiP specification of output streams.

Alongside the docs, this will include tests and tightening of behaviours of output streams which don't comply with the java.io.OutputStream specification or other parts of the specification (i.e. the extra methods are inconsistent with HDFS). Object stores are special; their behaviours will be documented and (unreconcilable) differences with filesystems handled in tests.

Note that HDFS does not currently follow java.io.OutputStream.write(int)'s required behaviour: it will not fail on a write on a closed stream. This will have to be corrected

…tStream defining actions when output streams are closed.

Change-Id: Ia921e8d2f9af53e8e6655a806e79fcc1dba49d1d
@steveloughran steveloughran force-pushed the s3/HADOOP-13327-outputstream-spec branch from e07af21 to 8177448 Compare May 1, 2017 18:10
@steveloughran
Copy link
Contributor Author

@elek that feature doesn't come yet

@steveloughran steveloughran deleted the s3/HADOOP-13327-outputstream-spec branch March 6, 2019 21:23
shanthoosh pushed a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
…g containers

Author: Abhishek Shivanna <[email protected]>

Reviewers: Navina Ramesh <[email protected]>, Jagadish V <[email protected]>

Closes apache#163 from abhishekshivanna/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant