You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/04/05 06:50:33 UTC

[jira] [Updated] (ACCUMULO-2886) Update "Indexed Sequential Access Method (ISAM) file" reference in docs

     [ https://issues.apache.org/jira/browse/ACCUMULO-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser updated ACCUMULO-2886:
---------------------------------
    Summary: Update "Indexed Sequential Access Method (ISAM) file" reference in docs  (was: Remove "Indexed Sequential Access Method (ISAM) file" reference from docs)

> Update "Indexed Sequential Access Method (ISAM) file" reference in docs
> -----------------------------------------------------------------------
>
>                 Key: ACCUMULO-2886
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2886
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: docs
>    Affects Versions: 1.7.0
>            Reporter: Vicky Kak
>              Labels: newbie
>             Fix For: 1.8.0
>
>
> The documentation contains the reference of the ISAM file at
> http://accumulo.apache.org/1.6/accumulo_user_manual.html#_tablet_server
> "When the MemTable reaches a certain size the TabletServer writes out the sorted key-value pairs to a file in HDFS called Indexed Sequential Access Method (ISAM) file."
> We should make it consistent with the naming conventions in the code, it should be RFile i.e Relative key File.
> The above quoted statement from the docs should be updated as 
> "When the MemTable reaches a certain size the TabletServer writes out the sorted key-value pairs to a file in HDFS called Relative Key File (RFile) file. "



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)