-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HBASE-22409 update branch-1 ref guide for Hadoop, Java, and HBase ver…
…sion support (#239) Signed-off-by: Andrew Purtell <[email protected]> Signed-off-by: Peter Somogyi <[email protected]>
- Loading branch information
1 parent
a0258b5
commit 7828d6a
Showing
9 changed files
with
231 additions
and
599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,4 +61,39 @@ Please use link:https://issues.apache.org/jira/browse/hbase[JIRA] to report non- | |
To protect existing HBase installations from new vulnerabilities, please *do not* use JIRA to report security-related bugs. Instead, send your report to the mailing list [email protected], which allows anyone to send messages, but restricts who can read them. Someone on that list will contact you to follow up on your report. | ||
|
||
[hbase_supported_tested_definitions] | ||
.Support and Testing Expectations | ||
|
||
The phrases /supported/, /not supported/, /tested/, and /not tested/ occur several | ||
places throughout this guide. In the interest of clarity, here is a brief explanation | ||
of what is generally meant by these phrases, in the context of HBase. | ||
|
||
NOTE: Commercial technical support for Apache HBase is provided by many Hadoop vendors. | ||
This is not the sense in which the term /support/ is used in the context of the | ||
Apache HBase project. The Apache HBase team assumes no responsibility for your | ||
HBase clusters, your configuration, or your data. | ||
|
||
Supported:: | ||
In the context of Apache HBase, /supported/ means that HBase is designed to work | ||
in the way described, and deviation from the defined behavior or functionality should | ||
be reported as a bug. | ||
|
||
Not Supported:: | ||
In the context of Apache HBase, /not supported/ means that a use case or use pattern | ||
is not expected to work and should be considered an antipattern. If you think this | ||
designation should be reconsidered for a given feature or use pattern, file a JIRA | ||
or start a discussion on one of the mailing lists. | ||
|
||
Tested:: | ||
In the context of Apache HBase, /tested/ means that a feature is covered by unit | ||
or integration tests, and has been proven to work as expected. | ||
|
||
Not Tested:: | ||
In the context of Apache HBase, /not tested/ means that a feature or use pattern | ||
may or may notwork in a given way, and may or may not corrupt your data or cause | ||
operational issues. It is an unknown, and there are no guarantees. If you can provide | ||
proof that a feature designated as /not tested/ does work in a given way, please | ||
submit the tests and/or the metrics so that other users can gain certainty about | ||
such features or use patterns. | ||
|
||
:numbered: |
Oops, something went wrong.