Skip to content

Commit a8207b1

Browse files
committed
WIP fixup removing config blob for standalone-over-hdfs since that section is missing.
1 parent 6462750 commit a8207b1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/main/asciidoc/_chapters/configuration.adoc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -342,20 +342,6 @@ Standalone mode is what is described in the <<quickstart,quickstart>> section.
342342
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.
343343
Zookeeper binds to a well known port so clients may talk to HBase.
344344

345-
[source,xml]
346-
----
347-
<configuration>
348-
<property>
349-
<name>hbase.rootdir</name>
350-
<value>hdfs://namenode.example.org:8020/hbase</value>
351-
</property>
352-
<property>
353-
<name>hbase.cluster.distributed</name>
354-
<value>false</value>
355-
</property>
356-
</configuration>
357-
----
358-
359345
[[distributed]]
360346
=== Distributed
361347

0 commit comments

Comments
 (0)