Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-13428 [DOC] Migration to hbase-2.0.0
  3. HBASE-20354

[DOC] quickstart guide needs to include note about durability checks for standalone mode

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 2.0.0
    • documentation, hadoop3
    • 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

        1. HBASE-20354.0.patch
          12 kB
          Sean Busbey
        2. HBASE-20354.1.patch
          12 kB
          Sean Busbey
        3. HBASE-20354.2.patch
          12 kB
          Sean Busbey
        4. HBASE-20354.3.patch
          12 kB
          Sean Busbey

        Issue Links

          Activity

            People

              busbey Sean Busbey
              busbey Sean Busbey
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: