[jira] [Created] (HADOOP-8502) Quota accounting should be calculated based on actual size rather than block size

2012-06-09 Thread E. Sammer (JIRA)
E. Sammer created HADOOP-8502: - Summary: Quota accounting should be calculated based on actual size rather than block size Key: HADOOP-8502 URL: https://issues.apache.org/jira/browse/HADOOP-8502 Project

[jira] [Created] (HADOOP-7313) Remove all framework use of Configuration default args

2011-05-19 Thread E. Sammer (JIRA)
Components: conf Affects Versions: 0.21.0 Reporter: E. Sammer The Hadoop code base should not use the form of Configuration#get*() that accepts a default. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: Static state in Configuration and elsewhere

2010-02-11 Thread E. Sammer
On 2/11/10 2:41 PM, Aaron Kimball wrote: There are an enormous number of examples of the following line in user-side code: Configuration conf = new Configuration(); ... This is going to need to still work transparently after any refactoring. The new Configuration in this case needs to be popula