Yes stack..
Regards,
Vinay
On Sep 20, 2014 1:03 AM, "Stack" wrote:
> On Thu, Sep 18, 2014 at 12:48 AM, Vinayakumar B
> wrote:
>
> > Hi all,
> >
> > Currently *DFSInputStream *doen't allow reading a write-inprogress file,
> > once all written bytes, by the time of opening an input stream, are rea
On Thu, Sep 18, 2014 at 12:48 AM, Vinayakumar B
wrote:
> Hi all,
>
> Currently *DFSInputStream *doen't allow reading a write-inprogress file,
> once all written bytes, by the time of opening an input stream, are read.
>
> To read further update on the same file, needs to be read by opening
> anot
On Fri, Sep 19, 2014 at 10:32 PM, Colin McCabe wrote:
>
> On Fri, Sep 19, 2014 at 9:41 AM, Vinayakumar B
> wrote:
> > Thanks Colin for the detailed explanation.
> >
> > On Fri, Sep 19, 2014 at 9:38 PM, Colin McCabe
> > wrote:
> >>
> >> On Thu, Sep 18, 2014 at 11:06 AM, Vinayakumar B
> > wrote:
On Fri, Sep 19, 2014 at 9:41 AM, Vinayakumar B wrote:
> Thanks Colin for the detailed explanation.
>
> On Fri, Sep 19, 2014 at 9:38 PM, Colin McCabe
> wrote:
>>
>> On Thu, Sep 18, 2014 at 11:06 AM, Vinayakumar B
> wrote:
>> > bq. I don't know about the merits of this, but I do know that native
>
Thanks Colin for the detailed explanation.
On Fri, Sep 19, 2014 at 9:38 PM, Colin McCabe
wrote:
>
> On Thu, Sep 18, 2014 at 11:06 AM, Vinayakumar B
wrote:
> > bq. I don't know about the merits of this, but I do know that native
> > filesystems
> > implement this by not raising the EOF exception
On Thu, Sep 18, 2014 at 11:06 AM, Vinayakumar B wrote:
> bq. I don't know about the merits of this, but I do know that native
> filesystems
> implement this by not raising the EOF exception on the seek() but only on
> the read ... some of the non-HDFS filesystems Hadoop support work this way.
Pre
bq. I don't know about the merits of this, but I do know that native
filesystems
implement this by not raising the EOF exception on the seek() but only on
the read ... some of the non-HDFS filesystems Hadoop support work this way.
I agree with you steve. read only will throw EOF. But when we know
I don't know about the merits of this, but I do know that native
filesystems implement this by not raising the EOF exception on the seek()
but only on the read ... some of the non-HDFS filesystems Hadoop support
work this way.
-I haven't ever looked to see what code assumes that it is the seek tha