[
https://issues.apache.org/jira/browse/HADOOP-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dhruba borthakur updated HADOOP-3723:
-------------------------------------
Status: Patch Available (was: Open)
Have to resubmit so that HadoopQA tests the latest patch
> libhdfs only accepts O_WRONLY and O_RDONLY so does not accept things like
> O_WRONLY | O_CREAT
> --------------------------------------------------------------------------------------------
>
> Key: HADOOP-3723
> URL: https://issues.apache.org/jira/browse/HADOOP-3723
> Project: Hadoop Core
> Issue Type: Bug
> Components: libhdfs
> Reporter: Pete Wyckoff
> Assignee: Pete Wyckoff
> Priority: Minor
> Attachments: patch0.txt, patch0.txt, patch0.txt
>
>
> hdfs.c in the hdfsOpenFile method checks for flags == O_WRONLY rather than
> flags & O_WRONLY and same for reads.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.