stack created HBASE-18709:
-----------------------------
Summary: [hbase-thirdparty] Clean out bundled proto files
Key: HBASE-18709
URL: https://issues.apache.org/jira/browse/HBASE-18709
Project: HBase
Issue Type: Bug
Components: hbase-thirdparty
Reporter: stack
>From the 1.0.1 vote thread from [~Apache9]
{code}
There are some proto files which are still under the 'google' directory and
the package in the proto files is not relocated, like this:
option csharp_namespace = "Google.Protobuf.WellKnownTypes";
option go_package = "github.com/golang/protobuf/ptypes/any";
option java_package = "com.google.protobuf"; // <======== here
option java_outer_classname = "AnyProto";
option java_multiple_files = true;
option objc_class_prefix = "GPB";
...
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)