Details
-
Sub-task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
the current docs for getting started walk through starting a stand alone cluster that relies on the local filesystem, but they don't account for HBASE-19289 so everything falls over.
Needed configs, probably with more warnings:
<property> <name>hbase.unsafe.stream.capability.enforce</name> <value>false</value> <description> Controls whether HBase will check for stream capabilities (hflush/hsync). Disable this if you intend to run on LocalFileSystem. WARNING: Doing so may expose you to additional risk of data loss! </description> </property>
those "may" need to be changed to "will".
Attachments
Attachments
Issue Links
- relates to
-
HBASE-21735 Port HBASE-18784 (Use of filesystem that requires hflush / hsync / append / etc should query outputstream capabilities) to branch-1
- Closed