From a8207b1729dfb47279eac85a2bd9368c6a95700d Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Mon, 13 May 2019 23:40:18 -0500 Subject: [PATCH] WIP fixup removing config blob for standalone-over-hdfs since that section is missing. --- src/main/asciidoc/_chapters/configuration.adoc | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc index 75e3e5abf0da..e2013bd43760 100644 --- a/src/main/asciidoc/_chapters/configuration.adoc +++ b/src/main/asciidoc/_chapters/configuration.adoc @@ -342,20 +342,6 @@ Standalone mode is what is described in the <> section. In standalone mode, HBase does not use HDFS -- it uses the local filesystem instead -- and it runs all HBase daemons and a local ZooKeeper all up in the same JVM. Zookeeper binds to a well known port so clients may talk to HBase. -[source,xml] ----- - - - hbase.rootdir - hdfs://namenode.example.org:8020/hbase - - - hbase.cluster.distributed - false - - ----- - [[distributed]] === Distributed