Eric Yang created CHUKWA-792:
--------------------------------
Summary: 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
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)