[jira] Commented: (HADOOP-1026) UnderReplicationBlocks should use generic types

2007-02-17 Thread Konstantin Shvachko (JIRA)
because it does not describe blocks, which are currently being replicated, that is under replication, but rather blocks that have low replication factor, that is under-replicated. > UnderReplicationBlocks should use generic ty

[jira] Created: (HADOOP-1026) UnderReplicationBlocks should use generic types

2007-02-16 Thread Konstantin Shvachko (JIRA)
UnderReplicationBlocks should use generic types --- Key: HADOOP-1026 URL: https://issues.apache.org/jira/browse/HADOOP-1026 Project: Hadoop Issue Type: Bug Components: dfs

generic types

2006-11-03 Thread Owen O'Malley
Hi all, I've noticed a couple of people over-specifying the generic collections. The general pattern is: Map myMap = new HashMap(); where the field is given a type of the general interface with the type parameters and the constructor is the specific implementation without the type param

[jira] Updated: (HADOOP-670) Generic types for FSNamesystem

2006-11-01 Thread Doug Cutting (JIRA)
[ http://issues.apache.org/jira/browse/HADOOP-670?page=all ] Doug Cutting updated HADOOP-670: Status: Resolved (was: Patch Available) Resolution: Fixed I just committed this. Thanks, Konstantin. > Generic types for FSNamesys

[jira] Updated: (HADOOP-670) Generic types for FSNamesystem

2006-11-01 Thread Konstantin Shvachko (JIRA)
[ http://issues.apache.org/jira/browse/HADOOP-670?page=all ] Konstantin Shvachko updated HADOOP-670: --- Status: Patch Available (was: Open) > Generic types for FSNamesystem > -- > > Key

[jira] Updated: (HADOOP-670) Generic types for FSNamesystem

2006-11-01 Thread Konstantin Shvachko (JIRA)
[ http://issues.apache.org/jira/browse/HADOOP-670?page=all ] Konstantin Shvachko updated HADOOP-670: --- Attachment: Generics.patch > Generic types for FSNamesystem > -- > > Key

[jira] Created: (HADOOP-670) Generic types for FSNamesystem

2006-11-01 Thread Konstantin Shvachko (JIRA)
Generic types for FSNamesystem -- Key: HADOOP-670 URL: http://issues.apache.org/jira/browse/HADOOP-670 Project: Hadoop Issue Type: Improvement Affects Versions: 0.7.2 Reporter: Konstantin Shvachko