Repository: hbase Updated Branches: refs/heads/master 13cf4fb3f -> e3f66364a
HBASE-16069 Typo in item 3 of chapter 87.2 of Reference Guide (li xiang) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e3f66364 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e3f66364 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e3f66364 Branch: refs/heads/master Commit: e3f66364a539e257edd18bb3c23b4a263c1f9b71 Parents: 13cf4fb Author: Jerry He <jerry...@apache.org> Authored: Mon Jun 27 15:40:33 2016 -0700 Committer: Jerry He <jerry...@apache.org> Committed: Mon Jun 27 15:40:33 2016 -0700 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/cp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/e3f66364/src/main/asciidoc/_chapters/cp.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/cp.adoc b/src/main/asciidoc/_chapters/cp.adoc index 6fe90c4..793bb6f 100644 --- a/src/main/asciidoc/_chapters/cp.adoc +++ b/src/main/asciidoc/_chapters/cp.adoc @@ -111,7 +111,7 @@ interface. using HBase Shell. For more details see <<cp_loading,Loading Coprocessors>>. . Call the coprocessor from your client-side code. HBase handles the coprocessor -trapsparently. +transparently. The framework API is provided in the link:https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/coprocessor/package-summary.html[coprocessor]