Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 51FE076AA for ; Wed, 12 Oct 2011 09:35:13 +0000 (UTC) Received: (qmail 82286 invoked by uid 500); 12 Oct 2011 09:35:10 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 82029 invoked by uid 500); 12 Oct 2011 09:35:08 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 82012 invoked by uid 99); 12 Oct 2011 09:35:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 09:35:08 +0000 X-ASF-Spam-Status: No, hits=1.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mp2893@gmail.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-iy0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 09:35:00 +0000 Received: by iakh37 with SMTP id h37so849623iak.35 for ; Wed, 12 Oct 2011 02:34:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=iJom/Z06mYHZeLgip89OokbAqXTxXc/xBNY4mDnwOt4=; b=kCy469fzRbxD0rCsehxfRi/YOLFcuVgPcAI3i+GK5rqVEm80E+19k0rWmlvESGH3Se MzVHnHCBKM/J50kMvtjrypBK/3HfNT2EmYWCoi99s7GaXHunG1RILfITuFv+VGjg69D9 SxLACKcUYp0lwP53v6x+CO5VVL/ole055aXvU= MIME-Version: 1.0 Received: by 10.231.67.5 with SMTP id p5mr8837062ibi.14.1318412079607; Wed, 12 Oct 2011 02:34:39 -0700 (PDT) Received: by 10.231.12.72 with HTTP; Wed, 12 Oct 2011 02:34:39 -0700 (PDT) Date: Wed, 12 Oct 2011 18:34:39 +0900 Message-ID: Subject: Does Hbase automatically restore data when regionservers fail? From: edward choi To: common-user@hadoop.apache.org, user@hbase.apache.org Content-Type: multipart/alternative; boundary=0015175dd79aac2de304af16bb2b X-Virus-Checked: Checked by ClamAV on apache.org --0015175dd79aac2de304af16bb2b Content-Type: text/plain; charset=ISO-8859-1 Hi, I am using CDH3U0 Hadoop and Hbase. I know that HDFS automatically replicates data to multiple data nodes so that when a couple of data nodes fail, the user won't lose any data. I am currently using replication factor of 3. Now in Hbase, I know there is some experimental replication service, but I am not using it. I thought that since HDFS already does replication, Hbase wouldn't need additional replication. Am I right on this? So my question would be: Given that I am using HDFS replication and not using Hbase replication, if a couple of regionservers fail, am I still able to access all the data I have stored before? I would appreciate any help. Thanks. Ed --0015175dd79aac2de304af16bb2b--