You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Karan Singhal (JIRA)" <ji...@apache.org> on 2015/12/23 17:31:46 UTC

[jira] [Comment Edited] (PHOENIX-2529) Fixing date generation pattern in Phoenix-Pherf

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

Karan Singhal edited comment on PHOENIX-2529 at 12/23/15 4:31 PM:
------------------------------------------------------------------

Fixed data generation pattern to generate date in standard format with UTC as default time zone using Joda Date format.


was (Author: karan.singhal):
Fixed data generation pattern to generate date in standart format with UTC as default time zone using Joda Date format.

> Fixing date generation pattern in Phoenix-Pherf
> -----------------------------------------------
>
>                 Key: PHOENIX-2529
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2529
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.6.0
>            Reporter: Karan Singhal
>            Assignee: Karan Singhal
>              Labels: patch, performance
>             Fix For: 4.6.0, 4.7.0
>
>
> pherf is generating date in two different patterns using two different API's , SimpleDateformat( pattern -> yyyy-MM-dd HH:mm:ss.SSS z with time zone ) and Joda Date format (pattern -> yyyy-MM-dd HH:mm:ss.SSS without time zone). We need to follow one pattern which have time zone in it using Joda Date Format.



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