You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hairong Kuang (JIRA)" <ji...@apache.org> on 2007/03/07 20:59:25 UTC

[jira] Updated: (HADOOP-1082) NullpointerException in ChecksumFileSystem$FSInputChecker.seek

     [ https://issues.apache.org/jira/browse/HADOOP-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hairong Kuang updated HADOOP-1082:
----------------------------------

    Attachment: checksum_NPE.patch

> NullpointerException in ChecksumFileSystem$FSInputChecker.seek
> --------------------------------------------------------------
>
>                 Key: HADOOP-1082
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1082
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.0
>            Reporter: Hairong Kuang
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.12.1
>
>         Attachments: checksum_NPE.patch
>
>
> java.lang.NullPointerException
>     at org.apache.hadoop.fs.ChecksumFileSystem$FSInputChecker.seek(ChecksumFileSystem.java:138)
>     at org.apache.hadoop.fs.FSDataInputStream$PositionCache.seek(FSDataInputStream.java:47)
>     at org.apache.hadoop.fs.FSDataInputStream$Buffer.seek(FSDataInputStream.java:82)
>     at org.apache.hadoop.fs.FSDataInputStream.seek(FSDataInputStream.java:121)
>     at org.apache.hadoop.streaming.StreamXmlRecordReader.init(StreamXmlRecordReader.java:73)
>     at org.apache.hadoop.streaming.StreamXmlRecordReader.(StreamXmlRecordReader.java:65)
>     at com.gale.searchng.workflow.fetcher.FetcherParser$XmlInputFormat.getRecordReader(FetcherParser.java:279)
>     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:139)
>     at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1445)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.