[jira] [Created] (HDFS-2075) Add "Number of Reporting Nodes" to namenode web UI

2011-06-14 Thread Xing Jin (JIRA)
Add "Number of Reporting Nodes" to namenode web UI -- Key: HDFS-2075 URL: https://issues.apache.org/jira/browse/HDFS-2075 Project: Hadoop HDFS Issue Type: Improvement Components: name

Some questions about BackupNode and AvatarNode.

2011-06-14 Thread André Oriani
Hi, I've playing around HDFS code, trying to do something like Avatar Nodes but using the backup node. I have modified datanodes to forward heartbeats, block reports and block received to backup node . So those are my questions: 1) Until now I did not force the BackupNode to stay on safe mode.

Re: Re: How to build facebook-hadoop?

2011-06-14 Thread MattDeans
Hi, dhruba Thanks, would you please tell me this github mailing list ? I cannot found it... By the way, is it OK if I ask question about build avatarnode with AvatarNode.20.patch from https://issues.apache.org/jira/browse/HDFS-976 ? I've downloaded hadoop-0.20.2 and patched this AvatarNode.20.

[jira] [Created] (HDFS-2074) 1073: determine edit log validity by truly reading and validating transactions

2011-06-14 Thread Todd Lipcon (JIRA)
1073: determine edit log validity by truly reading and validating transactions -- Key: HDFS-2074 URL: https://issues.apache.org/jira/browse/HDFS-2074 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-1836) Thousand of CLOSE_WAIT socket

2011-06-14 Thread Matt Foley (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Foley resolved HDFS-1836. -- Resolution: Fixed Fix Version/s: (was: 0.20.205.0) Committed to 0.20-security for .206 releas

[jira] [Created] (HDFS-2073) Namenode is missing @Override annotations

2011-06-14 Thread Suresh Srinivas (JIRA)
Namenode is missing @Override annotations - Key: HDFS-2073 URL: https://issues.apache.org/jira/browse/HDFS-2073 Project: Hadoop HDFS Issue Type: Improvement Components: name-node Affects

[jira] [Resolved] (HDFS-2072) Remove StringUtils.stringifyException(ie) in logger functions

2011-06-14 Thread Bharath Mundlapudi (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharath Mundlapudi resolved HDFS-2072. -- Resolution: Duplicate > Remove StringUtils.stringifyException(ie) in logger functions >

Re: How to build facebook-hadoop?

2011-06-14 Thread Dhruba Borthakur
Hi Matt, This part of the code is not part of any Apache release, so you won't be able to get any support from this list. I would suggest that your best bet would be to participate in the github based mailing lists itself. Also, that code release is not a "distribution", so I won't be surprised if

Hadoop-Hdfs-trunk-Commit - Build # 743 - Still Failing

2011-06-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/743/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 2621 lines...] [javac] /tmp/clover232837412869

How to build facebook-hadoop?

2011-06-14 Thread MattDeans
hi,all I'd like to try avatarnode, and I have download facebook-hadoop from https://github.com/facebook/hadoop-20-warehouse using git clone git://github.com/facebook/hadoop-20-warehouse.git How can I build it? Thanks. 2011-06-14 MattDeans