[jira] [Resolved] (HDFS-1952) FSEditLog.open() appears to succeed even if all EDITS directories fail

2011-06-15 Thread Matt Foley (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Foley resolved HDFS-1952. -- Resolution: Fixed Fix Version/s: 0.23.0 0.22.0 Committed to v22. Thanks, Andr

Hadoop-Hdfs-22-branch - Build # 68 - Failure

2011-06-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-22-branch/68/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 3058 lines...] compile-hdfs-test: [delete] Deleting

Problem with BackupNode?

2011-06-15 Thread André Oriani
Hi, My repo is one week old and the change I did was to modify the Configuration object at BackupNode.initialize() to make the name and edit dirs to other directories, so I could run both namenode and backup node in the same machine. When I copied a file to HDFS, the follow exception was below w

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

2011-06-15 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas resolved HDFS-2073. --- Resolution: Fixed Hadoop Flags: [Reviewed] I committed the patch. > Namenode is missing

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

2011-06-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/745/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 2711 lines...] [junit] Running org.apache.hado

[jira] [Resolved] (HDFS-1811) Create scripts to decommission datanodes

2011-06-15 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas resolved HDFS-1811. --- Resolution: Duplicate Already fixed as a part of HDFS-1703. > Create scripts to decommission

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

2011-06-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/744/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 2712 lines...] [junit] Running org.apache.hadoo

Re: FileSystem.close() using Threads !!!

2011-06-15 Thread Uma Maheswara Rao G 72686
Hi Karthik, FileSystem will cache the objects. Based on schema and url info it will form the key and get the fs from cache. you can close the fs only after completed your operations with filesystem object. Even if you call two times FileSystem.get(conf), it will return same object. So, yo

FileSystem.close() using Threads !!!

2011-06-15 Thread karthik tunga
Hi, I have 2 threads that copy file from hdfs and delete the directory after copying the file. In both the threads I use "FileSystem hdfs = FileSystem.get(conf);" Once i finish copying and deleting I close the filesystem( hdfs.close() in the finally block) If one of threads does a FileSystem.clo

[jira] [Created] (HDFS-2076) ERROR org.apache.hadoop.hdfs.server.datanode.DataNode: DatanodeRegistration(1

2011-06-15 Thread chakali ranga swamy (JIRA)
ERROR org.apache.hadoop.hdfs.server.datanode.DataNode: DatanodeRegistration(1 - Key: HDFS-2076 URL: https://issues.apache.org/jira/browse/HDFS-2076 Project: Hadoop HDFS