Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 67614 invoked from network); 25 Oct 2007 22:47:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Oct 2007 22:47:20 -0000 Received: (qmail 56596 invoked by uid 500); 25 Oct 2007 22:47:01 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 56556 invoked by uid 500); 25 Oct 2007 22:47:01 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 56518 invoked by uid 99); 25 Oct 2007 22:47:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 15:47:01 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 22:47:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ED900714231 for ; Thu, 25 Oct 2007 15:46:50 -0700 (PDT) Message-ID: <20704957.1193352410970.JavaMail.jira@brutus> Date: Thu, 25 Oct 2007 15:46:50 -0700 (PDT) From: "lohit vijayarenu (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-2071) StreamXmlRecordReader throws java.io.IOException: Mark/reset exception in hadoop 0.14 In-Reply-To: <16572901.1192659950961.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lohit vijayarenu updated HADOOP-2071: ------------------------------------- Status: Open (was: Patch Available) Thanks Raghu. I will look into this case and resubmit new one. Canceling the patch. > StreamXmlRecordReader throws java.io.IOException: Mark/reset exception in hadoop 0.14 > ------------------------------------------------------------------------------------- > > Key: HADOOP-2071 > URL: https://issues.apache.org/jira/browse/HADOOP-2071 > Project: Hadoop > Issue Type: Bug > Components: contrib/streaming > Affects Versions: 0.14.3 > Reporter: lohit vijayarenu > Assignee: lohit vijayarenu > Fix For: 0.15.0 > > Attachments: HADOOP-2071-1.patch, HADOOP-2071-2.patch > > > In hadoop 0.14, using -inputreader StreamXmlRecordReader for streaming jobs throw > java.io.IOException: Mark/reset exception in hadoop 0.14 > This looks to be related to (https://issues.apache.org/jira/browse/HADOOP-2067). > > Caused by: java.io.IOException: Mark/reset not supported > at > org.apache.hadoop.dfs.DFSClient$DFSInputStream.reset(DFSClient.java:1353) > at java.io.FilterInputStream.reset(FilterInputStream.java:200) > at > org.apache.hadoop.streaming.StreamXmlRecordReader.fastReadUntilMatch(StreamX > mlRecordReader.java:289) > at > org.apache.hadoop.streaming.StreamXmlRecordReader.readUntilMatchBegin(Stream > XmlRecordReader.java:118) > at > org.apache.hadoop.streaming.StreamXmlRecordReader.seekNextRecordBoundary(Str > eamXmlRecordReader.java:111) > at > org.apache.hadoop.streaming.StreamXmlRecordReader.init(StreamXmlRecordReader > .java:73) > at > org.apache.hadoop.streaming.StreamXmlRecordReader.(StreamXmlRecordReader.jav > a:63) > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.