[
https://issues.apache.org/jira/browse/HBASE-15337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267927#comment-15267927
]
Enis Soztutar commented on HBASE-15337:
---------------------------------------
bq. Reference book to use mvn clean site -DskipTests but it would not build on
my box
Thanks Clara. Created HBASE-15753 for this. I was able to get a build going
with:
{code}
mvn site -DskipTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true
-Dfindbugs.skip=true
{code}
Looks pretty good overall. Some small items.
These bullet points is not rendered as such:
{code}
+*random gets without a limited time range
+*frequent deletes and updates
{code}
We can make this to read:
{code}a high number, e.g. 60{code}
Add one more space here:
{code}
+You also need t
{code}
This is the not needed with online-config change:
{code}
If the table already exists, disable the table.
{code}
This should be updated:
{code}
+ See <<ops.stripe.config>> for more information.
{code}
Add a link to your nice design doc at the end?
> Document FIFO and date tiered compaction in the book
> ----------------------------------------------------
>
> Key: HBASE-15337
> URL: https://issues.apache.org/jira/browse/HBASE-15337
> Project: HBase
> Issue Type: Sub-task
> Components: documentation
> Reporter: Enis Soztutar
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15337-v1.patch, HBASE-15337-v2.patch,
> HBASE-15337.patch
>
>
> We have two new compaction algorithms FIFO and Date tiered that are for time
> series data. We should document how to use them in the book.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)