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

Keith Turner commented on ACCUMULO-1203:
----------------------------------------

bq. I gave it a go. Was this in line with what you guys were thinking?

When Josh mentioned an extension point, I thought of DefaultFormatter having a 
method like the following. With that method DateStringFormatter could extend 
DefaultFormatter and only override that method.

{code:java}
   protected String formatTimestamp(long ts){
      return ""+ts;
   }
{code}

                
> add option to scan command to display dateString
> ------------------------------------------------
>
>                 Key: ACCUMULO-1203
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1203
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: shell
>            Reporter: Kevin Faro
>            Assignee: Kevin Faro
>            Priority: Minor
>         Attachments: ACCUMULO-1203-2.patch, ACCUMULO-1203.patch
>
>
> When I was trying to debug my SummingArrayCombiner, I figured it would have 
> been helpful to display the dateString vs just the long representation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to