Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 587DA183BE for ; Wed, 15 Jul 2015 18:21:51 +0000 (UTC) Received: (qmail 12895 invoked by uid 500); 15 Jul 2015 18:21:51 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 12857 invoked by uid 500); 15 Jul 2015 18:21:51 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 12847 invoked by uid 99); 15 Jul 2015 18:21:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2015 18:21:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0E062E091F; Wed, 15 Jul 2015 18:21:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: eclark@apache.org To: commits@hbase.apache.org Date: Wed, 15 Jul 2015 18:21:51 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [01/25] hbase git commit: HBASE-14077 Add package to hbase-protocol protobuf files. Repository: hbase Updated Branches: refs/heads/branch-1 173f343ae -> 9d06fc9f6 http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/AccessControl.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/AccessControl.proto b/hbase-protocol/src/main/protobuf/AccessControl.proto index 505bad7..e67540b 100644 --- a/hbase-protocol/src/main/protobuf/AccessControl.proto +++ b/hbase-protocol/src/main/protobuf/AccessControl.proto @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "AccessControlProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/Admin.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/Admin.proto b/hbase-protocol/src/main/protobuf/Admin.proto index b9bdf6e..f7787f5 100644 --- a/hbase-protocol/src/main/protobuf/Admin.proto +++ b/hbase-protocol/src/main/protobuf/Admin.proto @@ -17,6 +17,7 @@ */ // This file contains protocol buffers that are used for Admin service. +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "AdminProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/Aggregate.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/Aggregate.proto b/hbase-protocol/src/main/protobuf/Aggregate.proto index 01ce9c3..4d32e70 100644 --- a/hbase-protocol/src/main/protobuf/Aggregate.proto +++ b/hbase-protocol/src/main/protobuf/Aggregate.proto @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "AggregateProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/Authentication.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/Authentication.proto b/hbase-protocol/src/main/protobuf/Authentication.proto index f1d03ae..2f64799 100644 --- a/hbase-protocol/src/main/protobuf/Authentication.proto +++ b/hbase-protocol/src/main/protobuf/Authentication.proto @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "AuthenticationProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/Cell.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/Cell.proto b/hbase-protocol/src/main/protobuf/Cell.proto index 98deb2c..2c61035 100644 --- a/hbase-protocol/src/main/protobuf/Cell.proto +++ b/hbase-protocol/src/main/protobuf/Cell.proto @@ -17,6 +17,7 @@ */ // Cell and KeyValue protos +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "CellProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/Client.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/Client.proto b/hbase-protocol/src/main/protobuf/Client.proto index c857c63..3390de7 100644 --- a/hbase-protocol/src/main/protobuf/Client.proto +++ b/hbase-protocol/src/main/protobuf/Client.proto @@ -17,6 +17,7 @@ */ // This file contains protocol buffers that are used for Client service. +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "ClientProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/ClusterId.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/ClusterId.proto b/hbase-protocol/src/main/protobuf/ClusterId.proto index b3116f7..aed8cfc 100644 --- a/hbase-protocol/src/main/protobuf/ClusterId.proto +++ b/hbase-protocol/src/main/protobuf/ClusterId.proto @@ -17,6 +17,7 @@ */ // This file contains protocol buffers that are shared throughout HBase +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "ClusterIdProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/ClusterStatus.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/ClusterStatus.proto b/hbase-protocol/src/main/protobuf/ClusterStatus.proto index 597d553..228be7e 100644 --- a/hbase-protocol/src/main/protobuf/ClusterStatus.proto +++ b/hbase-protocol/src/main/protobuf/ClusterStatus.proto @@ -17,6 +17,7 @@ */ // This file contains protocol buffers that are used for ClustStatus +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "ClusterStatusProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/Comparator.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/Comparator.proto b/hbase-protocol/src/main/protobuf/Comparator.proto index a44ec84..496b68d 100644 --- a/hbase-protocol/src/main/protobuf/Comparator.proto +++ b/hbase-protocol/src/main/protobuf/Comparator.proto @@ -17,6 +17,7 @@ */ // This file contains protocol buffers that are used for filters +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "ComparatorProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/Encryption.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/Encryption.proto b/hbase-protocol/src/main/protobuf/Encryption.proto index 7744047..97ab5b2 100644 --- a/hbase-protocol/src/main/protobuf/Encryption.proto +++ b/hbase-protocol/src/main/protobuf/Encryption.proto @@ -17,6 +17,7 @@ */ // This file contains protocol buffers used for encryption +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "EncryptionProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/ErrorHandling.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/ErrorHandling.proto b/hbase-protocol/src/main/protobuf/ErrorHandling.proto index 1c1488c..be9a743 100644 --- a/hbase-protocol/src/main/protobuf/ErrorHandling.proto +++ b/hbase-protocol/src/main/protobuf/ErrorHandling.proto @@ -17,6 +17,7 @@ */ // This file contains protocol buffers that are used for error handling +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "ErrorHandlingProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/FS.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/FS.proto b/hbase-protocol/src/main/protobuf/FS.proto index ca819e3..9e93120 100644 --- a/hbase-protocol/src/main/protobuf/FS.proto +++ b/hbase-protocol/src/main/protobuf/FS.proto @@ -17,6 +17,7 @@ */ // This file contains protocol buffers that are written into the filesystem +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "FSProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/Filter.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/Filter.proto b/hbase-protocol/src/main/protobuf/Filter.proto index a0bfd54..67d5717 100644 --- a/hbase-protocol/src/main/protobuf/Filter.proto +++ b/hbase-protocol/src/main/protobuf/Filter.proto @@ -17,6 +17,7 @@ */ // This file contains protocol buffers that are used for filters +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "FilterProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/HBase.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/HBase.proto b/hbase-protocol/src/main/protobuf/HBase.proto index f78163e..f33c361 100644 --- a/hbase-protocol/src/main/protobuf/HBase.proto +++ b/hbase-protocol/src/main/protobuf/HBase.proto @@ -17,6 +17,7 @@ */ // This file contains protocol buffers that are shared throughout HBase +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "HBaseProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/HFile.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/HFile.proto b/hbase-protocol/src/main/protobuf/HFile.proto index 84e0e89..5c5e4f3 100644 --- a/hbase-protocol/src/main/protobuf/HFile.proto +++ b/hbase-protocol/src/main/protobuf/HFile.proto @@ -15,6 +15,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +package hbase.pb; + option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "HFileProtos"; option java_generic_services = true; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/LoadBalancer.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/LoadBalancer.proto b/hbase-protocol/src/main/protobuf/LoadBalancer.proto index 431b087..f9c5d0d 100644 --- a/hbase-protocol/src/main/protobuf/LoadBalancer.proto +++ b/hbase-protocol/src/main/protobuf/LoadBalancer.proto @@ -17,6 +17,7 @@ */ // This file contains protocol buffers to represent the state of the load balancer. +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "LoadBalancerProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/MapReduce.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/MapReduce.proto b/hbase-protocol/src/main/protobuf/MapReduce.proto index eeb1b66..f96ffdf 100644 --- a/hbase-protocol/src/main/protobuf/MapReduce.proto +++ b/hbase-protocol/src/main/protobuf/MapReduce.proto @@ -17,6 +17,7 @@ */ //This file includes protocol buffers used in MapReduce only. +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "MapReduceProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/Master.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/Master.proto b/hbase-protocol/src/main/protobuf/Master.proto index 469c0a4..8462a0f 100644 --- a/hbase-protocol/src/main/protobuf/Master.proto +++ b/hbase-protocol/src/main/protobuf/Master.proto @@ -18,6 +18,7 @@ // All to do with the Master. Includes schema management since these // changes are run by the Master process. +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "MasterProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/MasterProcedure.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/MasterProcedure.proto b/hbase-protocol/src/main/protobuf/MasterProcedure.proto index d29ea21..c445434 100644 --- a/hbase-protocol/src/main/protobuf/MasterProcedure.proto +++ b/hbase-protocol/src/main/protobuf/MasterProcedure.proto @@ -15,6 +15,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package hbase.pb; + option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "MasterProcedureProtos"; option java_generic_services = true; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/MultiRowMutation.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/MultiRowMutation.proto b/hbase-protocol/src/main/protobuf/MultiRowMutation.proto index cf1518e..747afac 100644 --- a/hbase-protocol/src/main/protobuf/MultiRowMutation.proto +++ b/hbase-protocol/src/main/protobuf/MultiRowMutation.proto @@ -15,6 +15,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package hbase.pb; + import "Client.proto"; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "MultiRowMutationProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/Procedure.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/Procedure.proto b/hbase-protocol/src/main/protobuf/Procedure.proto index 46ff967..bdcb2f5 100644 --- a/hbase-protocol/src/main/protobuf/Procedure.proto +++ b/hbase-protocol/src/main/protobuf/Procedure.proto @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "ProcedureProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/Quota.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/Quota.proto b/hbase-protocol/src/main/protobuf/Quota.proto index 6ef15fe..a8303b1 100644 --- a/hbase-protocol/src/main/protobuf/Quota.proto +++ b/hbase-protocol/src/main/protobuf/Quota.proto @@ -15,6 +15,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +package hbase.pb; + option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "QuotaProtos"; option java_generic_services = true; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/RPC.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/RPC.proto b/hbase-protocol/src/main/protobuf/RPC.proto index a5d60d8..5645c06 100644 --- a/hbase-protocol/src/main/protobuf/RPC.proto +++ b/hbase-protocol/src/main/protobuf/RPC.proto @@ -15,6 +15,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package hbase.pb; + import "Tracing.proto"; import "HBase.proto"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/RegionServerStatus.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/RegionServerStatus.proto b/hbase-protocol/src/main/protobuf/RegionServerStatus.proto index 33de501..fda9de2 100644 --- a/hbase-protocol/src/main/protobuf/RegionServerStatus.proto +++ b/hbase-protocol/src/main/protobuf/RegionServerStatus.proto @@ -17,6 +17,7 @@ */ // This file contains protocol buffers that are used for RegionServerStatusProtocol. +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "RegionServerStatusProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/RowProcessor.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/RowProcessor.proto b/hbase-protocol/src/main/protobuf/RowProcessor.proto index cf665c6..cf2f30f 100644 --- a/hbase-protocol/src/main/protobuf/RowProcessor.proto +++ b/hbase-protocol/src/main/protobuf/RowProcessor.proto @@ -20,6 +20,8 @@ * See BaseRowProcessorEndpoint for the implementation. * See HRegion#processRowsWithLocks() for details. */ +package hbase.pb; + option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "RowProcessorProtos"; option java_generic_services = true; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/SecureBulkLoad.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/SecureBulkLoad.proto b/hbase-protocol/src/main/protobuf/SecureBulkLoad.proto index f499a52..814735b 100644 --- a/hbase-protocol/src/main/protobuf/SecureBulkLoad.proto +++ b/hbase-protocol/src/main/protobuf/SecureBulkLoad.proto @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "SecureBulkLoadProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/Snapshot.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/Snapshot.proto b/hbase-protocol/src/main/protobuf/Snapshot.proto index 34cb919..ae1a1e6 100644 --- a/hbase-protocol/src/main/protobuf/Snapshot.proto +++ b/hbase-protocol/src/main/protobuf/Snapshot.proto @@ -15,6 +15,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package hbase.pb; + option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "SnapshotProtos"; option java_generic_services = true; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/Tracing.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/Tracing.proto b/hbase-protocol/src/main/protobuf/Tracing.proto index 5ab350b..5a64cfc 100644 --- a/hbase-protocol/src/main/protobuf/Tracing.proto +++ b/hbase-protocol/src/main/protobuf/Tracing.proto @@ -15,6 +15,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package hbase.pb; + option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "TracingProtos"; option java_generate_equals_and_hash = true; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/VisibilityLabels.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/VisibilityLabels.proto b/hbase-protocol/src/main/protobuf/VisibilityLabels.proto index febc013..d2dc44d 100644 --- a/hbase-protocol/src/main/protobuf/VisibilityLabels.proto +++ b/hbase-protocol/src/main/protobuf/VisibilityLabels.proto @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "VisibilityLabelsProtos"; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/WAL.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/WAL.proto b/hbase-protocol/src/main/protobuf/WAL.proto index 9853e36..cb9bd8f 100644 --- a/hbase-protocol/src/main/protobuf/WAL.proto +++ b/hbase-protocol/src/main/protobuf/WAL.proto @@ -15,6 +15,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package hbase.pb; + option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "WALProtos"; option java_generic_services = false; http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/protobuf/ZooKeeper.proto ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/protobuf/ZooKeeper.proto b/hbase-protocol/src/main/protobuf/ZooKeeper.proto index 999724a..56f39ad 100644 --- a/hbase-protocol/src/main/protobuf/ZooKeeper.proto +++ b/hbase-protocol/src/main/protobuf/ZooKeeper.proto @@ -18,6 +18,7 @@ // ZNode data in hbase are serialized protobufs with a four byte // 'magic' 'PBUF' prefix. +package hbase.pb; option java_package = "org.apache.hadoop.hbase.protobuf.generated"; option java_outer_classname = "ZooKeeperProtos";