[
https://issues.apache.org/jira/browse/HBASE-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609879#action_12609879
]
Andrew Purtell commented on HBASE-62:
-------------------------------------
I attached another patch that uses SortedMap instead of Map.
For migration the proposed HTD.readFields needs an integer (written by
.writeInt()) ahead of the rest of the serialized HTD to process the old format.
I have tried to make migration easy. All that needs to be done is a simple
prepend of a serialized integer to the serialized HTDs in .META., but I don't
know how migration scripts work so maybe that is not simple or a complete
rewrite is no problem...
> [hbase] Allow user add arbitrary key/value pairs to table and column
> descriptors
> --------------------------------------------------------------------------------
>
> Key: HBASE-62
> URL: https://issues.apache.org/jira/browse/HBASE-62
> Project: Hadoop HBase
> Issue Type: Improvement
> Reporter: stack
> Assignee: Andrew Purtell
> Priority: Trivial
> Attachments: hbase-62-r673137.patch, hbase-62-r673264.patch,
> hbase-62-r673356.patch
>
>
> Folks have asked if they can tag columns and tables with markings of their
> own designation. Examples include 'type' and 'descriptiion'.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.