[
https://issues.apache.org/jira/browse/HADOOP-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Nauroth updated HADOOP-12635:
-----------------------------------
Target Version/s: 2.8.0 (was: 2.9.0)
Hadoop Flags: Reviewed
+1 for patch v007. I'm going to make a couple of minor cosmetic modifications
myself before the commit instead of asking for another patch revision.
{{TestNativeAzureFileSystemAppend#verifyAppend}} has a typo in a comment, which
I will correct.
{code}
} catch(IOException ioe) {
//Swalling
}
{code}
index.md missed a period to break up two sentences.
{code}
file path, or rely on some external locking mechanism of its own failure to do
so will result in
unexpected behavior.
{code}
I will change this to:
{code}
file path, or rely on some external locking mechanism of its own. Failure to
do so will result in
unexpected behavior.
{code}
> Adding Append API support for WASB
> ----------------------------------
>
> Key: HADOOP-12635
> URL: https://issues.apache.org/jira/browse/HADOOP-12635
> Project: Hadoop Common
> Issue Type: Improvement
> Components: azure
> Affects Versions: 2.7.1
> Reporter: Dushyanth
> Assignee: Dushyanth
> Attachments: Append API.docx, HADOOP-12635-004.patch,
> HADOOP-12635.001.patch, HADOOP-12635.002.patch, HADOOP-12635.003.patch,
> HADOOP-12635.005.patch, HADOOP-12635.006.patch, HADOOP-12635.007.patch
>
>
> Currently the WASB implementation of the HDFS interface does not support
> Append API. This JIRA is added to design and implement the Append API support
> to WASB. The intended support for Append would only support a single writer.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)