You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Martin Schaaf (JIRA)" <ji...@apache.org> on 2013/05/06 21:00:16 UTC

[jira] [Created] (HDFS-4803) Wrong error message in case of not implementing Seekable and PositionedReadable by given InputStream in FSDataInputStream constructor.

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