Re: [VOTE] Hadoop release candidate 1.2.0-rc1

2013-05-10 Thread Jason Lowe
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

Re: [VOTE] Hadoop release candidate 1.2.0-rc1

2013-05-10 Thread Suresh Srinivas
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

Re: Issue HADOOP-8905

2013-05-10 Thread Andrew Wang
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

Re: Web UI for Active and Standby NN do not agree on safe mode setting

2013-05-10 Thread Aaron T. Myers
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

[jira] [Created] (HADOOP-9559) When metrics system is restarted MBean names get incorrectly flagged as dupes

2013-05-10 Thread Mostafa Elhemali (JIRA)
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

Re: Issue HADOOP-8905

2013-05-10 Thread Steve Loughran
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

Re: [VOTE] Hadoop release candidate 1.2.0-rc1

2013-05-10 Thread Matt Foley
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

Web UI for Active and Standby NN do not agree on safe mode setting

2013-05-10 Thread Scott Forman
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

[jira] [Created] (HADOOP-9558) Opening many small files with Zlib compression results in Out of Memory Exception when using Combined Input File Format for many small files

2013-05-10 Thread Justin Hancock (JIRA)
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