You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2014/12/23 14:55:13 UTC

[jira] [Updated] (ACCUMULO-3447) No way to programmatically get table's TimeType

     [ https://issues.apache.org/jira/browse/ACCUMULO-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Tubbs updated ACCUMULO-3447:
----------------------------------------
    Fix Version/s: 1.7.0
       Issue Type: Improvement  (was: Bug)

There's no single place this is stored. It's persisted in each tablet for that table, and copied on split. A scan of the metadata from the client will reveal the time type. We could/should add a client-side function to retrieve it more conveniently, which just shows the time type for the default tablet for the table. Consumers of the client API shouldn't have to be able to parse the metadata, after all.

> No way to programmatically get table's TimeType
> -----------------------------------------------
>
>                 Key: ACCUMULO-3447
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3447
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: client
>            Reporter: John Vines
>             Fix For: 1.7.0
>
>
> Looking through the APIs to try to determine a table's time type and it seems like there's no mechanism for it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)