Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E5072200BD8 for ; Wed, 7 Dec 2016 19:18:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E39F4160B2B; Wed, 7 Dec 2016 18:18:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5E755160B0C for ; Wed, 7 Dec 2016 19:18:01 +0100 (CET) Received: (qmail 31866 invoked by uid 500); 7 Dec 2016 18:18:00 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 31756 invoked by uid 99); 7 Dec 2016 18:18:00 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2016 18:18:00 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 360EA2C03E5 for ; Wed, 7 Dec 2016 18:18:00 +0000 (UTC) Date: Wed, 7 Dec 2016 18:18:00 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-17272) Doc how to run Standalone HBase over an HDFS instance; all daemons in one JVM but persisting to an HDFS instance MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 07 Dec 2016 18:18:02 -0000 [ https://issues.apache.org/jira/browse/HBASE-17272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-17272: -------------------------- Attachment: HBASE-17272.master.002.patch > Doc how to run Standalone HBase over an HDFS instance; all daemons in one JVM but persisting to an HDFS instance > ---------------------------------------------------------------------------------------------------------------- > > Key: HBASE-17272 > URL: https://issues.apache.org/jira/browse/HBASE-17272 > Project: HBase > Issue Type: Task > Components: documentation > Reporter: stack > Attachments: 17272.txt, HBASE-17272.master.001.patch, HBASE-17272.master.002.patch > > > It is possible to run hbase in standalone mode -- all daemons in the one JVM (Master+RegionServers+ZooKeeper) -- but persisting to HDFS rather than the usual local filesystem. That this works was news to me. This configuration is wanted for the default deploy of the timeline server v2. The standalone mode hbase shoudl be good enough for light loading. The persistence to HDFS makes it so data can live across the coming and goings of nodes. > This issue is about doc'ing how to setup this config. -- This message was sent by Atlassian JIRA (v6.3.4#6332)