ubmit it again?
The jira ticket is
https://issues.apache.org/jira/browse/HADOOP-6758
Thanks,
Gianmarco De Francisci Morales
: 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
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