Skip to content

Commit 1095505

Browse files
committed
adapt comments
1 parent 61ad292 commit 1095505

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/config-spec/properties.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,11 @@ properties:
216216
value: "/hbase"
217217
roles:
218218
- name: "master"
219-
required: true # TODO: this could be false?
220-
- name: "regionserver"
221219
required: true
220+
- name: "regionserver"
221+
required: true # this can be false (only required for master) - kept for compatibility (avoid restarts)
222222
- name: "restserver"
223-
required: true # TODO: this could be false?
223+
required: true # this can be false (only required for master) - kept for compatibility (avoid restarts)
224224
asOfVersion: "0.0.0"
225225
description: "The directory shared by region servers and into which HBase persists. The URL should be 'fully-qualified' to include the filesystem scheme. For example, to specify the HDFS directory '/hbase' where the HDFS instance's namenode is running at namenode.example.org on port 9000, set this value to: hdfs://namenode.example.org:9000/hbase. By default, we write to whatever ${hbase.tmp.dir} is set too -- usually /tmp -- so change this configuration or else all data will be lost on machine restart."
226226

0 commit comments

Comments
 (0)