Xiang Li created HBASE-17947:
--------------------------------
Summary: Path of Examples.proto is wrong in comment of
RowCountEndPoint.java
Key: HBASE-17947
URL: https://issues.apache.org/jira/browse/HBASE-17947
Project: HBase
Issue Type: Bug
Components: Coprocessors
Reporter: Xiang Li
Assignee: Xiang Li
Priority: Trivial
In the comment of RowCountEndpoint.java
{code}
/**
* Sample coprocessor endpoint exposing a Service interface for counting rows
and key values.
*
* <p>
* For the protocol buffer definition of the RowCountService, see the source
file located under
* hbase-server/src/main/protobuf/Examples.proto.
* </p>
*/
{code}
Examples.proto is not in hbase-server/src/main/protobuf/, but in
/Users/water/Documents/workspace/hbase/hbase-examples/src/main/protobuf
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)