[
https://issues.apache.org/jira/browse/ACCUMULO-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129044#comment-14129044
]
ASF GitHub Bot commented on ACCUMULO-2841:
------------------------------------------
GitHub user hustjl22 opened a pull request:
https://github.com/apache/accumulo/pull/15
ACCUMULO-2841 Add Arbitrary Table Properties
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hustjl22/accumulo ACCUMULO-2841
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/15.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #15
----
commit e2ff4bfdb35ee621188c045bc63c280f965b15a1
Author: Jenna Huston <[email protected]>
Date: 2014-09-10T19:32:44Z
ACCUMULO-2841 Add Arbitrary Table Properties
----
> Arbitrary namespace and table metadata tags
> -------------------------------------------
>
> Key: ACCUMULO-2841
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2841
> Project: Accumulo
> Issue Type: New Feature
> Components: client
> Reporter: Christopher Tubbs
> Labels: metadata, newbie
> Fix For: 1.7.0
>
>
> Application-level tags (tagName = tagValue) could be added to tables and
> namespaces, to allow applications to set application-level metadata about a
> namespace or table.
> Use cases include management for billing, administrator notes, date created,
> last ingest time, stats, information about the table's schema... or anything
> else an application might wish to use tags for.
> These tags could be stored in zookeeper, but are probably best stored in the
> metadata table (probably in a separate reserved area of the metadata table,
> ~tag) because they could be arbitrarily large and do not need to be persisted
> in memory.
> This feature would include new APIs to manipulate table / namespace metadata.
> Considerations should be made to ensure users have appropriate permissions to
> add tags to an object.
> This feature could be used to implement ACCUMULO-650.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)