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 AEFF3108E8 for ; Mon, 12 Aug 2013 10:05:05 +0000 (UTC) Received: (qmail 92829 invoked by uid 500); 12 Aug 2013 10:05:01 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 92467 invoked by uid 500); 12 Aug 2013 10:04:58 -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 92456 invoked by uid 99); 12 Aug 2013 10:04:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Aug 2013 10:04:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jilal.oussama@gmail.com designates 74.125.82.47 as permitted sender) Received: from [74.125.82.47] (HELO mail-wg0-f47.google.com) (74.125.82.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Aug 2013 10:04:51 +0000 Received: by mail-wg0-f47.google.com with SMTP id j13so5171822wgh.2 for ; Mon, 12 Aug 2013 03:04:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=/3uLx7n0X35tlMPyABKISMhPAK23AwLZxUVjcLr/Q0Q=; b=EEjrEptW0trJd1jqfvQMtnc7snvkPaG7Z8G5Wk++ot2jYQRFSEMC22YbcErmtU9O5p nUtgLNA330qxCPsfCQx6NxVIqwTvSIqmF8T/JDC18oL1ZmQVRoUD+2HgqjpkHDi9xnxB Vh9AyKF6kmyvMouB4pPHFzgFPdHnPqO88RuuNP5XvuB754w00mTv0wz76DyNyCqQQ+wA +ZVOn6TYqqjLJ+UKZNamyJv+8L59y3fep5XjElSxSiFmFVvLYRZ3K6SSbLFhZVdQ6P8d /5sbAXppNRodoZj0uAMDsRJ1JnC3CXXXWP0A6iGpCD+kttiy1vIb7l6gy6vCvqULebw5 65rA== X-Received: by 10.180.211.206 with SMTP id ne14mr7823351wic.30.1376301870030; Mon, 12 Aug 2013 03:04:30 -0700 (PDT) Received: from [192.168.1.37] ([41.251.66.254]) by mx.google.com with ESMTPSA id a8sm15285916wie.6.2013.08.12.03.04.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 12 Aug 2013 03:04:29 -0700 (PDT) Message-ID: <5208B329.4060301@gmail.com> Date: Mon, 12 Aug 2013 11:04:25 +0100 From: Oussama Jilal User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Apache Hbase Subject: HBase/HDFS Data Nodes Management Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello everyone, I have some questions that I wish to get answers to regarding how HBase and HDFS manages the data nodes. Q1- Can I remove a node from a cluster without loosing data ? Q2- If yes (Q1), does that depend on the replication of data between nodes or I don't need to worry about it even if data is not replicated ? Q3- If no (Q1), is there a way to copy the data manually ? Q4- If yes (Q3), can I copy to another node that contains data or does it have to be a new empty node ? That is all I can think of right now ... any help is very appreciated, thank you.