[
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16429370#comment-16429370
]
Hudson commented on HBASE-20354:
--------------------------------
Results for branch master
[build #286 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/286/]: (x)
*{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/master/286//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/286//JDK8_Nightly_Build_Report_(Hadoop2)/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/286//JDK8_Nightly_Build_Report_(Hadoop3)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
> [DOC] quickstart guide needs to include note about durability checks for
> standalone mode
> ----------------------------------------------------------------------------------------
>
> Key: HBASE-20354
> URL: https://issues.apache.org/jira/browse/HBASE-20354
> Project: HBase
> Issue Type: Sub-task
> Components: documentation, hadoop3
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: HBASE-20354.0.patch, HBASE-20354.1.patch,
> HBASE-20354.2.patch, HBASE-20354.3.patch
>
>
> 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:
> {code}
> <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>
> {code}
> those "may" need to be changed to "will".
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)