cannot read empty file using webhdfs
------------------------------------

                 Key: HDFS-3101
                 URL: https://issues.apache.org/jira/browse/HDFS-3101
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs client
    Affects Versions: 0.23.1
            Reporter: Zhanwei.Wang


STEP:
1, create a new EMPTY file
2, read it using webhdfs.

RESULT:
expected: get a empty file
I got: 
{"RemoteException":{"exception":"IOException","javaClassName":"java.io.IOException","message":"Offset=0
 out of the range [0, 0); OPEN, path=/testFile"}}

First of all, [0, 0) is not a valid range, and I think read a empty file should 
be OK.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to