You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2017/08/09 18:22:00 UTC

[jira] [Created] (HBASE-18545) Fix broke site build that fails in rsgroups

stack created HBASE-18545:
-----------------------------

             Summary: Fix broke site build that fails in rsgroups
                 Key: HBASE-18545
                 URL: https://issues.apache.org/jira/browse/HBASE-18545
             Project: HBase
          Issue Type: Bug
          Components: site
            Reporter: stack
            Assignee: stack


Site is broke because of a failure finding .proto files (was pointed out on list and in closed proto issue...). Failure looks like this:

{code}
[INFO] --- protobuf-maven-plugin:0.5.0:compile (compile-protoc) @ hbase-rsgroup ---
[INFO] Compiling 2 proto file(s) to /home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase/hbase-rsgroup/target/generated-sources/protobuf/java
[ERROR] PROTOC FAILED: HBase.proto: File not found.
RSGroup.proto: Import "HBase.proto" was not found or had errors.
RSGroup.proto:31:12: "ServerName" is not defined.
RSGroup.proto:32:12: "TableName" is not defined.

[ERROR] /home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase/hbase-rsgroup/src/main/protobuf/RSGroup.proto [0:0]: HBase.proto: File not found.
RSGroup.proto: Import "HBase.proto" was not found or had errors.
RSGroup.proto:31:12: "ServerName" is not defined.
RSGroup.proto:32:12: "TableName" is not defined.

[ERROR] /home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase/hbase-rsgroup/src/main/protobuf/RSGroupAdmin.proto [0:0]: HBase.proto: File not found.
RSGroup.proto: Import "HBase.proto" was not found or had errors.
RSGroup.proto:31:12: "ServerName" is not defined.
RSGroup.proto:32:12: "TableName" is not defined.
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)