Martin Schaaf created HDFS-4803:
-----------------------------------

             Summary: Wrong error message in case of not implementing Seekable 
and PositionedReadable by given InputStream in FSDataInputStream constructor.
                 Key: HDFS-4803
                 URL: https://issues.apache.org/jira/browse/HDFS-4803
             Project: Hadoop HDFS
          Issue Type: Bug
    Affects Versions: 1.0.3
            Reporter: Martin Schaaf


Message is "In is not an instance of Seekable or PositionedReadable" but should 
be "In is not an instance of Seekable and PositionedReadable". The check in the 
constructor checks for both interfaces.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to