[
https://issues.apache.org/jira/browse/HADOOP-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Chansler updated HADOOP-3723:
------------------------------------
Release Note: (was: hdfsOpenFile can now handle multiple orr-ed flags and
will reject the O_RDWR flag)
> 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: Pi Song
> Priority: Minor
> Fix For: 0.19.0
>
> Attachments: patch0.txt, 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.