You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Gianmarco De Francisci Morales (JIRA)" <ji...@apache.org> on 2010/05/09 19:10:49 UTC

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

MapFile.fix does not allow index interval definition
----------------------------------------------------

                 Key: HADOOP-6758
                 URL: https://issues.apache.org/jira/browse/HADOOP-6758
             Project: Hadoop Common
          Issue Type: Bug
    Affects Versions: 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 = 128; 
indexInterval = conf.getInt(INDEX_INTERVAL, indexInterval); 

{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.