You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Xiang Li (JIRA)" <ji...@apache.org> on 2017/04/21 11:12:04 UTC

[jira] [Created] (HBASE-17947) Path of Examples.proto is wrong in comment of RowCountEndPoint.java

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)