HADOOP 6758 - Re-submitting patch

2010-09-05 Thread Gianmarco
ubmit it again? The jira ticket is https://issues.apache.org/jira/browse/HADOOP-6758 Thanks, Gianmarco De Francisci Morales

[jira] Created: (HADOOP-6758) MapFile.fix does not allow index interval definition

2010-05-09 Thread Gianmarco De Francisci Morales (JIRA)
: 0.20.2, 0.20.1 Reporter: Gianmarco De Francisci Morales When using the static methond MapFile.fix() there is no way to override the default IndexInterval that is 128. The IndexInterval should be taken from the configuration that is passed to the method. {code} int indexInterval

[jira] Created: (HADOOP-6699) Make MapFile interface consistent with SequenceFile

2010-04-11 Thread Gianmarco De Francisci Morales (JIRA)
Components: io Affects Versions: 0.20.2, 0.20.1 Reporter: Gianmarco De Francisci Morales Priority: Minor The constructor for the SequenceFile.Reader/Writer classes accept a Path object as the specification of the file to read. MapFile related classes instead want a String