[
https://issues.apache.org/jira/browse/CHUKWA-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Yang updated CHUKWA-792:
-----------------------------
Fix Version/s: 0.8.0
> Implement Chukwa Spark HBase Load and store function
> ----------------------------------------------------
>
> Key: CHUKWA-792
> URL: https://issues.apache.org/jira/browse/CHUKWA-792
> Project: Chukwa
> Issue Type: New Feature
> Components: Data Processors
> Reporter: Eric Yang
> Fix For: 0.8.0
>
>
> For developer to use Chukwa framework for data processing, it would be nice
> to have Chukwa HBase Load/Save function to enable user to work with Chukwa
> HBase tables in Spark.
> The proposed function have the following parameters:
> {code}
> def chukwaHBaseLoad(timeRange:Array[Long], metrics:Array[String],
> source:Array[String], tags:Array[String])
> def chukwaHBaseSave(metrics: (String, Double, Long, String))
> {code}
> The tuple defines:
> Metrics name: String
> Metrics value: Double
> Timestamp: Long
> Tags: String
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)