You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2014/02/07 00:33:26 UTC

[jira] [Commented] (ACCUMULO-2336) support user-defined table metadata

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

John Vines commented on ACCUMULO-2336:
--------------------------------------

Sounds like a good use of a general purpose blob, possibly a description? The question is size. If it's just a few tidbits, this is great for ZK. But it could blow up which would make it better in a file in HDFS I think.

> support user-defined table metadata
> -----------------------------------
>
>                 Key: ACCUMULO-2336
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2336
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: Adam Fuchs
>
> An Accumulo table can have all sorts of external information that applications use to interact with the table. One example is schema definition. Another might be information about what data or data sources have been loaded into the table. It would be nice to encapsulate all of this information together with the table's data for easier management, particularly when cloning tables or discovering tables that are shared across applications (multi-tenancy).
> How can we support generic table metadata properties so that users can innovate independently? These could be accessible via the table properties, or this could be a separate set of public API methods if appropriate.



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