er 04, 2011 10:51 PM
To: common-dev@hadoop.apache.org; Tim Broberg
Subject: Re: Compressor setInput input permanence
Hi Tim,
My guess is that this contract isn't explicitly documented anywhere.
But the good news is that the set of implementors and users of this
API is fairly well contained.
I
Hi Tim,
My guess is that this contract isn't explicitly documented anywhere.
But the good news is that the set of implementors and users of this
API is fairly well contained.
I'd propose you do the following:
- Look for any dependent projects which use the Compressor API
directly. I know HBase do
The question is, how long can a Compressor count on the user buffer to stick
around after a call to setInput()?
The Compressor object has a method, setInput whose inputs are an array
reference, an offset and a length.
I would expect that this input would no longer be guaranteed to persist aft