You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Ari Rabkin (JIRA)" <ji...@apache.org> on 2010/04/24 02:02:50 UTC

[jira] Commented: (CHUKWA-472) TsProcessor: make date format configurable

    [ https://issues.apache.org/jira/browse/CHUKWA-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860430#action_12860430 ] 

Ari Rabkin commented on CHUKWA-472:
-----------------------------------

+1 will commit this weekend barring objection.

> TsProcessor: make date format configurable
> ------------------------------------------
>
>                 Key: CHUKWA-472
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-472
>             Project: Hadoop Chukwa
>          Issue Type: Improvement
>            Reporter: Bill Graham
>            Assignee: Bill Graham
>         Attachments: CHUKWA-472.1.patch, CHUKWA-472.2.patch
>
>
> The TsProcessor's default date format and it's date format for a given data type should both be configurable.
> - To set time format for a given data type:
> {noformat}
> <property>
>  <name>TsProcessor.time.format.some_data_type</name>
>  <value>yyyy-MM-dd HH:mm:ss,SSS</value>
> </property>
> {noformat}
> - To set the default time format:
> {noformat}
> <property>
>  <name>TsProcessor.default.time.format</name>
>  <value>yyyy-MM-dd HH:mm:ss,SSS</value>
> </property>
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.