diff --git a/hbase-protocol-shaded/src/main/protobuf/Admin.proto b/hbase-protocol-shaded/src/main/protobuf/Admin.proto index e3e9c62..2f4fe98 100644 --- a/hbase-protocol-shaded/src/main/protobuf/Admin.proto +++ b/hbase-protocol-shaded/src/main/protobuf/Admin.proto @@ -17,6 +17,7 @@ */ // This file contains protocol buffers that are used for Admin service. +// NOTHING CHANGE package hbase.pb; option java_package = "org.apache.hadoop.hbase.shaded.protobuf.generated"; diff --git a/hbase-spark/src/main/protobuf/SparkFilter.proto b/hbase-spark/src/main/protobuf/SparkFilter.proto index e16c551..f43bf72 100644 --- a/hbase-spark/src/main/protobuf/SparkFilter.proto +++ b/hbase-spark/src/main/protobuf/SparkFilter.proto @@ -18,6 +18,7 @@ // This file contains protocol buffers that are used for Spark filters // over in the hbase-spark module +// Nothing change package hbase.pb; option java_package = "org.apache.hadoop.hbase.spark.protobuf.generated";