[
https://issues.apache.org/jira/browse/HDFS-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
surendra singh lilhore updated HDFS-923:
----------------------------------------
Labels: (was: BB2015-05-TBR)
> libhdfs hdfs_read example uses hdfsRead wrongly
> -----------------------------------------------
>
> Key: HDFS-923
> URL: https://issues.apache.org/jira/browse/HDFS-923
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: libhdfs
> Reporter: Ruyue Ma
> Assignee: Ruyue Ma
> Attachments: hdfs-923.patch
>
>
> In the examples of libhdfs, the hdfs_read.c uses hdfsRead wrongly.
> {noformat}
> // read from the file
> tSize curSize = bufferSize;
> for (; curSize == bufferSize;) {
> curSize = hdfsRead(fs, readFile, (void*)buffer, curSize);
> }
> {noformat}
> the condition curSize == bufferSize has problem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)