You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2014/02/14 21:18:21 UTC

[jira] [Comment Edited] (GORA-218) Document and set default HBase table mapping attributes

    [ https://issues.apache.org/jira/browse/GORA-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13901895#comment-13901895 ] 

Lewis John McGibbney edited comment on GORA-218 at 2/14/14 8:17 PM:
--------------------------------------------------------------------

Not required. The logging is TOO verbose for every reading mapping instance. Documentation is on the Gora site folks. 

http://gora.apache.org/current/gora-hbase.html


was (Author: lewismc):
Not required. The logging is TOO verbose for every reading mapping instance. Documentation is on the Gora site folks. 

> Document and set default HBase table mapping attributes
> -------------------------------------------------------
>
>                 Key: GORA-218
>                 URL: https://issues.apache.org/jira/browse/GORA-218
>             Project: Apache Gora
>          Issue Type: Sub-task
>          Components: documentation, gora-hbase
>    Affects Versions: 0.2.1
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>             Fix For: 0.4
>
>         Attachments: GORA-218.patch
>
>
> Currently gora-hbase supports the following, configurable, table mapping attributes:
>           * String familyName  = fieldElement.getAttributeValue("name");
>           * String compression = fieldElement.getAttributeValue("compression");
>           * String blockCache  = fieldElement.getAttributeValue("blockCache");
>           * String blockSize   = fieldElement.getAttributeValue("blockSize");
>           * String bloomFilter = fieldElement.getAttributeValue("bloomFilter");
>           * String maxVersions = fieldElement.getAttributeValue("maxVersions");
>           * String timeToLive  = fieldElement.getAttributeValue("timeToLive");
>           * String inMemory    = fieldElement.getAttributeValue("inMemory");
> We do not make this explicit therefore we should not be surprised if no-one seems to know about these.
> This issue should add default values for these values to all existing gora-hbase-mapping.xml files and should also document their use, case and effect within the gora-hbase documentation.
>           



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)