[jira] Created: (HADOOP-6421) Symbolic links

2009-12-08 Thread Eli Collins (JIRA)
Symbolic links -- Key: HADOOP-6421 URL: https://issues.apache.org/jira/browse/HADOOP-6421 Project: Hadoop Common Issue Type: New Feature Reporter: Eli Collins Assignee: Eli Collins Here's a jira for the

Re: adding functionality to retrieve file name from a block

2009-12-08 Thread Konstantin Boudnik
Another way is to go through the ReplicaInfo class which has package private File getBlockFile() method Cos On 12/8/09 17:12 , Suresh Srinivas wrote: There is no need to store file name in the block. Given block you can get BlockInfo, which has INodeFile. From this you can get the correspondi

Re: adding functionality to retrieve file name from a block

2009-12-08 Thread Suresh Srinivas
There is no need to store file name in the block. Given block you can get BlockInfo, which has INodeFile. From this you can get the corresponding file name. As Dhruba said, I am interested in the use-case as well. On 12/3/09 1:25 AM, "Dhruba Borthakur" wrote: I think that if we add the filena

[jira] Created: (HADOOP-6420) String-to-String Maps should be embeddable in Configuration

2009-12-08 Thread Aaron Kimball (JIRA)
String-to-String Maps should be embeddable in Configuration --- Key: HADOOP-6420 URL: https://issues.apache.org/jira/browse/HADOOP-6420 Project: Hadoop Common Issue Type: Improvement

[jira] Resolved: (HADOOP-6386) NameNode's HttpServer can't instantiate InetSocketAddress: IllegalArgumentException is thrown

2009-12-08 Thread Konstantin Boudnik (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Boudnik resolved HADOOP-6386. Resolution: Fixed Fix Version/s: 0.22.0 0.21.0 Hadoo

[jira] Created: (HADOOP-6419) Change RPC layer to support SASL/token based mutual authentication

2009-12-08 Thread Kan Zhang (JIRA)
Change RPC layer to support SASL/token based mutual authentication -- Key: HADOOP-6419 URL: https://issues.apache.org/jira/browse/HADOOP-6419 Project: Hadoop Common Issue Type:

Re: HDFS-758 in Hadoop-21 , Updates to Namenode health page

2009-12-08 Thread Chris Douglas
On Mon, Dec 7, 2009 at 2:27 PM, Allen Wittenauer wrote: > On 12/7/09 2:00 PM, "Sanjay Radia" wrote: >> Allen raises a good point that the rest of the community may  not need >> some of the features that Yahoo finds useful internally. > > FWIW, I have no real issues with the change itself. I'm muc