Skip to content

Commit

Permalink
WIP fixup removing config blob for standalone-over-hdfs since that se…
Browse files Browse the repository at this point in the history
…ction is missing.
  • Loading branch information
busbey committed May 16, 2019
1 parent 6462750 commit a8207b1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/main/asciidoc/_chapters/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -342,20 +342,6 @@ Standalone mode is what is described in the <<quickstart,quickstart>> 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]
----
<configuration>
<property>
<name>hbase.rootdir</name>
<value>hdfs://namenode.example.org:8020/hbase</value>
</property>
<property>
<name>hbase.cluster.distributed</name>
<value>false</value>
</property>
</configuration>
----

[[distributed]]
=== Distributed

Expand Down

0 comments on commit a8207b1

Please sign in to comment.