Matt, would you consider adding HADOOP-9504 to the release? Some groups
using HBase have been bitten by this bug and would like to see it in a
1.x release.
Jason
On 05/10/2013 11:44 AM, Matt Foley wrote:
Hi all,
just a reminder this vote is underway and will close Monday 11:30am.
Please revi
Matt,
Thanks for getting the release out.
I downloaded the tarballs and verified the checksums. I ran the following
tests on a single node cluster:
- Ensured a newly installed cluster can be started and is functional. Also
checked the cluster restarts.
- Checked webUI for HDFS and MapReduce.
- Te
HBase has some nice metrics stuff that's not part of hadoop-common,
including a nifty reservoir sampling histogram / stats class. Would
definitely be nice to pull in.
There's also the MutableQuantiles class in hadoop-common if you want to
calculate a more accurate histogram.
If you're looking for
Hi Scott,
This is actually working as intended. NN safemode is not a system-wide
state - it can be set independently on both the active and standby NNs.
DistributedFileSystem is indeed "doing the right thing" in that it will
return the safemode value of the active NN, but on the web UI each NN
sho
Mostafa Elhemali created HADOOP-9559:
Summary: When metrics system is restarted MBean names get
incorrectly flagged as dupes
Key: HADOOP-9559
URL: https://issues.apache.org/jira/browse/HADOOP-9559
On 9 May 2013 20:39, wrote:
>
>> Unless there are existing bits of this stuff lurking somewhere in the
>> Hadoop codebase that I haven't noticed, these could be copied into hadoop
>> core. Reviewing the code as it is would be welcome
>>
>> https://github.com/**steveloughran/hadoop-trunk/**
>> tre
Hi all,
just a reminder this vote is underway and will close Monday 11:30am.
Please review and vote!
Thanks,
--Matt
On Mon, May 6, 2013 at 11:36 AM, Matt Foley wrote:
> Friends,
> Nexus issues are resolved, and the Nexus staging repository for Hadoop
> 1.2.0-rc1 properly uploaded. Thanks for
When safe mode is entered using the dfsadmin CLI command, only one of the
Web UI's for the Namenodes in an HA environment seems to show that safe
mode is on. But retrieving the safe mode setting through the CLI (i.e.
running "hdfs dfsadmin -safemode get") seems to display the correct setting
when
Justin Hancock created HADOOP-9558:
--
Summary: Opening many small files with Zlib compression results in
Out of Memory Exception when using Combined Input File Format for many small
files
Key: HADOOP-9558
URL: ht