Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5395618BC6 for ; Mon, 27 Jul 2015 07:47:37 +0000 (UTC) Received: (qmail 95501 invoked by uid 500); 27 Jul 2015 07:40:12 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 95435 invoked by uid 500); 27 Jul 2015 07:40:12 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 95423 invoked by uid 99); 27 Jul 2015 07:40:12 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2015 07:40:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 98764190945 for ; Mon, 27 Jul 2015 07:40:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.129 X-Spam-Level: *** X-Spam-Status: No, score=3.129 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id rTvw_ozvWAZ3 for ; Mon, 27 Jul 2015 07:40:10 +0000 (UTC) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 8C51D2D629 for ; Mon, 27 Jul 2015 07:40:09 +0000 (UTC) Received: by lahh5 with SMTP id h5so43608725lah.2 for ; Mon, 27 Jul 2015 00:39:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=hBMo4sHHF2VoO76+0DJ31vYaZjqnQEp/0CGBYnm5lD0=; b=W/MDHQ4DS49n3RujFHXy5NB+9sWL7U6nXBuuv/zRZ2DIV2BESonIZeYDAYMed9+9dd Gz5kZ+WeQb14P0Q0a27yfeKWULB8rgg0c1G1wS9fDerGYtiZkYjxlUq1Pc3T3HF9Zvwn JQMFDxMlAk+j4OIRXN6f4euuec1PF1WUu3bLJ/n2O1PviZxx1BvUzsFeYjJ/dHOM4UEU S2tQQesnf9vDZ2QpqAJl2glF1q5fzCPBysQ8dW1IRAbuCYUdtKtIGN4HG/Zqk3DYa59T d/4JtcTYyp6BU56q+MtMn8+X9dS4zjBZkhUDzk6lZYBjyh8Mus+lpup54IuFWyhjy4rW ZVpg== MIME-Version: 1.0 X-Received: by 10.112.166.106 with SMTP id zf10mr25615152lbb.36.1437982757020; Mon, 27 Jul 2015 00:39:17 -0700 (PDT) Received: by 10.25.129.193 with HTTP; Mon, 27 Jul 2015 00:39:16 -0700 (PDT) Date: Mon, 27 Jul 2015 13:09:16 +0530 Message-ID: Subject: Migration of data from POSTSQL From: Jeetendra Gangele To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=001a11c265866cebd2051bd67343 --001a11c265866cebd2051bd67343 Content-Type: text/plain; charset=UTF-8 I have a production data in PSQL and i want ti migrant the data to Hbase. Also if there are any changes in my PSQL data , I wanted to update the Hbase. Since I am migrating from production, i don't wanted to hit too many request to my server, also this Hbase data should always be sync with PSQL data. Scoop won't work here any other alternatives? --001a11c265866cebd2051bd67343--