Return-Path: X-Original-To: apmail-chukwa-dev-archive@www.apache.org Delivered-To: apmail-chukwa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E0CF186AC for ; Sat, 5 Dec 2015 17:37:11 +0000 (UTC) Received: (qmail 24948 invoked by uid 500); 5 Dec 2015 17:37:11 -0000 Delivered-To: apmail-chukwa-dev-archive@chukwa.apache.org Received: (qmail 24899 invoked by uid 500); 5 Dec 2015 17:37:11 -0000 Mailing-List: contact dev-help@chukwa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chukwa.apache.org Delivered-To: mailing list dev@chukwa.apache.org Received: (qmail 24888 invoked by uid 99); 5 Dec 2015 17:37:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2015 17:37:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E2F292C033A for ; Sat, 5 Dec 2015 17:37:10 +0000 (UTC) Date: Sat, 5 Dec 2015 17:37:10 +0000 (UTC) From: "Eric Yang (JIRA)" To: dev@chukwa.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CHUKWA-792) Implement Chukwa Spark HBase Load and store function MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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)