http://git-wip-us.apache.org/repos/asf/hbase/blob/9d06fc9f/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.java
----------------------------------------------------------------------
diff --git 
a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.java
 
b/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.java
index 603aef2..04ca39e 100644
--- 
a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.java
+++ 
b/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.java
@@ -9,7 +9,7 @@ public final class HBaseProtos {
       com.google.protobuf.ExtensionRegistry registry) {
   }
   /**
-   * Protobuf enum {@code CompareType}
+   * Protobuf enum {@code hbase.pb.CompareType}
    *
    * <pre>
    * Comparison operators 
@@ -136,11 +136,11 @@ public final class HBaseProtos {
       this.value = value;
     }
 
-    // @@protoc_insertion_point(enum_scope:CompareType)
+    // @@protoc_insertion_point(enum_scope:hbase.pb.CompareType)
   }
 
   /**
-   * Protobuf enum {@code TimeUnit}
+   * Protobuf enum {@code hbase.pb.TimeUnit}
    */
   public enum TimeUnit
       implements com.google.protobuf.ProtocolMessageEnum {
@@ -263,7 +263,7 @@ public final class HBaseProtos {
       this.value = value;
     }
 
-    // @@protoc_insertion_point(enum_scope:TimeUnit)
+    // @@protoc_insertion_point(enum_scope:hbase.pb.TimeUnit)
   }
 
   public interface TableNameOrBuilder
@@ -290,7 +290,7 @@ public final class HBaseProtos {
     com.google.protobuf.ByteString getQualifier();
   }
   /**
-   * Protobuf type {@code TableName}
+   * Protobuf type {@code hbase.pb.TableName}
    *
    * <pre>
    **
@@ -369,12 +369,12 @@ public final class HBaseProtos {
     }
     public static final com.google.protobuf.Descriptors.Descriptor
         getDescriptor() {
-      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableName_descriptor;
+      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableName_descriptor;
     }
 
     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableName_fieldAccessorTable
+      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableName_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
               
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.class, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder.class);
     }
@@ -600,7 +600,7 @@ public final class HBaseProtos {
       return builder;
     }
     /**
-     * Protobuf type {@code TableName}
+     * Protobuf type {@code hbase.pb.TableName}
      *
      * <pre>
      **
@@ -612,12 +612,12 @@ public final class HBaseProtos {
        implements 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder {
       public static final com.google.protobuf.Descriptors.Descriptor
           getDescriptor() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableName_descriptor;
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableName_descriptor;
       }
 
       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableName_fieldAccessorTable
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableName_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
                 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.class, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder.class);
       }
@@ -655,7 +655,7 @@ public final class HBaseProtos {
 
       public com.google.protobuf.Descriptors.Descriptor
           getDescriptorForType() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableName_descriptor;
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableName_descriptor;
       }
 
       public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
getDefaultInstanceForType() {
@@ -811,7 +811,7 @@ public final class HBaseProtos {
         return this;
       }
 
-      // @@protoc_insertion_point(builder_scope:TableName)
+      // @@protoc_insertion_point(builder_scope:hbase.pb.TableName)
     }
 
     static {
@@ -819,103 +819,103 @@ public final class HBaseProtos {
       defaultInstance.initFields();
     }
 
-    // @@protoc_insertion_point(class_scope:TableName)
+    // @@protoc_insertion_point(class_scope:hbase.pb.TableName)
   }
 
   public interface TableSchemaOrBuilder
       extends com.google.protobuf.MessageOrBuilder {
 
-    // optional .TableName table_name = 1;
+    // optional .hbase.pb.TableName table_name = 1;
     /**
-     * <code>optional .TableName table_name = 1;</code>
+     * <code>optional .hbase.pb.TableName table_name = 1;</code>
      */
     boolean hasTableName();
     /**
-     * <code>optional .TableName table_name = 1;</code>
+     * <code>optional .hbase.pb.TableName table_name = 1;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
getTableName();
     /**
-     * <code>optional .TableName table_name = 1;</code>
+     * <code>optional .hbase.pb.TableName table_name = 1;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder 
getTableNameOrBuilder();
 
-    // repeated .BytesBytesPair attributes = 2;
+    // repeated .hbase.pb.BytesBytesPair attributes = 2;
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair>
 
         getAttributesList();
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair 
getAttributes(int index);
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     int getAttributesCount();
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> 
         getAttributesOrBuilderList();
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder 
getAttributesOrBuilder(
         int index);
 
-    // repeated .ColumnFamilySchema column_families = 3;
+    // repeated .hbase.pb.ColumnFamilySchema column_families = 3;
     /**
-     * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+     * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code>
      */
     
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema>
 
         getColumnFamiliesList();
     /**
-     * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+     * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema 
getColumnFamilies(int index);
     /**
-     * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+     * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code>
      */
     int getColumnFamiliesCount();
     /**
-     * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+     * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code>
      */
     java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder>
 
         getColumnFamiliesOrBuilderList();
     /**
-     * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+     * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code>
      */
     
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder
 getColumnFamiliesOrBuilder(
         int index);
 
-    // repeated .NameStringPair configuration = 4;
+    // repeated .hbase.pb.NameStringPair configuration = 4;
     /**
-     * <code>repeated .NameStringPair configuration = 4;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
      */
     
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair>
 
         getConfigurationList();
     /**
-     * <code>repeated .NameStringPair configuration = 4;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair 
getConfiguration(int index);
     /**
-     * <code>repeated .NameStringPair configuration = 4;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
      */
     int getConfigurationCount();
     /**
-     * <code>repeated .NameStringPair configuration = 4;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
      */
     java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> 
         getConfigurationOrBuilderList();
     /**
-     * <code>repeated .NameStringPair configuration = 4;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
      */
     
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder 
getConfigurationOrBuilder(
         int index);
   }
   /**
-   * Protobuf type {@code TableSchema}
+   * Protobuf type {@code hbase.pb.TableSchema}
    *
    * <pre>
    **
@@ -1031,12 +1031,12 @@ public final class HBaseProtos {
     }
     public static final com.google.protobuf.Descriptors.Descriptor
         getDescriptor() {
-      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableSchema_descriptor;
+      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableSchema_descriptor;
     }
 
     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableSchema_fieldAccessorTable
+      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableSchema_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
               
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.class, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.Builder.class);
     }
@@ -1057,130 +1057,130 @@ public final class HBaseProtos {
     }
 
     private int bitField0_;
-    // optional .TableName table_name = 1;
+    // optional .hbase.pb.TableName table_name = 1;
     public static final int TABLE_NAME_FIELD_NUMBER = 1;
     private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
tableName_;
     /**
-     * <code>optional .TableName table_name = 1;</code>
+     * <code>optional .hbase.pb.TableName table_name = 1;</code>
      */
     public boolean hasTableName() {
       return ((bitField0_ & 0x00000001) == 0x00000001);
     }
     /**
-     * <code>optional .TableName table_name = 1;</code>
+     * <code>optional .hbase.pb.TableName table_name = 1;</code>
      */
     public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
getTableName() {
       return tableName_;
     }
     /**
-     * <code>optional .TableName table_name = 1;</code>
+     * <code>optional .hbase.pb.TableName table_name = 1;</code>
      */
     public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder 
getTableNameOrBuilder() {
       return tableName_;
     }
 
-    // repeated .BytesBytesPair attributes = 2;
+    // repeated .hbase.pb.BytesBytesPair attributes = 2;
     public static final int ATTRIBUTES_FIELD_NUMBER = 2;
     private 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair>
 attributes_;
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair>
 getAttributesList() {
       return attributes_;
     }
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     public java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> 
         getAttributesOrBuilderList() {
       return attributes_;
     }
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     public int getAttributesCount() {
       return attributes_.size();
     }
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair 
getAttributes(int index) {
       return attributes_.get(index);
     }
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder 
getAttributesOrBuilder(
         int index) {
       return attributes_.get(index);
     }
 
-    // repeated .ColumnFamilySchema column_families = 3;
+    // repeated .hbase.pb.ColumnFamilySchema column_families = 3;
     public static final int COLUMN_FAMILIES_FIELD_NUMBER = 3;
     private 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema>
 columnFamilies_;
     /**
-     * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+     * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code>
      */
     public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema>
 getColumnFamiliesList() {
       return columnFamilies_;
     }
     /**
-     * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+     * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code>
      */
     public java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder>
 
         getColumnFamiliesOrBuilderList() {
       return columnFamilies_;
     }
     /**
-     * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+     * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code>
      */
     public int getColumnFamiliesCount() {
       return columnFamilies_.size();
     }
     /**
-     * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+     * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code>
      */
     public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema 
getColumnFamilies(int index) {
       return columnFamilies_.get(index);
     }
     /**
-     * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+     * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code>
      */
     public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder
 getColumnFamiliesOrBuilder(
         int index) {
       return columnFamilies_.get(index);
     }
 
-    // repeated .NameStringPair configuration = 4;
+    // repeated .hbase.pb.NameStringPair configuration = 4;
     public static final int CONFIGURATION_FIELD_NUMBER = 4;
     private 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair>
 configuration_;
     /**
-     * <code>repeated .NameStringPair configuration = 4;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
      */
     public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair>
 getConfigurationList() {
       return configuration_;
     }
     /**
-     * <code>repeated .NameStringPair configuration = 4;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
      */
     public java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> 
         getConfigurationOrBuilderList() {
       return configuration_;
     }
     /**
-     * <code>repeated .NameStringPair configuration = 4;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
      */
     public int getConfigurationCount() {
       return configuration_.size();
     }
     /**
-     * <code>repeated .NameStringPair configuration = 4;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
      */
     public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair 
getConfiguration(int index) {
       return configuration_.get(index);
     }
     /**
-     * <code>repeated .NameStringPair configuration = 4;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
      */
     public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder 
getConfigurationOrBuilder(
         int index) {
@@ -1401,7 +1401,7 @@ public final class HBaseProtos {
       return builder;
     }
     /**
-     * Protobuf type {@code TableSchema}
+     * Protobuf type {@code hbase.pb.TableSchema}
      *
      * <pre>
      **
@@ -1414,12 +1414,12 @@ public final class HBaseProtos {
        implements 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchemaOrBuilder {
       public static final com.google.protobuf.Descriptors.Descriptor
           getDescriptor() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableSchema_descriptor;
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableSchema_descriptor;
       }
 
       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableSchema_fieldAccessorTable
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableSchema_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
                 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.class, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.Builder.class);
       }
@@ -1481,7 +1481,7 @@ public final class HBaseProtos {
 
       public com.google.protobuf.Descriptors.Descriptor
           getDescriptorForType() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableSchema_descriptor;
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableSchema_descriptor;
       }
 
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema 
getDefaultInstanceForType() {
@@ -1683,18 +1683,18 @@ public final class HBaseProtos {
       }
       private int bitField0_;
 
-      // optional .TableName table_name = 1;
+      // optional .hbase.pb.TableName table_name = 1;
       private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
tableName_ = 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.getDefaultInstance();
       private com.google.protobuf.SingleFieldBuilder<
           org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder> 
tableNameBuilder_;
       /**
-       * <code>optional .TableName table_name = 1;</code>
+       * <code>optional .hbase.pb.TableName table_name = 1;</code>
        */
       public boolean hasTableName() {
         return ((bitField0_ & 0x00000001) == 0x00000001);
       }
       /**
-       * <code>optional .TableName table_name = 1;</code>
+       * <code>optional .hbase.pb.TableName table_name = 1;</code>
        */
       public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
getTableName() {
         if (tableNameBuilder_ == null) {
@@ -1704,7 +1704,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>optional .TableName table_name = 1;</code>
+       * <code>optional .hbase.pb.TableName table_name = 1;</code>
        */
       public Builder 
setTableName(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
value) {
         if (tableNameBuilder_ == null) {
@@ -1720,7 +1720,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>optional .TableName table_name = 1;</code>
+       * <code>optional .hbase.pb.TableName table_name = 1;</code>
        */
       public Builder setTableName(
           
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder 
builderForValue) {
@@ -1734,7 +1734,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>optional .TableName table_name = 1;</code>
+       * <code>optional .hbase.pb.TableName table_name = 1;</code>
        */
       public Builder 
mergeTableName(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
value) {
         if (tableNameBuilder_ == null) {
@@ -1753,7 +1753,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>optional .TableName table_name = 1;</code>
+       * <code>optional .hbase.pb.TableName table_name = 1;</code>
        */
       public Builder clearTableName() {
         if (tableNameBuilder_ == null) {
@@ -1766,7 +1766,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>optional .TableName table_name = 1;</code>
+       * <code>optional .hbase.pb.TableName table_name = 1;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder 
getTableNameBuilder() {
         bitField0_ |= 0x00000001;
@@ -1774,7 +1774,7 @@ public final class HBaseProtos {
         return getTableNameFieldBuilder().getBuilder();
       }
       /**
-       * <code>optional .TableName table_name = 1;</code>
+       * <code>optional .hbase.pb.TableName table_name = 1;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder 
getTableNameOrBuilder() {
         if (tableNameBuilder_ != null) {
@@ -1784,7 +1784,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>optional .TableName table_name = 1;</code>
+       * <code>optional .hbase.pb.TableName table_name = 1;</code>
        */
       private com.google.protobuf.SingleFieldBuilder<
           org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder> 
@@ -1800,7 +1800,7 @@ public final class HBaseProtos {
         return tableNameBuilder_;
       }
 
-      // repeated .BytesBytesPair attributes = 2;
+      // repeated .hbase.pb.BytesBytesPair attributes = 2;
       private 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair>
 attributes_ =
         java.util.Collections.emptyList();
       private void ensureAttributesIsMutable() {
@@ -1814,7 +1814,7 @@ public final class HBaseProtos {
           
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> 
attributesBuilder_;
 
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair>
 getAttributesList() {
         if (attributesBuilder_ == null) {
@@ -1824,7 +1824,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public int getAttributesCount() {
         if (attributesBuilder_ == null) {
@@ -1834,7 +1834,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair 
getAttributes(int index) {
         if (attributesBuilder_ == null) {
@@ -1844,7 +1844,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder setAttributes(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) {
@@ -1861,7 +1861,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder setAttributes(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder 
builderForValue) {
@@ -1875,7 +1875,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder 
addAttributes(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair
 value) {
         if (attributesBuilder_ == null) {
@@ -1891,7 +1891,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder addAttributes(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) {
@@ -1908,7 +1908,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder addAttributes(
           
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder 
builderForValue) {
@@ -1922,7 +1922,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder addAttributes(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder 
builderForValue) {
@@ -1936,7 +1936,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder addAllAttributes(
           java.lang.Iterable<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> values) {
@@ -1950,7 +1950,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder clearAttributes() {
         if (attributesBuilder_ == null) {
@@ -1963,7 +1963,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder removeAttributes(int index) {
         if (attributesBuilder_ == null) {
@@ -1976,14 +1976,14 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder 
getAttributesBuilder(
           int index) {
         return getAttributesFieldBuilder().getBuilder(index);
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder 
getAttributesOrBuilder(
           int index) {
@@ -1993,7 +1993,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> 
            getAttributesOrBuilderList() {
@@ -2004,14 +2004,14 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder 
addAttributesBuilder() {
         return getAttributesFieldBuilder().addBuilder(
             
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.getDefaultInstance());
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder 
addAttributesBuilder(
           int index) {
@@ -2019,7 +2019,7 @@ public final class HBaseProtos {
             index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.getDefaultInstance());
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder>
 
            getAttributesBuilderList() {
@@ -2040,7 +2040,7 @@ public final class HBaseProtos {
         return attributesBuilder_;
       }
 
-      // repeated .ColumnFamilySchema column_families = 3;
+      // repeated .hbase.pb.ColumnFamilySchema column_families = 3;
       private 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema>
 columnFamilies_ =
         java.util.Collections.emptyList();
       private void ensureColumnFamiliesIsMutable() {
@@ -2054,7 +2054,7 @@ public final class HBaseProtos {
           
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder,
 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder>
 columnFamiliesBuilder_;
 
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema>
 getColumnFamiliesList() {
         if (columnFamiliesBuilder_ == null) {
@@ -2064,7 +2064,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public int getColumnFamiliesCount() {
         if (columnFamiliesBuilder_ == null) {
@@ -2074,7 +2074,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema 
getColumnFamilies(int index) {
         if (columnFamiliesBuilder_ == null) {
@@ -2084,7 +2084,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public Builder setColumnFamilies(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema 
value) {
@@ -2101,7 +2101,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public Builder setColumnFamilies(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder
 builderForValue) {
@@ -2115,7 +2115,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public Builder 
addColumnFamilies(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema
 value) {
         if (columnFamiliesBuilder_ == null) {
@@ -2131,7 +2131,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public Builder addColumnFamilies(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema 
value) {
@@ -2148,7 +2148,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public Builder addColumnFamilies(
           
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder
 builderForValue) {
@@ -2162,7 +2162,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public Builder addColumnFamilies(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder
 builderForValue) {
@@ -2176,7 +2176,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public Builder addAllColumnFamilies(
           java.lang.Iterable<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema> 
values) {
@@ -2190,7 +2190,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public Builder clearColumnFamilies() {
         if (columnFamiliesBuilder_ == null) {
@@ -2203,7 +2203,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public Builder removeColumnFamilies(int index) {
         if (columnFamiliesBuilder_ == null) {
@@ -2216,14 +2216,14 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder
 getColumnFamiliesBuilder(
           int index) {
         return getColumnFamiliesFieldBuilder().getBuilder(index);
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder
 getColumnFamiliesOrBuilder(
           int index) {
@@ -2233,7 +2233,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder>
 
            getColumnFamiliesOrBuilderList() {
@@ -2244,14 +2244,14 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder
 addColumnFamiliesBuilder() {
         return getColumnFamiliesFieldBuilder().addBuilder(
             
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.getDefaultInstance());
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder
 addColumnFamiliesBuilder(
           int index) {
@@ -2259,7 +2259,7 @@ public final class HBaseProtos {
             index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.getDefaultInstance());
       }
       /**
-       * <code>repeated .ColumnFamilySchema column_families = 3;</code>
+       * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 
3;</code>
        */
       public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder>
 
            getColumnFamiliesBuilderList() {
@@ -2280,7 +2280,7 @@ public final class HBaseProtos {
         return columnFamiliesBuilder_;
       }
 
-      // repeated .NameStringPair configuration = 4;
+      // repeated .hbase.pb.NameStringPair configuration = 4;
       private 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair>
 configuration_ =
         java.util.Collections.emptyList();
       private void ensureConfigurationIsMutable() {
@@ -2294,7 +2294,7 @@ public final class HBaseProtos {
           
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> 
configurationBuilder_;
 
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair>
 getConfigurationList() {
         if (configurationBuilder_ == null) {
@@ -2304,7 +2304,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public int getConfigurationCount() {
         if (configurationBuilder_ == null) {
@@ -2314,7 +2314,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair 
getConfiguration(int index) {
         if (configurationBuilder_ == null) {
@@ -2324,7 +2324,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public Builder setConfiguration(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair value) {
@@ -2341,7 +2341,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public Builder setConfiguration(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder 
builderForValue) {
@@ -2355,7 +2355,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public Builder 
addConfiguration(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair
 value) {
         if (configurationBuilder_ == null) {
@@ -2371,7 +2371,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public Builder addConfiguration(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair value) {
@@ -2388,7 +2388,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public Builder addConfiguration(
           
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder 
builderForValue) {
@@ -2402,7 +2402,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public Builder addConfiguration(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder 
builderForValue) {
@@ -2416,7 +2416,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public Builder addAllConfiguration(
           java.lang.Iterable<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> values) {
@@ -2430,7 +2430,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public Builder clearConfiguration() {
         if (configurationBuilder_ == null) {
@@ -2443,7 +2443,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public Builder removeConfiguration(int index) {
         if (configurationBuilder_ == null) {
@@ -2456,14 +2456,14 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder 
getConfigurationBuilder(
           int index) {
         return getConfigurationFieldBuilder().getBuilder(index);
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder 
getConfigurationOrBuilder(
           int index) {
@@ -2473,7 +2473,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> 
            getConfigurationOrBuilderList() {
@@ -2484,14 +2484,14 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder 
addConfigurationBuilder() {
         return getConfigurationFieldBuilder().addBuilder(
             
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.getDefaultInstance());
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder 
addConfigurationBuilder(
           int index) {
@@ -2499,7 +2499,7 @@ public final class HBaseProtos {
             index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.getDefaultInstance());
       }
       /**
-       * <code>repeated .NameStringPair configuration = 4;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code>
        */
       public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder>
 
            getConfigurationBuilderList() {
@@ -2520,7 +2520,7 @@ public final class HBaseProtos {
         return configurationBuilder_;
       }
 
-      // @@protoc_insertion_point(builder_scope:TableSchema)
+      // @@protoc_insertion_point(builder_scope:hbase.pb.TableSchema)
     }
 
     static {
@@ -2528,7 +2528,7 @@ public final class HBaseProtos {
       defaultInstance.initFields();
     }
 
-    // @@protoc_insertion_point(class_scope:TableSchema)
+    // @@protoc_insertion_point(class_scope:hbase.pb.TableSchema)
   }
 
   public interface ColumnFamilySchemaOrBuilder
@@ -2544,58 +2544,58 @@ public final class HBaseProtos {
      */
     com.google.protobuf.ByteString getName();
 
-    // repeated .BytesBytesPair attributes = 2;
+    // repeated .hbase.pb.BytesBytesPair attributes = 2;
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair>
 
         getAttributesList();
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair 
getAttributes(int index);
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     int getAttributesCount();
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> 
         getAttributesOrBuilderList();
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder 
getAttributesOrBuilder(
         int index);
 
-    // repeated .NameStringPair configuration = 3;
+    // repeated .hbase.pb.NameStringPair configuration = 3;
     /**
-     * <code>repeated .NameStringPair configuration = 3;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
      */
     
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair>
 
         getConfigurationList();
     /**
-     * <code>repeated .NameStringPair configuration = 3;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair 
getConfiguration(int index);
     /**
-     * <code>repeated .NameStringPair configuration = 3;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
      */
     int getConfigurationCount();
     /**
-     * <code>repeated .NameStringPair configuration = 3;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
      */
     java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> 
         getConfigurationOrBuilderList();
     /**
-     * <code>repeated .NameStringPair configuration = 3;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
      */
     
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder 
getConfigurationOrBuilder(
         int index);
   }
   /**
-   * Protobuf type {@code ColumnFamilySchema}
+   * Protobuf type {@code hbase.pb.ColumnFamilySchema}
    *
    * <pre>
    **
@@ -2692,12 +2692,12 @@ public final class HBaseProtos {
     }
     public static final com.google.protobuf.Descriptors.Descriptor
         getDescriptor() {
-      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_ColumnFamilySchema_descriptor;
+      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_ColumnFamilySchema_descriptor;
     }
 
     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_ColumnFamilySchema_fieldAccessorTable
+      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_ColumnFamilySchema_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
               
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.class,
 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder.class);
     }
@@ -2734,72 +2734,72 @@ public final class HBaseProtos {
       return name_;
     }
 
-    // repeated .BytesBytesPair attributes = 2;
+    // repeated .hbase.pb.BytesBytesPair attributes = 2;
     public static final int ATTRIBUTES_FIELD_NUMBER = 2;
     private 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair>
 attributes_;
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair>
 getAttributesList() {
       return attributes_;
     }
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     public java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> 
         getAttributesOrBuilderList() {
       return attributes_;
     }
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     public int getAttributesCount() {
       return attributes_.size();
     }
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair 
getAttributes(int index) {
       return attributes_.get(index);
     }
     /**
-     * <code>repeated .BytesBytesPair attributes = 2;</code>
+     * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
      */
     public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder 
getAttributesOrBuilder(
         int index) {
       return attributes_.get(index);
     }
 
-    // repeated .NameStringPair configuration = 3;
+    // repeated .hbase.pb.NameStringPair configuration = 3;
     public static final int CONFIGURATION_FIELD_NUMBER = 3;
     private 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair>
 configuration_;
     /**
-     * <code>repeated .NameStringPair configuration = 3;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
      */
     public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair>
 getConfigurationList() {
       return configuration_;
     }
     /**
-     * <code>repeated .NameStringPair configuration = 3;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
      */
     public java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> 
         getConfigurationOrBuilderList() {
       return configuration_;
     }
     /**
-     * <code>repeated .NameStringPair configuration = 3;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
      */
     public int getConfigurationCount() {
       return configuration_.size();
     }
     /**
-     * <code>repeated .NameStringPair configuration = 3;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
      */
     public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair 
getConfiguration(int index) {
       return configuration_.get(index);
     }
     /**
-     * <code>repeated .NameStringPair configuration = 3;</code>
+     * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
      */
     public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder 
getConfigurationOrBuilder(
         int index) {
@@ -2998,7 +2998,7 @@ public final class HBaseProtos {
       return builder;
     }
     /**
-     * Protobuf type {@code ColumnFamilySchema}
+     * Protobuf type {@code hbase.pb.ColumnFamilySchema}
      *
      * <pre>
      **
@@ -3011,12 +3011,12 @@ public final class HBaseProtos {
        implements 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder
 {
       public static final com.google.protobuf.Descriptors.Descriptor
           getDescriptor() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_ColumnFamilySchema_descriptor;
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_ColumnFamilySchema_descriptor;
       }
 
       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_ColumnFamilySchema_fieldAccessorTable
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_ColumnFamilySchema_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
                 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.class,
 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder.class);
       }
@@ -3066,7 +3066,7 @@ public final class HBaseProtos {
 
       public com.google.protobuf.Descriptors.Descriptor
           getDescriptorForType() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_ColumnFamilySchema_descriptor;
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_ColumnFamilySchema_descriptor;
       }
 
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema 
getDefaultInstanceForType() {
@@ -3257,7 +3257,7 @@ public final class HBaseProtos {
         return this;
       }
 
-      // repeated .BytesBytesPair attributes = 2;
+      // repeated .hbase.pb.BytesBytesPair attributes = 2;
       private 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair>
 attributes_ =
         java.util.Collections.emptyList();
       private void ensureAttributesIsMutable() {
@@ -3271,7 +3271,7 @@ public final class HBaseProtos {
           
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> 
attributesBuilder_;
 
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair>
 getAttributesList() {
         if (attributesBuilder_ == null) {
@@ -3281,7 +3281,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public int getAttributesCount() {
         if (attributesBuilder_ == null) {
@@ -3291,7 +3291,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair 
getAttributes(int index) {
         if (attributesBuilder_ == null) {
@@ -3301,7 +3301,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder setAttributes(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) {
@@ -3318,7 +3318,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder setAttributes(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder 
builderForValue) {
@@ -3332,7 +3332,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder 
addAttributes(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair
 value) {
         if (attributesBuilder_ == null) {
@@ -3348,7 +3348,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder addAttributes(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) {
@@ -3365,7 +3365,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder addAttributes(
           
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder 
builderForValue) {
@@ -3379,7 +3379,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder addAttributes(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder 
builderForValue) {
@@ -3393,7 +3393,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder addAllAttributes(
           java.lang.Iterable<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> values) {
@@ -3407,7 +3407,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder clearAttributes() {
         if (attributesBuilder_ == null) {
@@ -3420,7 +3420,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public Builder removeAttributes(int index) {
         if (attributesBuilder_ == null) {
@@ -3433,14 +3433,14 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder 
getAttributesBuilder(
           int index) {
         return getAttributesFieldBuilder().getBuilder(index);
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder 
getAttributesOrBuilder(
           int index) {
@@ -3450,7 +3450,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> 
            getAttributesOrBuilderList() {
@@ -3461,14 +3461,14 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder 
addAttributesBuilder() {
         return getAttributesFieldBuilder().addBuilder(
             
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.getDefaultInstance());
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder 
addAttributesBuilder(
           int index) {
@@ -3476,7 +3476,7 @@ public final class HBaseProtos {
             index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.getDefaultInstance());
       }
       /**
-       * <code>repeated .BytesBytesPair attributes = 2;</code>
+       * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code>
        */
       public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder>
 
            getAttributesBuilderList() {
@@ -3497,7 +3497,7 @@ public final class HBaseProtos {
         return attributesBuilder_;
       }
 
-      // repeated .NameStringPair configuration = 3;
+      // repeated .hbase.pb.NameStringPair configuration = 3;
       private 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair>
 configuration_ =
         java.util.Collections.emptyList();
       private void ensureConfigurationIsMutable() {
@@ -3511,7 +3511,7 @@ public final class HBaseProtos {
           
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> 
configurationBuilder_;
 
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair>
 getConfigurationList() {
         if (configurationBuilder_ == null) {
@@ -3521,7 +3521,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public int getConfigurationCount() {
         if (configurationBuilder_ == null) {
@@ -3531,7 +3531,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair 
getConfiguration(int index) {
         if (configurationBuilder_ == null) {
@@ -3541,7 +3541,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public Builder setConfiguration(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair value) {
@@ -3558,7 +3558,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public Builder setConfiguration(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder 
builderForValue) {
@@ -3572,7 +3572,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public Builder 
addConfiguration(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair
 value) {
         if (configurationBuilder_ == null) {
@@ -3588,7 +3588,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public Builder addConfiguration(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair value) {
@@ -3605,7 +3605,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public Builder addConfiguration(
           
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder 
builderForValue) {
@@ -3619,7 +3619,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public Builder addConfiguration(
           int index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder 
builderForValue) {
@@ -3633,7 +3633,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public Builder addAllConfiguration(
           java.lang.Iterable<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> values) {
@@ -3647,7 +3647,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public Builder clearConfiguration() {
         if (configurationBuilder_ == null) {
@@ -3660,7 +3660,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public Builder removeConfiguration(int index) {
         if (configurationBuilder_ == null) {
@@ -3673,14 +3673,14 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder 
getConfigurationBuilder(
           int index) {
         return getConfigurationFieldBuilder().getBuilder(index);
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder 
getConfigurationOrBuilder(
           int index) {
@@ -3690,7 +3690,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> 
            getConfigurationOrBuilderList() {
@@ -3701,14 +3701,14 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder 
addConfigurationBuilder() {
         return getConfigurationFieldBuilder().addBuilder(
             
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.getDefaultInstance());
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder 
addConfigurationBuilder(
           int index) {
@@ -3716,7 +3716,7 @@ public final class HBaseProtos {
             index, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.getDefaultInstance());
       }
       /**
-       * <code>repeated .NameStringPair configuration = 3;</code>
+       * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code>
        */
       public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder>
 
            getConfigurationBuilderList() {
@@ -3737,7 +3737,7 @@ public final class HBaseProtos {
         return configurationBuilder_;
       }
 
-      // @@protoc_insertion_point(builder_scope:ColumnFamilySchema)
+      // @@protoc_insertion_point(builder_scope:hbase.pb.ColumnFamilySchema)
     }
 
     static {
@@ -3745,7 +3745,7 @@ public final class HBaseProtos {
       defaultInstance.initFields();
     }
 
-    // @@protoc_insertion_point(class_scope:ColumnFamilySchema)
+    // @@protoc_insertion_point(class_scope:hbase.pb.ColumnFamilySchema)
   }
 
   public interface RegionInfoOrBuilder
@@ -3761,17 +3761,17 @@ public final class HBaseProtos {
      */
     long getRegionId();
 
-    // required .TableName table_name = 2;
+    // required .hbase.pb.TableName table_name = 2;
     /**
-     * <code>required .TableName table_name = 2;</code>
+     * <code>required .hbase.pb.TableName table_name = 2;</code>
      */
     boolean hasTableName();
     /**
-     * <code>required .TableName table_name = 2;</code>
+     * <code>required .hbase.pb.TableName table_name = 2;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
getTableName();
     /**
-     * <code>required .TableName table_name = 2;</code>
+     * <code>required .hbase.pb.TableName table_name = 2;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder 
getTableNameOrBuilder();
 
@@ -3826,7 +3826,7 @@ public final class HBaseProtos {
     int getReplicaId();
   }
   /**
-   * Protobuf type {@code RegionInfo}
+   * Protobuf type {@code hbase.pb.RegionInfo}
    *
    * <pre>
    **
@@ -3938,12 +3938,12 @@ public final class HBaseProtos {
     }
     public static final com.google.protobuf.Descriptors.Descriptor
         getDescriptor() {
-      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_RegionInfo_descriptor;
+      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_RegionInfo_descriptor;
     }
 
     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_RegionInfo_fieldAccessorTable
+      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_RegionInfo_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
               
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.class, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.Builder.class);
     }
@@ -3980,23 +3980,23 @@ public final class HBaseProtos {
       return regionId_;
     }
 
-    // required .TableName table_name = 2;
+    // required .hbase.pb.TableName table_name = 2;
     public static final int TABLE_NAME_FIELD_NUMBER = 2;
     private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
tableName_;
     /**
-     * <code>required .TableName table_name = 2;</code>
+     * <code>required .hbase.pb.TableName table_name = 2;</code>
      */
     public boolean hasTableName() {
       return ((bitField0_ & 0x00000002) == 0x00000002);
     }
     /**
-     * <code>required .TableName table_name = 2;</code>
+     * <code>required .hbase.pb.TableName table_name = 2;</code>
      */
     public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
getTableName() {
       return tableName_;
     }
     /**
-     * <code>required .TableName table_name = 2;</code>
+     * <code>required .hbase.pb.TableName table_name = 2;</code>
      */
     public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder 
getTableNameOrBuilder() {
       return tableName_;
@@ -4344,7 +4344,7 @@ public final class HBaseProtos {
       return builder;
     }
     /**
-     * Protobuf type {@code RegionInfo}
+     * Protobuf type {@code hbase.pb.RegionInfo}
      *
      * <pre>
      **
@@ -4356,12 +4356,12 @@ public final class HBaseProtos {
        implements 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfoOrBuilder {
       public static final com.google.protobuf.Descriptors.Descriptor
           getDescriptor() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_RegionInfo_descriptor;
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_RegionInfo_descriptor;
       }
 
       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_RegionInfo_fieldAccessorTable
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_RegionInfo_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
                 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.class, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo.Builder.class);
       }
@@ -4414,7 +4414,7 @@ public final class HBaseProtos {
 
       public com.google.protobuf.Descriptors.Descriptor
           getDescriptorForType() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_RegionInfo_descriptor;
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_RegionInfo_descriptor;
       }
 
       public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo 
getDefaultInstanceForType() {
@@ -4574,18 +4574,18 @@ public final class HBaseProtos {
         return this;
       }
 
-      // required .TableName table_name = 2;
+      // required .hbase.pb.TableName table_name = 2;
       private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
tableName_ = 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.getDefaultInstance();
       private com.google.protobuf.SingleFieldBuilder<
           org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder> 
tableNameBuilder_;
       /**
-       * <code>required .TableName table_name = 2;</code>
+       * <code>required .hbase.pb.TableName table_name = 2;</code>
        */
       public boolean hasTableName() {
         return ((bitField0_ & 0x00000002) == 0x00000002);
       }
       /**
-       * <code>required .TableName table_name = 2;</code>
+       * <code>required .hbase.pb.TableName table_name = 2;</code>
        */
       public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
getTableName() {
         if (tableNameBuilder_ == null) {
@@ -4595,7 +4595,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>required .TableName table_name = 2;</code>
+       * <code>required .hbase.pb.TableName table_name = 2;</code>
        */
       public Builder 
setTableName(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
value) {
         if (tableNameBuilder_ == null) {
@@ -4611,7 +4611,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>required .TableName table_name = 2;</code>
+       * <code>required .hbase.pb.TableName table_name = 2;</code>
        */
       public Builder setTableName(
           
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder 
builderForValue) {
@@ -4625,7 +4625,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>required .TableName table_name = 2;</code>
+       * <code>required .hbase.pb.TableName table_name = 2;</code>
        */
       public Builder 
mergeTableName(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName 
value) {
         if (tableNameBuilder_ == null) {
@@ -4644,7 +4644,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>required .TableName table_name = 2;</code>
+       * <code>required .hbase.pb.TableName table_name = 2;</code>
        */
       public Builder clearTableName() {
         if (tableNameBuilder_ == null) {
@@ -4657,7 +4657,7 @@ public final class HBaseProtos {
         return this;
       }
       /**
-       * <code>required .TableName table_name = 2;</code>
+       * <code>required .hbase.pb.TableName table_name = 2;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder 
getTableNameBuilder() {
         bitField0_ |= 0x00000002;
@@ -4665,7 +4665,7 @@ public final class HBaseProtos {
         return getTableNameFieldBuilder().getBuilder();
       }
       /**
-       * <code>required .TableName table_name = 2;</code>
+       * <code>required .hbase.pb.TableName table_name = 2;</code>
        */
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder 
getTableNameOrBuilder() {
         if (tableNameBuilder_ != null) {
@@ -4675,7 +4675,7 @@ public final class HBaseProtos {
         }
       }
       /**
-       * <code>required .TableName table_name = 2;</code>
+       * <code>required .hbase.pb.TableName table_name = 2;</code>
        */
       private com.google.protobuf.SingleFieldBuilder<
           org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder> 
@@ -4862,7 +4862,7 @@ public final class HBaseProtos {
         return this;
       }
 
-      // @@protoc_insertion_point(builder_scope:RegionInfo)
+      // @@protoc_insertion_point(builder_scope:hbase.pb.RegionInfo)
     }
 
     static {
@@ -4870,39 +4870,39 @@ public final class HBaseProtos {
       defaultInstance.initFields();
     }
 
-    // @@protoc_insertion_point(class_scope:RegionInfo)
+    // @@protoc_insertion_point(class_scope:hbase.pb.RegionInfo)
   }
 
   public interface FavoredNodesOrBuilder
       extends com.google.protobuf.MessageOrBuilder {
 
-    // repeated .ServerName favored_node = 1;
+    // repeated .hbase.pb.ServerName favored_node = 1;
     /**
-     * <code>repeated .ServerName favored_node = 1;</code>
+     * <code>repeated .hbase.pb.ServerName favored_node = 1;</code>
      */
     
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName>
 
         getFavoredNodeList();
     /**
-     * <code>repeated .ServerName favored_node = 1;</code>
+     * <code>repeated .hbase.pb.ServerName favored_node = 1;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName 
getFavoredNode(int index);
     /**
-     * <code>repeated .ServerName favored_node = 1;</code>
+     * <code>repeated .hbase.pb.ServerName favored_node = 1;</code>
      */
     int getFavoredNodeCount();
     /**
-     * <code>repeated .ServerName favored_node = 1;</code>
+     * <code>repeated .hbase.pb.ServerName favored_node = 1;</code>
      */
     java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerNameOrBuilder> 
         getFavoredNodeOrBuilderList();
     /**
-     * <code>repeated .ServerName favored_node = 1;</code>
+     * <code>repeated .hbase.pb.ServerName favored_node = 1;</code>
      */
     org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerNameOrBuilder 
getFavoredNodeOrBuilder(
         int index);
   }
   /**
-   * Protobuf type {@code FavoredNodes}
+   * Protobuf type {@code hbase.pb.FavoredNodes}
    *
    * <pre>
    **
@@ -4982,12 +4982,12 @@ public final class HBaseProtos {
     }
     public static final com.google.protobuf.Descriptors.Descriptor
         getDescriptor() {
-      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_FavoredNodes_descriptor;
+      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_FavoredNodes_descriptor;
     }
 
     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_FavoredNodes_fieldAccessorTable
+      return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_FavoredNodes_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
               
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.FavoredNodes.class, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.FavoredNodes.Builder.class);
     }
@@ -5007,36 +5007,36 @@ public final class HBaseProtos {
       return PARSER;
     }
 
-    // repeated .ServerName favored_node = 1;
+    // repeated .hbase.pb.ServerName favored_node = 1;
     public static final int FAVORED_NODE_FIELD_NUMBER = 1;
     private 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName>
 favoredNode_;
     /**
-     * <code>repeated .ServerName favored_node = 1;</code>
+     * <code>repeated .hbase.pb.ServerName favored_node = 1;</code>
      */
     public 
java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName>
 getFavoredNodeList() {
       return favoredNode_;
     }
     /**
-     * <code>repeated .ServerName favored_node = 1;</code>
+     * <code>repeated .hbase.pb.ServerName favored_node = 1;</code>
      */
     public java.util.List<? extends 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerNameOrBuilder> 
         getFavoredNodeOrBuilderList() {
       return favoredNode_;
     }
     /**
-     * <code>repeated .ServerName favored_node = 1;</code>
+     * <code>repeated .hbase.pb.ServerName favored_node = 1;</code>
      */
     public int getFavoredNodeCount() {
       return favoredNode_.size();
     }
     /**
-     * <code>repeated .ServerName favored_node = 1;</code>
+     * <code>repeated .hbase.pb.ServerName favored_node = 1;</code>
      */
     public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName 
getFavoredNode(int index) {
       return favoredNode_.get(index);
     }
     /**
-     * <code>repeated .ServerName favored_node = 1;</code>
+     * <code>repeated .hbase.pb.ServerName favored_node = 1;</code>
      */
     public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerNameOrBuilder 
getFavoredNodeOrBuilder(
         int index) {
@@ -5194,7 +5194,7 @@ public final class HBaseProtos {
       return builder;
     }
     /**
-     * Protobuf type {@code FavoredNodes}
+     * Protobuf type {@code hbase.pb.FavoredNodes}
      *
      * <pre>
      **
@@ -5206,12 +5206,12 @@ public final class HBaseProtos {
        implements 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.FavoredNodesOrBuilder {
       public static final com.google.protobuf.Descriptors.Descriptor
           getDescriptor() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_FavoredNodes_descriptor;
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_FavoredNodes_descriptor;
       }
 
       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_FavoredNodes_fieldAccessorTable
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_FavoredNodes_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
                 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.FavoredNodes.class, 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.FavoredNodes.Builder.class);
       }
@@ -5252,7 +5252,7 @@ public final class HBaseProtos {
 
       public com.google.protobuf.Descriptors.Descriptor
           getDescriptorForType() {
-        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_FavoredNodes_descriptor;
+        return 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_FavoredNodes_descriptor;
       }
 
       public 
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.FavoredNodes 
getDefaultInstanceForType() {
@@ -5353,7 +5353,7 @@ public final class HBaseProtos {
   

<TRUNCATED>

Reply via email to