[
https://issues.apache.org/jira/browse/ACCUMULO-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129060#comment-14129060
]
ASF GitHub Bot commented on ACCUMULO-2841:
------------------------------------------
Github user ctubbsii commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/15#discussion_r17387391
--- Diff: core/src/main/java/org/apache/accumulo/core/conf/Property.java ---
@@ -345,6 +345,8 @@
+ "in zookeeper. Restarting accumulo tablet servers after setting
these properties in the site file "
+ "will cause the global setting to take effect. However, you must
use the API or the shell to change "
+ "properties in zookeeper that are set on a table."),
+ //Add prefix for arbitrary table properties
--- End diff --
Comment is not necessary. The enum description field should suffice.
> 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
> Assignee: Jenna Huston
> 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)