Build failed in Jenkins: Hadoop-Hdfs-trunk #848

2011-10-30 Thread Apache Jenkins Server
See Changes: [vinodkv] MAPREDUCE-3274. Fixed a race condition in MRAppMaster that was causing a task-scheduling deadlock. Contributed by Robert Joseph Evans. [shv] HDFS-2285. BackupNode should reject requests to modify namespace. Co

Hadoop-Hdfs-trunk - Build # 848 - Still Failing

2011-10-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/848/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10268 lines...] [INFO] [INFO] --- maven-checkstyle-plugin

Build failed in Jenkins: Hadoop-Hdfs-0.23-Build #55

2011-10-30 Thread Apache Jenkins Server
See Changes: [szetszwo] Revert 1190680 for HDFS-2509. -- [...truncated 9528 lines...] [javadoc] [loading

[jira] [Created] (HDFS-2515) start-all.sh namenode createSocketAddr

2011-10-30 Thread Created
start-all.sh namenode createSocketAddr -- Key: HDFS-2515 URL: https://issues.apache.org/jira/browse/HDFS-2515 Project: Hadoop HDFS Issue Type: Bug Components: name-node Affects Versions: 0.20

[jira] [Resolved] (HDFS-2515) start-all.sh namenode createSocketAddr

2011-10-30 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved HDFS-2515. --- Resolution: Invalid Hi, This happens when you have not configured "fs.default.name" in core-site.xml and att

[jira] [Reopened] (HDFS-2515) start-all.sh namenode createSocketAddr

2011-10-30 Thread Reopened
[ https://issues.apache.org/jira/browse/HDFS-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] 程国强 reopened HDFS-2515: --- still not work > start-all.sh namenode createSocketAddr > -- > >

How to locate a block on a data node ?

2011-10-30 Thread Abhijit Rao
Hi all, As we all know, the data node does not store all the block files in the same directory but instead creates appropriate subdirectories. I am trying to know how can one get to know this subdirectory name ? I have a java program that takes a filename and gets the list of blocks that make up

Hadoop-Hdfs-0.23-Commit - Build # 106 - Failure

2011-10-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/106/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 6776 lines...] [INFO] Copying 2 resources [INFO] [I

hadoop-0.23.0 jiras

2011-10-30 Thread Arun C Murthy
FYI - I'm starting to change 'fix version' for all non-blockers and do a final pass on open blockers. I'll send a note out when done. thanks, Arun

Re: How to locate a block on a data node ?

2011-10-30 Thread Harsh J
Abhijit, I do not think that the blocks' locations are exposed by the DataNode yet. The reads by DFSClient are done in a remote fashion (yes, even for local reads), so only the DataNode knows the ID->File mapping and never the Clients. I'm not sure what you're attempting to do, but perhaps htt