Return-Path: Delivered-To: apmail-hive-user-archive@www.apache.org Received: (qmail 92385 invoked from network); 12 Apr 2011 04:23:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Apr 2011 04:23:38 -0000 Received: (qmail 43743 invoked by uid 500); 12 Apr 2011 04:23:38 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 43709 invoked by uid 500); 12 Apr 2011 04:23:36 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 43693 invoked by uid 99); 12 Apr 2011 04:23:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2011 04:23:33 +0000 X-ASF-Spam-Status: No, hits=1.1 required=5.0 tests=NO_RDNS_DOTCOM_HELO,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.145.54.172] (HELO mrout2.yahoo.com) (216.145.54.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2011 04:23:24 +0000 Received: from EGL-EX07CAS03.ds.corp.yahoo.com (egl-ex07cas03.eglbp.corp.yahoo.com [203.83.248.219]) by mrout2.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id p3C4MkJh049765 for ; Mon, 11 Apr 2011 21:22:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=yahoo-inc.com; s=cobra; t=1302582167; bh=mJH3ATDm6VuSYA6OAzzNbY9vfnihIOaDNf6QqgIZkZc=; h=From:To:Date:Subject:Message-ID:References:In-Reply-To: Content-Type:Content-Transfer-Encoding:MIME-Version; b=FEoOVg0fqYb7PG4BB0yDKDpZmT0Fuvw7tzpcWu3rfTJHRLhYjTgRLlZSoALWjcLOI I34P5Qgo8mwoLTbORu8NpWUU2QW9BUZgw0MgrPOQiZ9RrpUt24hNGdIzjVsVm5ovJA 0u3R5w4u5/dPn53S5sunj+xF/0JJSU5RJY3XazOc= Received: from EGL-EX07VS01.ds.corp.yahoo.com ([203.83.248.205]) by EGL-EX07CAS03.ds.corp.yahoo.com ([203.83.248.219]) with mapi; Tue, 12 Apr 2011 09:52:45 +0530 From: Thiruvel Thirumoolan To: "user@hive.apache.org" Date: Tue, 12 Apr 2011 09:52:45 +0530 Subject: Re: How to sync hive tables from one cluster to another cluster. Thread-Topic: How to sync hive tables from one cluster to another cluster. Thread-Index: Acv4yUYcAqqg4kLKS7KUMiU2d6ijFA== Message-ID: <1B6E6E23-21C1-475C-814C-24EC09F731E4@yahoo-inc.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org HIVE-1918 allows you to export/import tables, that should help you. Think i= ts available only in 0.8 On Apr 12, 2011, at 12:07 AM, Ravi . wrote: > Dear Hive users, > I need to sync data between two Hive data warehouse. These two Hive dat= a warehouse have their own independent HDFS and metastore. >=20 > Currently my option is to sync HDFS data and then add partitions in the d= estination HIVE tables, but this is very tedious operation when number of t= ables are high (50 +). >=20 > Is there any better way to sync hive tables? Is their any utility similar= to MySQLdump or importing tool for hive tables from another metastore?=20 >=20 > Any pointers are greatly appreciated. >=20 > Thanks, > Ravi >=20 > =20 >=20