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


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.

Reply via email to