[43/51] [partial] hbase git commit: HBASE-17056 Remove checked in PB generated files

2017-08-02 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/7a6de1bd/hbase-endpoint/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SecureBulkLoadProtos.java
--
diff --git 
a/hbase-endpoint/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SecureBulkLoadProtos.java
 
b/hbase-endpoint/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SecureBulkLoadProtos.java
deleted file mode 100644
index 86c88c6..000
--- 
a/hbase-endpoint/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SecureBulkLoadProtos.java
+++ /dev/null
@@ -1,2088 +0,0 @@
-// Generated by the protocol buffer compiler.  DO NOT EDIT!
-// source: SecureBulkLoad.proto
-
-package org.apache.hadoop.hbase.protobuf.generated;
-
-public final class SecureBulkLoadProtos {
-  private SecureBulkLoadProtos() {}
-  public static void registerAllExtensions(
-  com.google.protobuf.ExtensionRegistry registry) {
-  }
-  public interface SecureBulkLoadHFilesRequestOrBuilder
-  extends com.google.protobuf.MessageOrBuilder {
-
-// repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-
java.util.List
 
-getFamilyPathList();
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPath
 getFamilyPath(int index);
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-int getFamilyPathCount();
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-java.util.List
 
-getFamilyPathOrBuilderList();
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder
 getFamilyPathOrBuilder(
-int index);
-
-// optional bool assign_seq_num = 2;
-/**
- * optional bool assign_seq_num = 2;
- */
-boolean hasAssignSeqNum();
-/**
- * optional bool assign_seq_num = 2;
- */
-boolean getAssignSeqNum();
-
-// required .hbase.pb.DelegationToken fs_token = 3;
-/**
- * required .hbase.pb.DelegationToken fs_token = 3;
- */
-boolean hasFsToken();
-/**
- * required .hbase.pb.DelegationToken fs_token = 3;
- */
-org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationToken 
getFsToken();
-/**
- * required .hbase.pb.DelegationToken fs_token = 3;
- */
-
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationTokenOrBuilder
 getFsTokenOrBuilder();
-
-// required string bulk_token = 4;
-/**
- * required string bulk_token = 4;
- */
-boolean hasBulkToken();
-/**
- * required string bulk_token = 4;
- */
-java.lang.String getBulkToken();
-/**
- * required string bulk_token = 4;
- */
-com.google.protobuf.ByteString
-getBulkTokenBytes();
-  }
-  /**
-   * Protobuf type {@code hbase.pb.SecureBulkLoadHFilesRequest}
-   */
-  public static final class SecureBulkLoadHFilesRequest extends
-  com.google.protobuf.GeneratedMessage
-  implements SecureBulkLoadHFilesRequestOrBuilder {
-// Use SecureBulkLoadHFilesRequest.newBuilder() to construct.
-private 
SecureBulkLoadHFilesRequest(com.google.protobuf.GeneratedMessage.Builder 
builder) {
-  super(builder);
-  this.unknownFields = builder.getUnknownFields();
-}
-private SecureBulkLoadHFilesRequest(boolean noInit) { this.unknownFields = 
com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
-
-private static final SecureBulkLoadHFilesRequest defaultInstance;
-public static SecureBulkLoadHFilesRequest getDefaultInstance() {
-  return defaultInstance;
-}
-
-public SecureBulkLoadHFilesRequest getDefaultInstanceForType() {
-  return defaultInstance;
-}
-
-private final com.google.protobuf.UnknownFieldSet unknownFields;
-@java.lang.Override
-public final com.google.protobuf.UnknownFieldSet
-getUnknownFields() {
-  return this.unknownFields;
-}
-private SecureBulkLoadHFilesRequest(
-com.google.protobuf.CodedInputStream input,
-com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-throws com.google.protobuf.InvalidProtocolBufferException {
-  initFields();
-  int mutable_bitField0_ = 0;
-  com.google.protobuf.UnknownFieldSet.Builder unknownFields =
-  com.google.protobuf.UnknownFieldSet.newBuilder();
-  try {
-boolean done = false;
-while (!done) {
-  int tag = input.readTag();
-  switch (tag) {
-case 0:
-  done = true;
-  break;
-default: {
-  if (!parseUnknownField(input, unknownFields,

[43/51] [partial] hbase git commit: HBASE-17056 Remove checked in PB generated files Selective add of dependency on hbase-thirdparty jars. Update to READMEs on how protobuf is done (and update to refg

2017-07-05 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/1049025e/hbase-endpoint/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SecureBulkLoadProtos.java
--
diff --git 
a/hbase-endpoint/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SecureBulkLoadProtos.java
 
b/hbase-endpoint/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SecureBulkLoadProtos.java
deleted file mode 100644
index 86c88c6..000
--- 
a/hbase-endpoint/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SecureBulkLoadProtos.java
+++ /dev/null
@@ -1,2088 +0,0 @@
-// Generated by the protocol buffer compiler.  DO NOT EDIT!
-// source: SecureBulkLoad.proto
-
-package org.apache.hadoop.hbase.protobuf.generated;
-
-public final class SecureBulkLoadProtos {
-  private SecureBulkLoadProtos() {}
-  public static void registerAllExtensions(
-  com.google.protobuf.ExtensionRegistry registry) {
-  }
-  public interface SecureBulkLoadHFilesRequestOrBuilder
-  extends com.google.protobuf.MessageOrBuilder {
-
-// repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-
java.util.List
 
-getFamilyPathList();
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPath
 getFamilyPath(int index);
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-int getFamilyPathCount();
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-java.util.List
 
-getFamilyPathOrBuilderList();
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder
 getFamilyPathOrBuilder(
-int index);
-
-// optional bool assign_seq_num = 2;
-/**
- * optional bool assign_seq_num = 2;
- */
-boolean hasAssignSeqNum();
-/**
- * optional bool assign_seq_num = 2;
- */
-boolean getAssignSeqNum();
-
-// required .hbase.pb.DelegationToken fs_token = 3;
-/**
- * required .hbase.pb.DelegationToken fs_token = 3;
- */
-boolean hasFsToken();
-/**
- * required .hbase.pb.DelegationToken fs_token = 3;
- */
-org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationToken 
getFsToken();
-/**
- * required .hbase.pb.DelegationToken fs_token = 3;
- */
-
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationTokenOrBuilder
 getFsTokenOrBuilder();
-
-// required string bulk_token = 4;
-/**
- * required string bulk_token = 4;
- */
-boolean hasBulkToken();
-/**
- * required string bulk_token = 4;
- */
-java.lang.String getBulkToken();
-/**
- * required string bulk_token = 4;
- */
-com.google.protobuf.ByteString
-getBulkTokenBytes();
-  }
-  /**
-   * Protobuf type {@code hbase.pb.SecureBulkLoadHFilesRequest}
-   */
-  public static final class SecureBulkLoadHFilesRequest extends
-  com.google.protobuf.GeneratedMessage
-  implements SecureBulkLoadHFilesRequestOrBuilder {
-// Use SecureBulkLoadHFilesRequest.newBuilder() to construct.
-private 
SecureBulkLoadHFilesRequest(com.google.protobuf.GeneratedMessage.Builder 
builder) {
-  super(builder);
-  this.unknownFields = builder.getUnknownFields();
-}
-private SecureBulkLoadHFilesRequest(boolean noInit) { this.unknownFields = 
com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
-
-private static final SecureBulkLoadHFilesRequest defaultInstance;
-public static SecureBulkLoadHFilesRequest getDefaultInstance() {
-  return defaultInstance;
-}
-
-public SecureBulkLoadHFilesRequest getDefaultInstanceForType() {
-  return defaultInstance;
-}
-
-private final com.google.protobuf.UnknownFieldSet unknownFields;
-@java.lang.Override
-public final com.google.protobuf.UnknownFieldSet
-getUnknownFields() {
-  return this.unknownFields;
-}
-private SecureBulkLoadHFilesRequest(
-com.google.protobuf.CodedInputStream input,
-com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-throws com.google.protobuf.InvalidProtocolBufferException {
-  initFields();
-  int mutable_bitField0_ = 0;
-  com.google.protobuf.UnknownFieldSet.Builder unknownFields =
-  com.google.protobuf.UnknownFieldSet.newBuilder();
-  try {
-boolean done = false;
-while (!done) {
-  int tag = input.readTag();
-  switch (tag) {
-case 0:
-  done = true;
-  break;
-default: {
-  if (!parseUnknownField(input, unknownFields,

[43/51] [partial] hbase git commit: HBASE-17056 Remove checked in PB generated files Selective add of dependency on hbase-thirdparty jars. Update to READMEs on how protobuf is done (and update to refg

2017-07-05 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/df93c13f/hbase-endpoint/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SecureBulkLoadProtos.java
--
diff --git 
a/hbase-endpoint/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SecureBulkLoadProtos.java
 
b/hbase-endpoint/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SecureBulkLoadProtos.java
deleted file mode 100644
index 86c88c6..000
--- 
a/hbase-endpoint/src/main/java/org/apache/hadoop/hbase/protobuf/generated/SecureBulkLoadProtos.java
+++ /dev/null
@@ -1,2088 +0,0 @@
-// Generated by the protocol buffer compiler.  DO NOT EDIT!
-// source: SecureBulkLoad.proto
-
-package org.apache.hadoop.hbase.protobuf.generated;
-
-public final class SecureBulkLoadProtos {
-  private SecureBulkLoadProtos() {}
-  public static void registerAllExtensions(
-  com.google.protobuf.ExtensionRegistry registry) {
-  }
-  public interface SecureBulkLoadHFilesRequestOrBuilder
-  extends com.google.protobuf.MessageOrBuilder {
-
-// repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-
java.util.List
 
-getFamilyPathList();
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPath
 getFamilyPath(int index);
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-int getFamilyPathCount();
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-java.util.List
 
-getFamilyPathOrBuilderList();
-/**
- * repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 
1;
- */
-
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder
 getFamilyPathOrBuilder(
-int index);
-
-// optional bool assign_seq_num = 2;
-/**
- * optional bool assign_seq_num = 2;
- */
-boolean hasAssignSeqNum();
-/**
- * optional bool assign_seq_num = 2;
- */
-boolean getAssignSeqNum();
-
-// required .hbase.pb.DelegationToken fs_token = 3;
-/**
- * required .hbase.pb.DelegationToken fs_token = 3;
- */
-boolean hasFsToken();
-/**
- * required .hbase.pb.DelegationToken fs_token = 3;
- */
-org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationToken 
getFsToken();
-/**
- * required .hbase.pb.DelegationToken fs_token = 3;
- */
-
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationTokenOrBuilder
 getFsTokenOrBuilder();
-
-// required string bulk_token = 4;
-/**
- * required string bulk_token = 4;
- */
-boolean hasBulkToken();
-/**
- * required string bulk_token = 4;
- */
-java.lang.String getBulkToken();
-/**
- * required string bulk_token = 4;
- */
-com.google.protobuf.ByteString
-getBulkTokenBytes();
-  }
-  /**
-   * Protobuf type {@code hbase.pb.SecureBulkLoadHFilesRequest}
-   */
-  public static final class SecureBulkLoadHFilesRequest extends
-  com.google.protobuf.GeneratedMessage
-  implements SecureBulkLoadHFilesRequestOrBuilder {
-// Use SecureBulkLoadHFilesRequest.newBuilder() to construct.
-private 
SecureBulkLoadHFilesRequest(com.google.protobuf.GeneratedMessage.Builder 
builder) {
-  super(builder);
-  this.unknownFields = builder.getUnknownFields();
-}
-private SecureBulkLoadHFilesRequest(boolean noInit) { this.unknownFields = 
com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
-
-private static final SecureBulkLoadHFilesRequest defaultInstance;
-public static SecureBulkLoadHFilesRequest getDefaultInstance() {
-  return defaultInstance;
-}
-
-public SecureBulkLoadHFilesRequest getDefaultInstanceForType() {
-  return defaultInstance;
-}
-
-private final com.google.protobuf.UnknownFieldSet unknownFields;
-@java.lang.Override
-public final com.google.protobuf.UnknownFieldSet
-getUnknownFields() {
-  return this.unknownFields;
-}
-private SecureBulkLoadHFilesRequest(
-com.google.protobuf.CodedInputStream input,
-com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-throws com.google.protobuf.InvalidProtocolBufferException {
-  initFields();
-  int mutable_bitField0_ = 0;
-  com.google.protobuf.UnknownFieldSet.Builder unknownFields =
-  com.google.protobuf.UnknownFieldSet.newBuilder();
-  try {
-boolean done = false;
-while (!done) {
-  int tag = input.readTag();
-  switch (tag) {
-case 0:
-  done = true;
-  break;
-default: {
-  if (!parseUnknownField(input, unknownFields,