[
https://issues.apache.org/jira/browse/ACCUMULO-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14486302#comment-14486302
]
Christopher Tubbs edited comment on ACCUMULO-2886 at 4/8/15 11:18 PM:
----------------------------------------------------------------------
Yes. See commit comment. I was removing a warning that was specifically related
to the doc generation (though it applies to other exec-maven-plugin executions
also, if there were any).
was (Author: ctubbsii):
Yes. See comment. I was removing a warning that was specifically related to the
doc generation (though it applies to other exec-maven-plugin executions also,
if there were any).
> 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
> Assignee: Christopher Tubbs
> Labels: newbie
> Fix For: 1.7.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)