You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2020/03/11 23:30:00 UTC

[jira] [Created] (HBASE-23971) protoc warns: "no protobuf syntax specified"

Nick Dimiduk created HBASE-23971:
------------------------------------

             Summary: protoc warns: "no protobuf syntax specified"
                 Key: HBASE-23971
                 URL: https://issues.apache.org/jira/browse/HBASE-23971
             Project: HBase
          Issue Type: Task
          Components: Protobufs
            Reporter: Nick Dimiduk


This comes up in a couple places.

{noformat}
[INFO] --- protobuf-maven-plugin:0.6.1:compile (compile-protoc) @ hbase-protocol-shaded ---
[INFO] Compiling 37 proto file(s) to /Users/ndimiduk/repos/apache/hbase/hbase-protocol-shaded/target/generated-sources/protobuf/java
[WARNING] PROTOC: [libprotobuf WARNING google/protobuf/compiler/parser.cc:546] No syntax specified for the proto file: RSGroupAdmin.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[libprotobuf WARNING google/protobuf/compiler/parser.cc:546] No syntax specified for the proto file: RSGroup.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)