Return-Path: Delivered-To: apmail-hadoop-chukwa-user-archive@minotaur.apache.org Received: (qmail 63251 invoked from network); 15 Mar 2010 20:50:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Mar 2010 20:50:28 -0000 Received: (qmail 4439 invoked by uid 500); 15 Mar 2010 20:49:40 -0000 Delivered-To: apmail-hadoop-chukwa-user-archive@hadoop.apache.org Received: (qmail 4403 invoked by uid 500); 15 Mar 2010 20:49:40 -0000 Mailing-List: contact chukwa-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-user@hadoop.apache.org Delivered-To: mailing list chukwa-user@hadoop.apache.org Received: (qmail 4395 invoked by uid 99); 15 Mar 2010 20:49:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 20:49:40 +0000 X-ASF-Spam-Status: No, hits=-0.4 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.145.54.173] (HELO mrout3.yahoo.com) (216.145.54.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 20:49:34 +0000 Received: from SNV-EXBH01.ds.corp.yahoo.com (snv-exbh01.ds.corp.yahoo.com [207.126.227.249]) by mrout3.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id o2FKlkvN091365 for ; Mon, 15 Mar 2010 13:47:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=received:user-agent:date:subject:from:to:message-id: thread-topic:thread-index:in-reply-to:mime-version:content-type: content-transfer-encoding:x-originalarrivaltime; b=nXUFGbUhPdHrwa3l7HyAgxx1gdb5IQpNyrxsRECUOsZKMOxvcUSkXanu519yACVN Received: from SNV-EXVS06.ds.corp.yahoo.com ([207.126.227.234]) by SNV-EXBH01.ds.corp.yahoo.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 15 Mar 2010 13:47:46 -0700 Received: from 10.72.111.153 ([10.72.111.153]) by SNV-EXVS06.ds.corp.yahoo.com ([207.126.227.82]) via Exchange Front-End Server snv-webmail.corp.yahoo.com ([207.126.227.60]) with Microsoft Exchange Server HTTP-DAV ; Mon, 15 Mar 2010 20:47:45 +0000 User-Agent: Microsoft-Entourage/12.24.0.100205 Date: Mon, 15 Mar 2010 13:47:43 -0700 Subject: Re: How to set up HDFS -> MySQL from trunk? From: Eric Yang To: Message-ID: Thread-Topic: How to set up HDFS -> MySQL from trunk? Thread-Index: AcrEgMJp7nQSI76kfU68HE+wwOWc1w== In-Reply-To: <4B9E82E5.3060800@mustardgrain.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-OriginalArrivalTime: 15 Mar 2010 20:47:46.0617 (UTC) FILETIME=[C490EA90:01CAC480] Hi Kirk, I am working on a design which removes MySQL from Chukwa. I am making this departure from MySQL because MDL framework was for prototype purpose. It will not scale in production system where Chukwa could be host on large hadoop cluster. HICC will serve data directly from HDFS in the future. Meanwhile, the dbAdmin.sh from Chukwa 0.3 is still compatible with trunk version of Chukwa. You can load ChukwaRecords using org.apache.hadoop.chukwa.dataloader.MetricDataLoader class or mdl.sh from Chukwa 0.3. MetricDataLoader class will be mark as deprecated, and it will not be supported once we make transition to Avro + Tfile. Regards, Eric On 3/15/10 11:56 AM, "Kirk True" wrote: > Hi all, > > I recently switched to trunk as I was experiencing a lot of issues with > 0.3.0. In 0.3.0, there was a dbAdmin.sh script that would run and try to > stick data in MySQL from HDFS. However, that script is gone and when I > run the system as built from trunk, nothing is ever populated in the > database. Where are the instructions for setting up the HDFS -> MySQL > data migration for HICC? > > Thanks, > Kirk