[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-06 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> [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}
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-06 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

Status: Patch Available  (was: In Progress)

-3
  - reworked the warning in the standalone example config to make clear that 
we're disabling the check and not the sync itself.

> [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}
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-06 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

Attachment: HBASE-20354.3.patch

> [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}
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-05 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

Status: In Progress  (was: Patch Available)

> [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
>
>
> 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}
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-05 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

Release Note:   (was: -2
  - replace tabs with spaces in example stacktrace)

> [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
>
>
> 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}
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-05 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

Attachment: HBASE-20354.2.patch

> [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
>
>
> 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}
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-05 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

Release Note: 
-2
  - replace tabs with spaces in example stacktrace
  Status: Patch Available  (was: In Progress)

> [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
>
>
> 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}
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-05 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

Status: In Progress  (was: Patch Available)

good catch on the tabs, qabot.

> [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
>
>
> 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}
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-05 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

Status: Patch Available  (was: In Progress)

-1
  - make sure to mention when running on HDFS that we should start checking 
capabilities again
  - fix linking from troubleshooting to the quickstart area.

> [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
>
>
> 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}
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-05 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

Attachment: HBASE-20354.1.patch

> [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
>
>
> 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}
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-05 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

Status: In Progress  (was: Patch Available)

messed up a link. v1 shortly

> [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
>
>
> 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}
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-05 Thread Mike Drob (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Drob updated HBASE-20354:
--
Component/s: hadoop3

> [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
>
>
> 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}
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-05 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

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:
{code}
  
hbase.unsafe.stream.capability.enforce
false

  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!

  
{code}

those "may" need to be changed to "will".

  was:
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}
 
hbase.procedure.store.wal.use.hsync
false

  Controls whether HBase will call hsync for durability promises on the 
procedure wal.
  Disable this if you intend to run on LocalFileSystem.
  WARNING: Doing so may expose you to additional risk of data loss!

  
  
hbase.unsafe.stream.capability.enforce
false

  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!

  
{code}

those "may" need to be changed to "will".


> [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
>Reporter: Sean Busbey
>Assignee: Sean Busbey
>Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: HBASE-20354.0.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}
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-05 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

Attachment: HBASE-20354.0.patch

> [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
>Reporter: Sean Busbey
>Assignee: Sean Busbey
>Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: HBASE-20354.0.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}
>  
> hbase.procedure.store.wal.use.hsync
> false
> 
>   Controls whether HBase will call hsync for durability promises on the 
> procedure wal.
>   Disable this if you intend to run on LocalFileSystem.
>   WARNING: Doing so may expose you to additional risk of data loss!
> 
>   
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20354) [DOC] quickstart guide needs to include note about durability checks for standalone mode

2018-04-05 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-20354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-20354:

Status: Patch Available  (was: In Progress)

-0
  - quickstart addition
  - troubleshooting addition
  - fixed some examples that use a backtick instead of a single quote.

> [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
>Reporter: Sean Busbey
>Assignee: Sean Busbey
>Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: HBASE-20354.0.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}
>  
> hbase.procedure.store.wal.use.hsync
> false
> 
>   Controls whether HBase will call hsync for durability promises on the 
> procedure wal.
>   Disable this if you intend to run on LocalFileSystem.
>   WARNING: Doing so may expose you to additional risk of data loss!
> 
>   
>   
> hbase.unsafe.stream.capability.enforce
> false
> 
>   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!
> 
>   
> {code}
> those "may" need to be changed to "will".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)