Thanks. Filed https://issues.apache.org/jira/browse/HADOOP-8765.
Hemanth
On Tue, Sep 4, 2012 at 6:22 PM, Robert Evans wrote:
> I don't think it really matters that much. The API is limited Private and
> unstable, so I would say just remove it, but fixing it is fine too.
> Either way file a JIRA
I don't think it really matters that much. The API is limited Private and
unstable, so I would say just remove it, but fixing it is fine too.
Either way file a JIRA on it.
--Bobby
On 9/4/12 6:34 AM, "Hemanth Yamijala" wrote:
>Hi,
>
>Stumbled on the fact that LocalDirAllocator.ifExists() is not
Hi,
Stumbled on the fact that LocalDirAllocator.ifExists() is not used
anywhere. The previous usage of this API was in the IsolationRunner
that was removed in MAPREDUCE-2606.
This API doesn't call the confChanged method and hence there is an
uninitialised variable that causes a NullPointerExcepti