HBASE-18884 Coprocessor Design Improvements follow up of HBASE-17732; MINOR AMENDMENT adding README to design-doc dir

This commit is contained in:
Michael Stack 2017-09-28 13:24:40 -07:00
parent a6a303816c
commit ac933f7af2
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
This directory hosts design docs and proposals. Add here final
or near-final writeups so they are easy to find and part of
the code base.
Be warned that final delivery may not be a perfect reflection
of what is captured at design time; implementation bends as
it encounters hurdles not conceptualized at design-time.
The effort at capturing all design in a single directory ratherthan spread
about JIRA as attachments was begun in September of 2017.

View File

@ -33,7 +33,7 @@ import org.apache.yetus.audience.InterfaceStability;
* the above mentioned 4 coprocessors, it'll fail to be loaded by any coprocessor host.
*
* Example:
* Building a coprocessor to observer Master operations.
* Building a coprocessor to observe Master operations.
* <pre>
* class MyMasterCoprocessor implements MasterCoprocessor {
* &#64;Override