Repository: hadoop Updated Branches: refs/heads/branch-2.8 610c718a4 -> b745237e1
HADOOP-14314. The OpenSolaris taxonomy link is dead in InterfaceClassification.md. Contributed by Rui Gao. (cherry picked from commit bed8cb6979e0460141ed77e3b15d4f18db098a8e) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b745237e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b745237e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b745237e Branch: refs/heads/branch-2.8 Commit: b745237e1b308c8462bac1674d14895a6d97a452 Parents: 610c718 Author: Takanobu Asanuma <[email protected]> Authored: Thu Aug 23 21:54:38 2018 +0900 Committer: Takanobu Asanuma <[email protected]> Committed: Thu Aug 23 21:57:14 2018 +0900 ---------------------------------------------------------------------- .../src/site/markdown/InterfaceClassification.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/b745237e/hadoop-common-project/hadoop-common/src/site/markdown/InterfaceClassification.md ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/InterfaceClassification.md b/hadoop-common-project/hadoop-common/src/site/markdown/InterfaceClassification.md index c7309ab..0a6987c 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/InterfaceClassification.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/InterfaceClassification.md @@ -35,10 +35,9 @@ Interface Classification ------------------------ Hadoop adopts the following interface classification, -this classification was derived from the -[OpenSolaris taxonomy](http://www.opensolaris.org/os/community/arc/policies/interface-taxonomy/#Advice) -and, to some extent, from taxonomy used inside Yahoo. -Interfaces have two main attributes: Audience and Stability +this classification was derived from the OpenSolaris taxonomy and, to some extent, +from taxonomy used inside Yahoo. +Interfaces have two main attributes: Audience and Stability. ### Audience --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
