You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/03/11 23:21:00 UTC

[jira] [Updated] (HBASE-23930) Shell should attempt to format `timestamp` attributes as ISO-8601

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

Michael Stack updated HBASE-23930:
----------------------------------
    Release Note: 
Change timestamp display to be ISO8601 when toString on Cell and outputting in shell....

User used to see....
    
  column=table:state, timestamp=1583967620343 .....

... but now sees:

  column=table:state, timestamp=2020-03-11T23:00:20.343Z ....

> Shell should attempt to format `timestamp` attributes as ISO-8601
> -----------------------------------------------------------------
>
>                 Key: HBASE-23930
>                 URL: https://issues.apache.org/jira/browse/HBASE-23930
>             Project: HBase
>          Issue Type: Improvement
>          Components: shell, Usability
>            Reporter: Nick Dimiduk
>            Priority: Minor
>
> Most of the time, the {{timestamp: long}} attribute of a cell is a timestamp. The shell should make an attempt to interpret these values as timestamps and print them out as such. Current practice is to copy the value out and pass it through an external tool.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)