http://git-wip-us.apache.org/repos/asf/hive/blob/e862ff80/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h
----------------------------------------------------------------------
diff --git a/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h 
b/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h
index 5f790e5..62a2007 100644
--- a/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h
+++ b/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h
@@ -1,5 +1,5 @@
 /**
- * Autogenerated by Thrift Compiler (0.9.2)
+ * Autogenerated by Thrift Compiler (0.9.3)
  *
  * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
  *  @generated
@@ -8,11 +8,17 @@
 #define ThriftHiveMetastore_H
 
 #include <thrift/TDispatchProcessor.h>
+#include <thrift/async/TConcurrentClientSyncInfo.h>
 #include "hive_metastore_types.h"
 #include "FacebookService.h"
 
 namespace Apache { namespace Hadoop { namespace Hive {
 
+#ifdef _WIN32
+  #pragma warning( push )
+  #pragma warning (disable : 4250 ) //inheriting methods via dominance 
+#endif
+
 class ThriftHiveMetastoreIf : virtual public  
::facebook::fb303::FacebookServiceIf {
  public:
   virtual ~ThriftHiveMetastoreIf() {}
@@ -74,7 +80,6 @@ class ThriftHiveMetastoreIf : virtual public  
::facebook::fb303::FacebookService
   virtual void get_partitions_by_filter(std::vector<Partition> & _return, 
const std::string& db_name, const std::string& tbl_name, const std::string& 
filter, const int16_t max_parts) = 0;
   virtual void get_part_specs_by_filter(std::vector<PartitionSpec> & _return, 
const std::string& db_name, const std::string& tbl_name, const std::string& 
filter, const int32_t max_parts) = 0;
   virtual void get_partitions_by_expr(PartitionsByExprResult& _return, const 
PartitionsByExprRequest& req) = 0;
-  virtual int32_t get_num_partitions_by_filter(const std::string& db_name, 
const std::string& tbl_name, const std::string& filter) = 0;
   virtual void get_partitions_by_names(std::vector<Partition> & _return, const 
std::string& db_name, const std::string& tbl_name, const 
std::vector<std::string> & names) = 0;
   virtual void alter_partition(const std::string& db_name, const std::string& 
tbl_name, const Partition& new_part) = 0;
   virtual void alter_partitions(const std::string& db_name, const std::string& 
tbl_name, const std::vector<Partition> & new_parts) = 0;
@@ -360,10 +365,6 @@ class ThriftHiveMetastoreNull : virtual public 
ThriftHiveMetastoreIf , virtual p
   void get_partitions_by_expr(PartitionsByExprResult& /* _return */, const 
PartitionsByExprRequest& /* req */) {
     return;
   }
-  int32_t get_num_partitions_by_filter(const std::string& /* db_name */, const 
std::string& /* tbl_name */, const std::string& /* filter */) {
-    int32_t _return = 0;
-    return _return;
-  }
   void get_partitions_by_names(std::vector<Partition> & /* _return */, const 
std::string& /* db_name */, const std::string& /* tbl_name */, const 
std::vector<std::string> & /* names */) {
     return;
   }
@@ -611,9 +612,6 @@ typedef struct _ThriftHiveMetastore_getMetaConf_args__isset 
{
 class ThriftHiveMetastore_getMetaConf_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
   ThriftHiveMetastore_getMetaConf_args(const 
ThriftHiveMetastore_getMetaConf_args&);
   ThriftHiveMetastore_getMetaConf_args& operator=(const 
ThriftHiveMetastore_getMetaConf_args&);
   ThriftHiveMetastore_getMetaConf_args() : key() {
@@ -641,23 +639,18 @@ class ThriftHiveMetastore_getMetaConf_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_getMetaConf_args& obj);
 };
 
 
 class ThriftHiveMetastore_getMetaConf_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
 
   virtual ~ThriftHiveMetastore_getMetaConf_pargs() throw();
   const std::string* key;
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_getMetaConf_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_getMetaConf_result__isset {
@@ -669,9 +662,6 @@ typedef struct 
_ThriftHiveMetastore_getMetaConf_result__isset {
 class ThriftHiveMetastore_getMetaConf_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"FB3D66E547AE5D7F8EB046D752ECF5C1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xFB,0x3D,0x66,0xE5,0x47,0xAE,0x5D,0x7F,0x8E,0xB0,0x46,0xD7,0x52,0xEC,0xF5,0xC1};
-
   ThriftHiveMetastore_getMetaConf_result(const 
ThriftHiveMetastore_getMetaConf_result&);
   ThriftHiveMetastore_getMetaConf_result& operator=(const 
ThriftHiveMetastore_getMetaConf_result&);
   ThriftHiveMetastore_getMetaConf_result() : success() {
@@ -704,7 +694,6 @@ class ThriftHiveMetastore_getMetaConf_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_getMetaConf_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_getMetaConf_presult__isset {
@@ -716,9 +705,6 @@ typedef struct 
_ThriftHiveMetastore_getMetaConf_presult__isset {
 class ThriftHiveMetastore_getMetaConf_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"FB3D66E547AE5D7F8EB046D752ECF5C1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xFB,0x3D,0x66,0xE5,0x47,0xAE,0x5D,0x7F,0x8E,0xB0,0x46,0xD7,0x52,0xEC,0xF5,0xC1};
-
 
   virtual ~ThriftHiveMetastore_getMetaConf_presult() throw();
   std::string* success;
@@ -728,7 +714,6 @@ class ThriftHiveMetastore_getMetaConf_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_getMetaConf_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_setMetaConf_args__isset {
@@ -740,9 +725,6 @@ typedef struct _ThriftHiveMetastore_setMetaConf_args__isset 
{
 class ThriftHiveMetastore_setMetaConf_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"07A9615F837F7D0A952B595DD3020972";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72};
-
   ThriftHiveMetastore_setMetaConf_args(const 
ThriftHiveMetastore_setMetaConf_args&);
   ThriftHiveMetastore_setMetaConf_args& operator=(const 
ThriftHiveMetastore_setMetaConf_args&);
   ThriftHiveMetastore_setMetaConf_args() : key(), value() {
@@ -775,16 +757,12 @@ class ThriftHiveMetastore_setMetaConf_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_setMetaConf_args& obj);
 };
 
 
 class ThriftHiveMetastore_setMetaConf_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"07A9615F837F7D0A952B595DD3020972";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72};
-
 
   virtual ~ThriftHiveMetastore_setMetaConf_pargs() throw();
   const std::string* key;
@@ -792,7 +770,6 @@ class ThriftHiveMetastore_setMetaConf_pargs {
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_setMetaConf_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_setMetaConf_result__isset {
@@ -803,9 +780,6 @@ typedef struct 
_ThriftHiveMetastore_setMetaConf_result__isset {
 class ThriftHiveMetastore_setMetaConf_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"771E7EF40B572D2BFAB12C49547ADCBF";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x77,0x1E,0x7E,0xF4,0x0B,0x57,0x2D,0x2B,0xFA,0xB1,0x2C,0x49,0x54,0x7A,0xDC,0xBF};
-
   ThriftHiveMetastore_setMetaConf_result(const 
ThriftHiveMetastore_setMetaConf_result&);
   ThriftHiveMetastore_setMetaConf_result& operator=(const 
ThriftHiveMetastore_setMetaConf_result&);
   ThriftHiveMetastore_setMetaConf_result() {
@@ -833,7 +807,6 @@ class ThriftHiveMetastore_setMetaConf_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_setMetaConf_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_setMetaConf_presult__isset {
@@ -844,9 +817,6 @@ typedef struct 
_ThriftHiveMetastore_setMetaConf_presult__isset {
 class ThriftHiveMetastore_setMetaConf_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"771E7EF40B572D2BFAB12C49547ADCBF";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x77,0x1E,0x7E,0xF4,0x0B,0x57,0x2D,0x2B,0xFA,0xB1,0x2C,0x49,0x54,0x7A,0xDC,0xBF};
-
 
   virtual ~ThriftHiveMetastore_setMetaConf_presult() throw();
   MetaException o1;
@@ -855,7 +825,6 @@ class ThriftHiveMetastore_setMetaConf_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_setMetaConf_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_create_database_args__isset {
@@ -866,9 +835,6 @@ typedef struct 
_ThriftHiveMetastore_create_database_args__isset {
 class ThriftHiveMetastore_create_database_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"BAA173319AAB1B660ECE7D895D8F1A31";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xBA,0xA1,0x73,0x31,0x9A,0xAB,0x1B,0x66,0x0E,0xCE,0x7D,0x89,0x5D,0x8F,0x1A,0x31};
-
   ThriftHiveMetastore_create_database_args(const 
ThriftHiveMetastore_create_database_args&);
   ThriftHiveMetastore_create_database_args& operator=(const 
ThriftHiveMetastore_create_database_args&);
   ThriftHiveMetastore_create_database_args() {
@@ -896,23 +862,18 @@ class ThriftHiveMetastore_create_database_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_database_args& obj);
 };
 
 
 class ThriftHiveMetastore_create_database_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"BAA173319AAB1B660ECE7D895D8F1A31";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xBA,0xA1,0x73,0x31,0x9A,0xAB,0x1B,0x66,0x0E,0xCE,0x7D,0x89,0x5D,0x8F,0x1A,0x31};
-
 
   virtual ~ThriftHiveMetastore_create_database_pargs() throw();
   const Database* database;
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_database_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_create_database_result__isset {
@@ -925,9 +886,6 @@ typedef struct 
_ThriftHiveMetastore_create_database_result__isset {
 class ThriftHiveMetastore_create_database_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"2E72786EE0F17DA00FC5BDED362FE255";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x2E,0x72,0x78,0x6E,0xE0,0xF1,0x7D,0xA0,0x0F,0xC5,0xBD,0xED,0x36,0x2F,0xE2,0x55};
-
   ThriftHiveMetastore_create_database_result(const 
ThriftHiveMetastore_create_database_result&);
   ThriftHiveMetastore_create_database_result& operator=(const 
ThriftHiveMetastore_create_database_result&);
   ThriftHiveMetastore_create_database_result() {
@@ -965,7 +923,6 @@ class ThriftHiveMetastore_create_database_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_database_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_create_database_presult__isset {
@@ -978,9 +935,6 @@ typedef struct 
_ThriftHiveMetastore_create_database_presult__isset {
 class ThriftHiveMetastore_create_database_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"2E72786EE0F17DA00FC5BDED362FE255";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x2E,0x72,0x78,0x6E,0xE0,0xF1,0x7D,0xA0,0x0F,0xC5,0xBD,0xED,0x36,0x2F,0xE2,0x55};
-
 
   virtual ~ThriftHiveMetastore_create_database_presult() throw();
   AlreadyExistsException o1;
@@ -991,7 +945,6 @@ class ThriftHiveMetastore_create_database_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_database_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_database_args__isset {
@@ -1002,9 +955,6 @@ typedef struct 
_ThriftHiveMetastore_get_database_args__isset {
 class ThriftHiveMetastore_get_database_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
   ThriftHiveMetastore_get_database_args(const 
ThriftHiveMetastore_get_database_args&);
   ThriftHiveMetastore_get_database_args& operator=(const 
ThriftHiveMetastore_get_database_args&);
   ThriftHiveMetastore_get_database_args() : name() {
@@ -1032,23 +982,18 @@ class ThriftHiveMetastore_get_database_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_database_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_database_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
 
   virtual ~ThriftHiveMetastore_get_database_pargs() throw();
   const std::string* name;
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_database_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_database_result__isset {
@@ -1061,9 +1006,6 @@ typedef struct 
_ThriftHiveMetastore_get_database_result__isset {
 class ThriftHiveMetastore_get_database_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"C73ECEC4971924DCA9053333CB4A89A0";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xC7,0x3E,0xCE,0xC4,0x97,0x19,0x24,0xDC,0xA9,0x05,0x33,0x33,0xCB,0x4A,0x89,0xA0};
-
   ThriftHiveMetastore_get_database_result(const 
ThriftHiveMetastore_get_database_result&);
   ThriftHiveMetastore_get_database_result& operator=(const 
ThriftHiveMetastore_get_database_result&);
   ThriftHiveMetastore_get_database_result() {
@@ -1101,7 +1043,6 @@ class ThriftHiveMetastore_get_database_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_database_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_database_presult__isset {
@@ -1114,9 +1055,6 @@ typedef struct 
_ThriftHiveMetastore_get_database_presult__isset {
 class ThriftHiveMetastore_get_database_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"C73ECEC4971924DCA9053333CB4A89A0";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xC7,0x3E,0xCE,0xC4,0x97,0x19,0x24,0xDC,0xA9,0x05,0x33,0x33,0xCB,0x4A,0x89,0xA0};
-
 
   virtual ~ThriftHiveMetastore_get_database_presult() throw();
   Database* success;
@@ -1127,7 +1065,6 @@ class ThriftHiveMetastore_get_database_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_database_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_drop_database_args__isset {
@@ -1140,9 +1077,6 @@ typedef struct 
_ThriftHiveMetastore_drop_database_args__isset {
 class ThriftHiveMetastore_drop_database_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"B8E1E91B0E4D1772237E387EEB23B1B0";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xB8,0xE1,0xE9,0x1B,0x0E,0x4D,0x17,0x72,0x23,0x7E,0x38,0x7E,0xEB,0x23,0xB1,0xB0};
-
   ThriftHiveMetastore_drop_database_args(const 
ThriftHiveMetastore_drop_database_args&);
   ThriftHiveMetastore_drop_database_args& operator=(const 
ThriftHiveMetastore_drop_database_args&);
   ThriftHiveMetastore_drop_database_args() : name(), deleteData(0), cascade(0) 
{
@@ -1180,16 +1114,12 @@ class ThriftHiveMetastore_drop_database_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_database_args& obj);
 };
 
 
 class ThriftHiveMetastore_drop_database_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"B8E1E91B0E4D1772237E387EEB23B1B0";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xB8,0xE1,0xE9,0x1B,0x0E,0x4D,0x17,0x72,0x23,0x7E,0x38,0x7E,0xEB,0x23,0xB1,0xB0};
-
 
   virtual ~ThriftHiveMetastore_drop_database_pargs() throw();
   const std::string* name;
@@ -1198,7 +1128,6 @@ class ThriftHiveMetastore_drop_database_pargs {
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_database_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_drop_database_result__isset {
@@ -1211,9 +1140,6 @@ typedef struct 
_ThriftHiveMetastore_drop_database_result__isset {
 class ThriftHiveMetastore_drop_database_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"2E72786EE0F17DA00FC5BDED362FE255";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x2E,0x72,0x78,0x6E,0xE0,0xF1,0x7D,0xA0,0x0F,0xC5,0xBD,0xED,0x36,0x2F,0xE2,0x55};
-
   ThriftHiveMetastore_drop_database_result(const 
ThriftHiveMetastore_drop_database_result&);
   ThriftHiveMetastore_drop_database_result& operator=(const 
ThriftHiveMetastore_drop_database_result&);
   ThriftHiveMetastore_drop_database_result() {
@@ -1251,7 +1177,6 @@ class ThriftHiveMetastore_drop_database_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_database_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_drop_database_presult__isset {
@@ -1264,9 +1189,6 @@ typedef struct 
_ThriftHiveMetastore_drop_database_presult__isset {
 class ThriftHiveMetastore_drop_database_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"2E72786EE0F17DA00FC5BDED362FE255";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x2E,0x72,0x78,0x6E,0xE0,0xF1,0x7D,0xA0,0x0F,0xC5,0xBD,0xED,0x36,0x2F,0xE2,0x55};
-
 
   virtual ~ThriftHiveMetastore_drop_database_presult() throw();
   NoSuchObjectException o1;
@@ -1277,7 +1199,6 @@ class ThriftHiveMetastore_drop_database_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_database_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_databases_args__isset {
@@ -1288,9 +1209,6 @@ typedef struct 
_ThriftHiveMetastore_get_databases_args__isset {
 class ThriftHiveMetastore_get_databases_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
   ThriftHiveMetastore_get_databases_args(const 
ThriftHiveMetastore_get_databases_args&);
   ThriftHiveMetastore_get_databases_args& operator=(const 
ThriftHiveMetastore_get_databases_args&);
   ThriftHiveMetastore_get_databases_args() : pattern() {
@@ -1318,23 +1236,18 @@ class ThriftHiveMetastore_get_databases_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_databases_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_databases_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
 
   virtual ~ThriftHiveMetastore_get_databases_pargs() throw();
   const std::string* pattern;
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_databases_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_databases_result__isset {
@@ -1346,9 +1259,6 @@ typedef struct 
_ThriftHiveMetastore_get_databases_result__isset {
 class ThriftHiveMetastore_get_databases_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"96F383CF9CB8BE09061ECB825FE717B6";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6};
-
   ThriftHiveMetastore_get_databases_result(const 
ThriftHiveMetastore_get_databases_result&);
   ThriftHiveMetastore_get_databases_result& operator=(const 
ThriftHiveMetastore_get_databases_result&);
   ThriftHiveMetastore_get_databases_result() {
@@ -1381,7 +1291,6 @@ class ThriftHiveMetastore_get_databases_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_databases_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_databases_presult__isset {
@@ -1393,9 +1302,6 @@ typedef struct 
_ThriftHiveMetastore_get_databases_presult__isset {
 class ThriftHiveMetastore_get_databases_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"96F383CF9CB8BE09061ECB825FE717B6";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6};
-
 
   virtual ~ThriftHiveMetastore_get_databases_presult() throw();
   std::vector<std::string> * success;
@@ -1405,16 +1311,12 @@ class ThriftHiveMetastore_get_databases_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_databases_presult& obj);
 };
 
 
 class ThriftHiveMetastore_get_all_databases_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"99914B932BD37A50B983C5E7C90AE93B";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B};
-
   ThriftHiveMetastore_get_all_databases_args(const 
ThriftHiveMetastore_get_all_databases_args&);
   ThriftHiveMetastore_get_all_databases_args& operator=(const 
ThriftHiveMetastore_get_all_databases_args&);
   ThriftHiveMetastore_get_all_databases_args() {
@@ -1435,22 +1337,17 @@ class ThriftHiveMetastore_get_all_databases_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_all_databases_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_all_databases_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"99914B932BD37A50B983C5E7C90AE93B";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B};
-
 
   virtual ~ThriftHiveMetastore_get_all_databases_pargs() throw();
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_all_databases_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_all_databases_result__isset {
@@ -1462,9 +1359,6 @@ typedef struct 
_ThriftHiveMetastore_get_all_databases_result__isset {
 class ThriftHiveMetastore_get_all_databases_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"96F383CF9CB8BE09061ECB825FE717B6";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6};
-
   ThriftHiveMetastore_get_all_databases_result(const 
ThriftHiveMetastore_get_all_databases_result&);
   ThriftHiveMetastore_get_all_databases_result& operator=(const 
ThriftHiveMetastore_get_all_databases_result&);
   ThriftHiveMetastore_get_all_databases_result() {
@@ -1497,7 +1391,6 @@ class ThriftHiveMetastore_get_all_databases_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_all_databases_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_all_databases_presult__isset {
@@ -1509,9 +1402,6 @@ typedef struct 
_ThriftHiveMetastore_get_all_databases_presult__isset {
 class ThriftHiveMetastore_get_all_databases_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"96F383CF9CB8BE09061ECB825FE717B6";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6};
-
 
   virtual ~ThriftHiveMetastore_get_all_databases_presult() throw();
   std::vector<std::string> * success;
@@ -1521,7 +1411,6 @@ class ThriftHiveMetastore_get_all_databases_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_all_databases_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_alter_database_args__isset {
@@ -1533,9 +1422,6 @@ typedef struct 
_ThriftHiveMetastore_alter_database_args__isset {
 class ThriftHiveMetastore_alter_database_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"B314C1FCA7295CFE5872A037139333A5";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xB3,0x14,0xC1,0xFC,0xA7,0x29,0x5C,0xFE,0x58,0x72,0xA0,0x37,0x13,0x93,0x33,0xA5};
-
   ThriftHiveMetastore_alter_database_args(const 
ThriftHiveMetastore_alter_database_args&);
   ThriftHiveMetastore_alter_database_args& operator=(const 
ThriftHiveMetastore_alter_database_args&);
   ThriftHiveMetastore_alter_database_args() : dbname() {
@@ -1568,16 +1454,12 @@ class ThriftHiveMetastore_alter_database_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_alter_database_args& obj);
 };
 
 
 class ThriftHiveMetastore_alter_database_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"B314C1FCA7295CFE5872A037139333A5";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xB3,0x14,0xC1,0xFC,0xA7,0x29,0x5C,0xFE,0x58,0x72,0xA0,0x37,0x13,0x93,0x33,0xA5};
-
 
   virtual ~ThriftHiveMetastore_alter_database_pargs() throw();
   const std::string* dbname;
@@ -1585,7 +1467,6 @@ class ThriftHiveMetastore_alter_database_pargs {
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_alter_database_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_alter_database_result__isset {
@@ -1597,9 +1478,6 @@ typedef struct 
_ThriftHiveMetastore_alter_database_result__isset {
 class ThriftHiveMetastore_alter_database_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"A963880F55F6F22FCC67AD7BA0E1894D";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D};
-
   ThriftHiveMetastore_alter_database_result(const 
ThriftHiveMetastore_alter_database_result&);
   ThriftHiveMetastore_alter_database_result& operator=(const 
ThriftHiveMetastore_alter_database_result&);
   ThriftHiveMetastore_alter_database_result() {
@@ -1632,7 +1510,6 @@ class ThriftHiveMetastore_alter_database_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_alter_database_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_alter_database_presult__isset {
@@ -1644,9 +1521,6 @@ typedef struct 
_ThriftHiveMetastore_alter_database_presult__isset {
 class ThriftHiveMetastore_alter_database_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"A963880F55F6F22FCC67AD7BA0E1894D";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D};
-
 
   virtual ~ThriftHiveMetastore_alter_database_presult() throw();
   MetaException o1;
@@ -1656,7 +1530,6 @@ class ThriftHiveMetastore_alter_database_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_alter_database_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_type_args__isset {
@@ -1667,9 +1540,6 @@ typedef struct _ThriftHiveMetastore_get_type_args__isset {
 class ThriftHiveMetastore_get_type_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
   ThriftHiveMetastore_get_type_args(const ThriftHiveMetastore_get_type_args&);
   ThriftHiveMetastore_get_type_args& operator=(const 
ThriftHiveMetastore_get_type_args&);
   ThriftHiveMetastore_get_type_args() : name() {
@@ -1697,23 +1567,18 @@ class ThriftHiveMetastore_get_type_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_type_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_type_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
 
   virtual ~ThriftHiveMetastore_get_type_pargs() throw();
   const std::string* name;
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_type_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_type_result__isset {
@@ -1726,9 +1591,6 @@ typedef struct 
_ThriftHiveMetastore_get_type_result__isset {
 class ThriftHiveMetastore_get_type_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"FB3C6A03581A125ACD392DBF486E3393";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xFB,0x3C,0x6A,0x03,0x58,0x1A,0x12,0x5A,0xCD,0x39,0x2D,0xBF,0x48,0x6E,0x33,0x93};
-
   ThriftHiveMetastore_get_type_result(const 
ThriftHiveMetastore_get_type_result&);
   ThriftHiveMetastore_get_type_result& operator=(const 
ThriftHiveMetastore_get_type_result&);
   ThriftHiveMetastore_get_type_result() {
@@ -1766,7 +1628,6 @@ class ThriftHiveMetastore_get_type_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_type_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_type_presult__isset {
@@ -1779,9 +1640,6 @@ typedef struct 
_ThriftHiveMetastore_get_type_presult__isset {
 class ThriftHiveMetastore_get_type_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"FB3C6A03581A125ACD392DBF486E3393";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xFB,0x3C,0x6A,0x03,0x58,0x1A,0x12,0x5A,0xCD,0x39,0x2D,0xBF,0x48,0x6E,0x33,0x93};
-
 
   virtual ~ThriftHiveMetastore_get_type_presult() throw();
   Type* success;
@@ -1792,7 +1650,6 @@ class ThriftHiveMetastore_get_type_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_type_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_create_type_args__isset {
@@ -1803,9 +1660,6 @@ typedef struct 
_ThriftHiveMetastore_create_type_args__isset {
 class ThriftHiveMetastore_create_type_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"9A5D4BC8553C4C253DA189914EB026F0";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x9A,0x5D,0x4B,0xC8,0x55,0x3C,0x4C,0x25,0x3D,0xA1,0x89,0x91,0x4E,0xB0,0x26,0xF0};
-
   ThriftHiveMetastore_create_type_args(const 
ThriftHiveMetastore_create_type_args&);
   ThriftHiveMetastore_create_type_args& operator=(const 
ThriftHiveMetastore_create_type_args&);
   ThriftHiveMetastore_create_type_args() {
@@ -1833,23 +1687,18 @@ class ThriftHiveMetastore_create_type_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_type_args& obj);
 };
 
 
 class ThriftHiveMetastore_create_type_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"9A5D4BC8553C4C253DA189914EB026F0";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x9A,0x5D,0x4B,0xC8,0x55,0x3C,0x4C,0x25,0x3D,0xA1,0x89,0x91,0x4E,0xB0,0x26,0xF0};
-
 
   virtual ~ThriftHiveMetastore_create_type_pargs() throw();
   const Type* type;
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_type_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_create_type_result__isset {
@@ -1863,9 +1712,6 @@ typedef struct 
_ThriftHiveMetastore_create_type_result__isset {
 class ThriftHiveMetastore_create_type_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"BEFA80ACD0D12B069F160582E1F44215";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xBE,0xFA,0x80,0xAC,0xD0,0xD1,0x2B,0x06,0x9F,0x16,0x05,0x82,0xE1,0xF4,0x42,0x15};
-
   ThriftHiveMetastore_create_type_result(const 
ThriftHiveMetastore_create_type_result&);
   ThriftHiveMetastore_create_type_result& operator=(const 
ThriftHiveMetastore_create_type_result&);
   ThriftHiveMetastore_create_type_result() : success(0) {
@@ -1908,7 +1754,6 @@ class ThriftHiveMetastore_create_type_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_type_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_create_type_presult__isset {
@@ -1922,9 +1767,6 @@ typedef struct 
_ThriftHiveMetastore_create_type_presult__isset {
 class ThriftHiveMetastore_create_type_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"BEFA80ACD0D12B069F160582E1F44215";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xBE,0xFA,0x80,0xAC,0xD0,0xD1,0x2B,0x06,0x9F,0x16,0x05,0x82,0xE1,0xF4,0x42,0x15};
-
 
   virtual ~ThriftHiveMetastore_create_type_presult() throw();
   bool* success;
@@ -1936,7 +1778,6 @@ class ThriftHiveMetastore_create_type_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_type_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_drop_type_args__isset {
@@ -1947,9 +1788,6 @@ typedef struct _ThriftHiveMetastore_drop_type_args__isset 
{
 class ThriftHiveMetastore_drop_type_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
   ThriftHiveMetastore_drop_type_args(const 
ThriftHiveMetastore_drop_type_args&);
   ThriftHiveMetastore_drop_type_args& operator=(const 
ThriftHiveMetastore_drop_type_args&);
   ThriftHiveMetastore_drop_type_args() : type() {
@@ -1977,23 +1815,18 @@ class ThriftHiveMetastore_drop_type_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_type_args& obj);
 };
 
 
 class ThriftHiveMetastore_drop_type_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
 
   virtual ~ThriftHiveMetastore_drop_type_pargs() throw();
   const std::string* type;
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_type_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_drop_type_result__isset {
@@ -2006,9 +1839,6 @@ typedef struct 
_ThriftHiveMetastore_drop_type_result__isset {
 class ThriftHiveMetastore_drop_type_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"3499095F5992356B85332339F1B55814";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14};
-
   ThriftHiveMetastore_drop_type_result(const 
ThriftHiveMetastore_drop_type_result&);
   ThriftHiveMetastore_drop_type_result& operator=(const 
ThriftHiveMetastore_drop_type_result&);
   ThriftHiveMetastore_drop_type_result() : success(0) {
@@ -2046,7 +1876,6 @@ class ThriftHiveMetastore_drop_type_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_type_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_drop_type_presult__isset {
@@ -2059,9 +1888,6 @@ typedef struct 
_ThriftHiveMetastore_drop_type_presult__isset {
 class ThriftHiveMetastore_drop_type_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"3499095F5992356B85332339F1B55814";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14};
-
 
   virtual ~ThriftHiveMetastore_drop_type_presult() throw();
   bool* success;
@@ -2072,7 +1898,6 @@ class ThriftHiveMetastore_drop_type_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_type_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_type_all_args__isset {
@@ -2083,9 +1908,6 @@ typedef struct 
_ThriftHiveMetastore_get_type_all_args__isset {
 class ThriftHiveMetastore_get_type_all_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
   ThriftHiveMetastore_get_type_all_args(const 
ThriftHiveMetastore_get_type_all_args&);
   ThriftHiveMetastore_get_type_all_args& operator=(const 
ThriftHiveMetastore_get_type_all_args&);
   ThriftHiveMetastore_get_type_all_args() : name() {
@@ -2113,23 +1935,18 @@ class ThriftHiveMetastore_get_type_all_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_type_all_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_type_all_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
 
   virtual ~ThriftHiveMetastore_get_type_all_pargs() throw();
   const std::string* name;
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_type_all_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_type_all_result__isset {
@@ -2141,9 +1958,6 @@ typedef struct 
_ThriftHiveMetastore_get_type_all_result__isset {
 class ThriftHiveMetastore_get_type_all_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"4AD9FFB783428C996DEB713D38DA38C4";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x4A,0xD9,0xFF,0xB7,0x83,0x42,0x8C,0x99,0x6D,0xEB,0x71,0x3D,0x38,0xDA,0x38,0xC4};
-
   ThriftHiveMetastore_get_type_all_result(const 
ThriftHiveMetastore_get_type_all_result&);
   ThriftHiveMetastore_get_type_all_result& operator=(const 
ThriftHiveMetastore_get_type_all_result&);
   ThriftHiveMetastore_get_type_all_result() {
@@ -2176,7 +1990,6 @@ class ThriftHiveMetastore_get_type_all_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_type_all_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_type_all_presult__isset {
@@ -2188,9 +2001,6 @@ typedef struct 
_ThriftHiveMetastore_get_type_all_presult__isset {
 class ThriftHiveMetastore_get_type_all_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"4AD9FFB783428C996DEB713D38DA38C4";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x4A,0xD9,0xFF,0xB7,0x83,0x42,0x8C,0x99,0x6D,0xEB,0x71,0x3D,0x38,0xDA,0x38,0xC4};
-
 
   virtual ~ThriftHiveMetastore_get_type_all_presult() throw();
   std::map<std::string, Type> * success;
@@ -2200,7 +2010,6 @@ class ThriftHiveMetastore_get_type_all_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_type_all_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_fields_args__isset {
@@ -2212,9 +2021,6 @@ typedef struct 
_ThriftHiveMetastore_get_fields_args__isset {
 class ThriftHiveMetastore_get_fields_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"07A9615F837F7D0A952B595DD3020972";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72};
-
   ThriftHiveMetastore_get_fields_args(const 
ThriftHiveMetastore_get_fields_args&);
   ThriftHiveMetastore_get_fields_args& operator=(const 
ThriftHiveMetastore_get_fields_args&);
   ThriftHiveMetastore_get_fields_args() : db_name(), table_name() {
@@ -2247,16 +2053,12 @@ class ThriftHiveMetastore_get_fields_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_fields_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_fields_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"07A9615F837F7D0A952B595DD3020972";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72};
-
 
   virtual ~ThriftHiveMetastore_get_fields_pargs() throw();
   const std::string* db_name;
@@ -2264,7 +2066,6 @@ class ThriftHiveMetastore_get_fields_pargs {
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_fields_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_fields_result__isset {
@@ -2278,9 +2079,6 @@ typedef struct 
_ThriftHiveMetastore_get_fields_result__isset {
 class ThriftHiveMetastore_get_fields_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"B736CA8B9EACE5EE093DF8D460EE0F4E";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E};
-
   ThriftHiveMetastore_get_fields_result(const 
ThriftHiveMetastore_get_fields_result&);
   ThriftHiveMetastore_get_fields_result& operator=(const 
ThriftHiveMetastore_get_fields_result&);
   ThriftHiveMetastore_get_fields_result() {
@@ -2323,7 +2121,6 @@ class ThriftHiveMetastore_get_fields_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_fields_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_fields_presult__isset {
@@ -2337,9 +2134,6 @@ typedef struct 
_ThriftHiveMetastore_get_fields_presult__isset {
 class ThriftHiveMetastore_get_fields_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"B736CA8B9EACE5EE093DF8D460EE0F4E";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E};
-
 
   virtual ~ThriftHiveMetastore_get_fields_presult() throw();
   std::vector<FieldSchema> * success;
@@ -2351,7 +2145,6 @@ class ThriftHiveMetastore_get_fields_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_fields_presult& obj);
 };
 
 typedef struct 
_ThriftHiveMetastore_get_fields_with_environment_context_args__isset {
@@ -2364,9 +2157,6 @@ typedef struct 
_ThriftHiveMetastore_get_fields_with_environment_context_args__is
 class ThriftHiveMetastore_get_fields_with_environment_context_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"AE0D6195F9A2D9B00B409A0B58C4F0AE";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xAE,0x0D,0x61,0x95,0xF9,0xA2,0xD9,0xB0,0x0B,0x40,0x9A,0x0B,0x58,0xC4,0xF0,0xAE};
-
   ThriftHiveMetastore_get_fields_with_environment_context_args(const 
ThriftHiveMetastore_get_fields_with_environment_context_args&);
   ThriftHiveMetastore_get_fields_with_environment_context_args& 
operator=(const ThriftHiveMetastore_get_fields_with_environment_context_args&);
   ThriftHiveMetastore_get_fields_with_environment_context_args() : db_name(), 
table_name() {
@@ -2404,16 +2194,12 @@ class 
ThriftHiveMetastore_get_fields_with_environment_context_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_fields_with_environment_context_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_fields_with_environment_context_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"AE0D6195F9A2D9B00B409A0B58C4F0AE";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xAE,0x0D,0x61,0x95,0xF9,0xA2,0xD9,0xB0,0x0B,0x40,0x9A,0x0B,0x58,0xC4,0xF0,0xAE};
-
 
   virtual ~ThriftHiveMetastore_get_fields_with_environment_context_pargs() 
throw();
   const std::string* db_name;
@@ -2422,7 +2208,6 @@ class 
ThriftHiveMetastore_get_fields_with_environment_context_pargs {
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_fields_with_environment_context_pargs& obj);
 };
 
 typedef struct 
_ThriftHiveMetastore_get_fields_with_environment_context_result__isset {
@@ -2436,9 +2221,6 @@ typedef struct 
_ThriftHiveMetastore_get_fields_with_environment_context_result__
 class ThriftHiveMetastore_get_fields_with_environment_context_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"B736CA8B9EACE5EE093DF8D460EE0F4E";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E};
-
   ThriftHiveMetastore_get_fields_with_environment_context_result(const 
ThriftHiveMetastore_get_fields_with_environment_context_result&);
   ThriftHiveMetastore_get_fields_with_environment_context_result& 
operator=(const 
ThriftHiveMetastore_get_fields_with_environment_context_result&);
   ThriftHiveMetastore_get_fields_with_environment_context_result() {
@@ -2481,7 +2263,6 @@ class 
ThriftHiveMetastore_get_fields_with_environment_context_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_fields_with_environment_context_result& obj);
 };
 
 typedef struct 
_ThriftHiveMetastore_get_fields_with_environment_context_presult__isset {
@@ -2495,9 +2276,6 @@ typedef struct 
_ThriftHiveMetastore_get_fields_with_environment_context_presult_
 class ThriftHiveMetastore_get_fields_with_environment_context_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"B736CA8B9EACE5EE093DF8D460EE0F4E";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E};
-
 
   virtual ~ThriftHiveMetastore_get_fields_with_environment_context_presult() 
throw();
   std::vector<FieldSchema> * success;
@@ -2509,7 +2287,6 @@ class 
ThriftHiveMetastore_get_fields_with_environment_context_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_fields_with_environment_context_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_schema_args__isset {
@@ -2521,9 +2298,6 @@ typedef struct 
_ThriftHiveMetastore_get_schema_args__isset {
 class ThriftHiveMetastore_get_schema_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"07A9615F837F7D0A952B595DD3020972";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72};
-
   ThriftHiveMetastore_get_schema_args(const 
ThriftHiveMetastore_get_schema_args&);
   ThriftHiveMetastore_get_schema_args& operator=(const 
ThriftHiveMetastore_get_schema_args&);
   ThriftHiveMetastore_get_schema_args() : db_name(), table_name() {
@@ -2556,16 +2330,12 @@ class ThriftHiveMetastore_get_schema_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_schema_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_schema_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"07A9615F837F7D0A952B595DD3020972";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72};
-
 
   virtual ~ThriftHiveMetastore_get_schema_pargs() throw();
   const std::string* db_name;
@@ -2573,7 +2343,6 @@ class ThriftHiveMetastore_get_schema_pargs {
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_schema_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_schema_result__isset {
@@ -2587,9 +2356,6 @@ typedef struct 
_ThriftHiveMetastore_get_schema_result__isset {
 class ThriftHiveMetastore_get_schema_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"B736CA8B9EACE5EE093DF8D460EE0F4E";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E};
-
   ThriftHiveMetastore_get_schema_result(const 
ThriftHiveMetastore_get_schema_result&);
   ThriftHiveMetastore_get_schema_result& operator=(const 
ThriftHiveMetastore_get_schema_result&);
   ThriftHiveMetastore_get_schema_result() {
@@ -2632,7 +2398,6 @@ class ThriftHiveMetastore_get_schema_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_schema_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_schema_presult__isset {
@@ -2646,9 +2411,6 @@ typedef struct 
_ThriftHiveMetastore_get_schema_presult__isset {
 class ThriftHiveMetastore_get_schema_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"B736CA8B9EACE5EE093DF8D460EE0F4E";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E};
-
 
   virtual ~ThriftHiveMetastore_get_schema_presult() throw();
   std::vector<FieldSchema> * success;
@@ -2660,7 +2422,6 @@ class ThriftHiveMetastore_get_schema_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_schema_presult& obj);
 };
 
 typedef struct 
_ThriftHiveMetastore_get_schema_with_environment_context_args__isset {
@@ -2673,9 +2434,6 @@ typedef struct 
_ThriftHiveMetastore_get_schema_with_environment_context_args__is
 class ThriftHiveMetastore_get_schema_with_environment_context_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"AE0D6195F9A2D9B00B409A0B58C4F0AE";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xAE,0x0D,0x61,0x95,0xF9,0xA2,0xD9,0xB0,0x0B,0x40,0x9A,0x0B,0x58,0xC4,0xF0,0xAE};
-
   ThriftHiveMetastore_get_schema_with_environment_context_args(const 
ThriftHiveMetastore_get_schema_with_environment_context_args&);
   ThriftHiveMetastore_get_schema_with_environment_context_args& 
operator=(const ThriftHiveMetastore_get_schema_with_environment_context_args&);
   ThriftHiveMetastore_get_schema_with_environment_context_args() : db_name(), 
table_name() {
@@ -2713,16 +2471,12 @@ class 
ThriftHiveMetastore_get_schema_with_environment_context_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_schema_with_environment_context_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_schema_with_environment_context_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"AE0D6195F9A2D9B00B409A0B58C4F0AE";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xAE,0x0D,0x61,0x95,0xF9,0xA2,0xD9,0xB0,0x0B,0x40,0x9A,0x0B,0x58,0xC4,0xF0,0xAE};
-
 
   virtual ~ThriftHiveMetastore_get_schema_with_environment_context_pargs() 
throw();
   const std::string* db_name;
@@ -2731,7 +2485,6 @@ class 
ThriftHiveMetastore_get_schema_with_environment_context_pargs {
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_schema_with_environment_context_pargs& obj);
 };
 
 typedef struct 
_ThriftHiveMetastore_get_schema_with_environment_context_result__isset {
@@ -2745,9 +2498,6 @@ typedef struct 
_ThriftHiveMetastore_get_schema_with_environment_context_result__
 class ThriftHiveMetastore_get_schema_with_environment_context_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"B736CA8B9EACE5EE093DF8D460EE0F4E";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E};
-
   ThriftHiveMetastore_get_schema_with_environment_context_result(const 
ThriftHiveMetastore_get_schema_with_environment_context_result&);
   ThriftHiveMetastore_get_schema_with_environment_context_result& 
operator=(const 
ThriftHiveMetastore_get_schema_with_environment_context_result&);
   ThriftHiveMetastore_get_schema_with_environment_context_result() {
@@ -2790,7 +2540,6 @@ class 
ThriftHiveMetastore_get_schema_with_environment_context_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_schema_with_environment_context_result& obj);
 };
 
 typedef struct 
_ThriftHiveMetastore_get_schema_with_environment_context_presult__isset {
@@ -2804,9 +2553,6 @@ typedef struct 
_ThriftHiveMetastore_get_schema_with_environment_context_presult_
 class ThriftHiveMetastore_get_schema_with_environment_context_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"B736CA8B9EACE5EE093DF8D460EE0F4E";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E};
-
 
   virtual ~ThriftHiveMetastore_get_schema_with_environment_context_presult() 
throw();
   std::vector<FieldSchema> * success;
@@ -2818,7 +2564,6 @@ class 
ThriftHiveMetastore_get_schema_with_environment_context_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_schema_with_environment_context_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_create_table_args__isset {
@@ -2829,9 +2574,6 @@ typedef struct 
_ThriftHiveMetastore_create_table_args__isset {
 class ThriftHiveMetastore_create_table_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"BD1951DCA22A23C9A7B1CD46ACAE54DB";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xBD,0x19,0x51,0xDC,0xA2,0x2A,0x23,0xC9,0xA7,0xB1,0xCD,0x46,0xAC,0xAE,0x54,0xDB};
-
   ThriftHiveMetastore_create_table_args(const 
ThriftHiveMetastore_create_table_args&);
   ThriftHiveMetastore_create_table_args& operator=(const 
ThriftHiveMetastore_create_table_args&);
   ThriftHiveMetastore_create_table_args() {
@@ -2859,23 +2601,18 @@ class ThriftHiveMetastore_create_table_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_table_args& obj);
 };
 
 
 class ThriftHiveMetastore_create_table_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"BD1951DCA22A23C9A7B1CD46ACAE54DB";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xBD,0x19,0x51,0xDC,0xA2,0x2A,0x23,0xC9,0xA7,0xB1,0xCD,0x46,0xAC,0xAE,0x54,0xDB};
-
 
   virtual ~ThriftHiveMetastore_create_table_pargs() throw();
   const Table* tbl;
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_table_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_create_table_result__isset {
@@ -2889,9 +2626,6 @@ typedef struct 
_ThriftHiveMetastore_create_table_result__isset {
 class ThriftHiveMetastore_create_table_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"F9EF8E19A6AC2C4E08D282524B9828EB";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xF9,0xEF,0x8E,0x19,0xA6,0xAC,0x2C,0x4E,0x08,0xD2,0x82,0x52,0x4B,0x98,0x28,0xEB};
-
   ThriftHiveMetastore_create_table_result(const 
ThriftHiveMetastore_create_table_result&);
   ThriftHiveMetastore_create_table_result& operator=(const 
ThriftHiveMetastore_create_table_result&);
   ThriftHiveMetastore_create_table_result() {
@@ -2934,7 +2668,6 @@ class ThriftHiveMetastore_create_table_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_table_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_create_table_presult__isset {
@@ -2948,9 +2681,6 @@ typedef struct 
_ThriftHiveMetastore_create_table_presult__isset {
 class ThriftHiveMetastore_create_table_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"F9EF8E19A6AC2C4E08D282524B9828EB";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xF9,0xEF,0x8E,0x19,0xA6,0xAC,0x2C,0x4E,0x08,0xD2,0x82,0x52,0x4B,0x98,0x28,0xEB};
-
 
   virtual ~ThriftHiveMetastore_create_table_presult() throw();
   AlreadyExistsException o1;
@@ -2962,7 +2692,6 @@ class ThriftHiveMetastore_create_table_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_table_presult& obj);
 };
 
 typedef struct 
_ThriftHiveMetastore_create_table_with_environment_context_args__isset {
@@ -2974,9 +2703,6 @@ typedef struct 
_ThriftHiveMetastore_create_table_with_environment_context_args__
 class ThriftHiveMetastore_create_table_with_environment_context_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"095040B2E2E4564E171FB653FDCE0B95";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x09,0x50,0x40,0xB2,0xE2,0xE4,0x56,0x4E,0x17,0x1F,0xB6,0x53,0xFD,0xCE,0x0B,0x95};
-
   ThriftHiveMetastore_create_table_with_environment_context_args(const 
ThriftHiveMetastore_create_table_with_environment_context_args&);
   ThriftHiveMetastore_create_table_with_environment_context_args& 
operator=(const 
ThriftHiveMetastore_create_table_with_environment_context_args&);
   ThriftHiveMetastore_create_table_with_environment_context_args() {
@@ -3009,16 +2735,12 @@ class 
ThriftHiveMetastore_create_table_with_environment_context_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_table_with_environment_context_args& obj);
 };
 
 
 class ThriftHiveMetastore_create_table_with_environment_context_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"095040B2E2E4564E171FB653FDCE0B95";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x09,0x50,0x40,0xB2,0xE2,0xE4,0x56,0x4E,0x17,0x1F,0xB6,0x53,0xFD,0xCE,0x0B,0x95};
-
 
   virtual ~ThriftHiveMetastore_create_table_with_environment_context_pargs() 
throw();
   const Table* tbl;
@@ -3026,7 +2748,6 @@ class 
ThriftHiveMetastore_create_table_with_environment_context_pargs {
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_table_with_environment_context_pargs& obj);
 };
 
 typedef struct 
_ThriftHiveMetastore_create_table_with_environment_context_result__isset {
@@ -3040,9 +2761,6 @@ typedef struct 
_ThriftHiveMetastore_create_table_with_environment_context_result
 class ThriftHiveMetastore_create_table_with_environment_context_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"F9EF8E19A6AC2C4E08D282524B9828EB";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xF9,0xEF,0x8E,0x19,0xA6,0xAC,0x2C,0x4E,0x08,0xD2,0x82,0x52,0x4B,0x98,0x28,0xEB};
-
   ThriftHiveMetastore_create_table_with_environment_context_result(const 
ThriftHiveMetastore_create_table_with_environment_context_result&);
   ThriftHiveMetastore_create_table_with_environment_context_result& 
operator=(const 
ThriftHiveMetastore_create_table_with_environment_context_result&);
   ThriftHiveMetastore_create_table_with_environment_context_result() {
@@ -3085,7 +2803,6 @@ class 
ThriftHiveMetastore_create_table_with_environment_context_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_table_with_environment_context_result& obj);
 };
 
 typedef struct 
_ThriftHiveMetastore_create_table_with_environment_context_presult__isset {
@@ -3099,9 +2816,6 @@ typedef struct 
_ThriftHiveMetastore_create_table_with_environment_context_presul
 class ThriftHiveMetastore_create_table_with_environment_context_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"F9EF8E19A6AC2C4E08D282524B9828EB";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xF9,0xEF,0x8E,0x19,0xA6,0xAC,0x2C,0x4E,0x08,0xD2,0x82,0x52,0x4B,0x98,0x28,0xEB};
-
 
   virtual ~ThriftHiveMetastore_create_table_with_environment_context_presult() 
throw();
   AlreadyExistsException o1;
@@ -3113,7 +2827,6 @@ class 
ThriftHiveMetastore_create_table_with_environment_context_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_create_table_with_environment_context_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_drop_table_args__isset {
@@ -3126,9 +2839,6 @@ typedef struct 
_ThriftHiveMetastore_drop_table_args__isset {
 class ThriftHiveMetastore_drop_table_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"7F21FB535884165D6350077C7B970E93";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x7F,0x21,0xFB,0x53,0x58,0x84,0x16,0x5D,0x63,0x50,0x07,0x7C,0x7B,0x97,0x0E,0x93};
-
   ThriftHiveMetastore_drop_table_args(const 
ThriftHiveMetastore_drop_table_args&);
   ThriftHiveMetastore_drop_table_args& operator=(const 
ThriftHiveMetastore_drop_table_args&);
   ThriftHiveMetastore_drop_table_args() : dbname(), name(), deleteData(0) {
@@ -3166,16 +2876,12 @@ class ThriftHiveMetastore_drop_table_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_table_args& obj);
 };
 
 
 class ThriftHiveMetastore_drop_table_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"7F21FB535884165D6350077C7B970E93";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x7F,0x21,0xFB,0x53,0x58,0x84,0x16,0x5D,0x63,0x50,0x07,0x7C,0x7B,0x97,0x0E,0x93};
-
 
   virtual ~ThriftHiveMetastore_drop_table_pargs() throw();
   const std::string* dbname;
@@ -3184,7 +2890,6 @@ class ThriftHiveMetastore_drop_table_pargs {
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_table_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_drop_table_result__isset {
@@ -3196,9 +2901,6 @@ typedef struct 
_ThriftHiveMetastore_drop_table_result__isset {
 class ThriftHiveMetastore_drop_table_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"A963880F55F6F22FCC67AD7BA0E1894D";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D};
-
   ThriftHiveMetastore_drop_table_result(const 
ThriftHiveMetastore_drop_table_result&);
   ThriftHiveMetastore_drop_table_result& operator=(const 
ThriftHiveMetastore_drop_table_result&);
   ThriftHiveMetastore_drop_table_result() {
@@ -3231,7 +2933,6 @@ class ThriftHiveMetastore_drop_table_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_table_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_drop_table_presult__isset {
@@ -3243,9 +2944,6 @@ typedef struct 
_ThriftHiveMetastore_drop_table_presult__isset {
 class ThriftHiveMetastore_drop_table_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"A963880F55F6F22FCC67AD7BA0E1894D";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D};
-
 
   virtual ~ThriftHiveMetastore_drop_table_presult() throw();
   NoSuchObjectException o1;
@@ -3255,7 +2953,6 @@ class ThriftHiveMetastore_drop_table_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_table_presult& obj);
 };
 
 typedef struct 
_ThriftHiveMetastore_drop_table_with_environment_context_args__isset {
@@ -3269,9 +2966,6 @@ typedef struct 
_ThriftHiveMetastore_drop_table_with_environment_context_args__is
 class ThriftHiveMetastore_drop_table_with_environment_context_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"0ED75AC6CEC5A207447A701578264DA4";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x0E,0xD7,0x5A,0xC6,0xCE,0xC5,0xA2,0x07,0x44,0x7A,0x70,0x15,0x78,0x26,0x4D,0xA4};
-
   ThriftHiveMetastore_drop_table_with_environment_context_args(const 
ThriftHiveMetastore_drop_table_with_environment_context_args&);
   ThriftHiveMetastore_drop_table_with_environment_context_args& 
operator=(const ThriftHiveMetastore_drop_table_with_environment_context_args&);
   ThriftHiveMetastore_drop_table_with_environment_context_args() : dbname(), 
name(), deleteData(0) {
@@ -3314,16 +3008,12 @@ class 
ThriftHiveMetastore_drop_table_with_environment_context_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_table_with_environment_context_args& obj);
 };
 
 
 class ThriftHiveMetastore_drop_table_with_environment_context_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"0ED75AC6CEC5A207447A701578264DA4";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x0E,0xD7,0x5A,0xC6,0xCE,0xC5,0xA2,0x07,0x44,0x7A,0x70,0x15,0x78,0x26,0x4D,0xA4};
-
 
   virtual ~ThriftHiveMetastore_drop_table_with_environment_context_pargs() 
throw();
   const std::string* dbname;
@@ -3333,7 +3023,6 @@ class 
ThriftHiveMetastore_drop_table_with_environment_context_pargs {
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_table_with_environment_context_pargs& obj);
 };
 
 typedef struct 
_ThriftHiveMetastore_drop_table_with_environment_context_result__isset {
@@ -3345,9 +3034,6 @@ typedef struct 
_ThriftHiveMetastore_drop_table_with_environment_context_result__
 class ThriftHiveMetastore_drop_table_with_environment_context_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"A963880F55F6F22FCC67AD7BA0E1894D";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D};
-
   ThriftHiveMetastore_drop_table_with_environment_context_result(const 
ThriftHiveMetastore_drop_table_with_environment_context_result&);
   ThriftHiveMetastore_drop_table_with_environment_context_result& 
operator=(const 
ThriftHiveMetastore_drop_table_with_environment_context_result&);
   ThriftHiveMetastore_drop_table_with_environment_context_result() {
@@ -3380,7 +3066,6 @@ class 
ThriftHiveMetastore_drop_table_with_environment_context_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_table_with_environment_context_result& obj);
 };
 
 typedef struct 
_ThriftHiveMetastore_drop_table_with_environment_context_presult__isset {
@@ -3392,9 +3077,6 @@ typedef struct 
_ThriftHiveMetastore_drop_table_with_environment_context_presult_
 class ThriftHiveMetastore_drop_table_with_environment_context_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"A963880F55F6F22FCC67AD7BA0E1894D";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D};
-
 
   virtual ~ThriftHiveMetastore_drop_table_with_environment_context_presult() 
throw();
   NoSuchObjectException o1;
@@ -3404,7 +3086,6 @@ class 
ThriftHiveMetastore_drop_table_with_environment_context_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_drop_table_with_environment_context_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_tables_args__isset {
@@ -3416,9 +3097,6 @@ typedef struct 
_ThriftHiveMetastore_get_tables_args__isset {
 class ThriftHiveMetastore_get_tables_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"07A9615F837F7D0A952B595DD3020972";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72};
-
   ThriftHiveMetastore_get_tables_args(const 
ThriftHiveMetastore_get_tables_args&);
   ThriftHiveMetastore_get_tables_args& operator=(const 
ThriftHiveMetastore_get_tables_args&);
   ThriftHiveMetastore_get_tables_args() : db_name(), pattern() {
@@ -3451,16 +3129,12 @@ class ThriftHiveMetastore_get_tables_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_tables_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_tables_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"07A9615F837F7D0A952B595DD3020972";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72};
-
 
   virtual ~ThriftHiveMetastore_get_tables_pargs() throw();
   const std::string* db_name;
@@ -3468,7 +3142,6 @@ class ThriftHiveMetastore_get_tables_pargs {
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_tables_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_tables_result__isset {
@@ -3480,9 +3153,6 @@ typedef struct 
_ThriftHiveMetastore_get_tables_result__isset {
 class ThriftHiveMetastore_get_tables_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"96F383CF9CB8BE09061ECB825FE717B6";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6};
-
   ThriftHiveMetastore_get_tables_result(const 
ThriftHiveMetastore_get_tables_result&);
   ThriftHiveMetastore_get_tables_result& operator=(const 
ThriftHiveMetastore_get_tables_result&);
   ThriftHiveMetastore_get_tables_result() {
@@ -3515,7 +3185,6 @@ class ThriftHiveMetastore_get_tables_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_tables_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_tables_presult__isset {
@@ -3527,9 +3196,6 @@ typedef struct 
_ThriftHiveMetastore_get_tables_presult__isset {
 class ThriftHiveMetastore_get_tables_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"96F383CF9CB8BE09061ECB825FE717B6";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6};
-
 
   virtual ~ThriftHiveMetastore_get_tables_presult() throw();
   std::vector<std::string> * success;
@@ -3539,7 +3205,6 @@ class ThriftHiveMetastore_get_tables_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_tables_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_table_meta_args__isset {
@@ -3552,9 +3217,6 @@ typedef struct 
_ThriftHiveMetastore_get_table_meta_args__isset {
 class ThriftHiveMetastore_get_table_meta_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"8E2AD6401E83558ECFD6A13D74DD0A3F";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x8E,0x2A,0xD6,0x40,0x1E,0x83,0x55,0x8E,0xCF,0xD6,0xA1,0x3D,0x74,0xDD,0x0A,0x3F};
-
   ThriftHiveMetastore_get_table_meta_args(const 
ThriftHiveMetastore_get_table_meta_args&);
   ThriftHiveMetastore_get_table_meta_args& operator=(const 
ThriftHiveMetastore_get_table_meta_args&);
   ThriftHiveMetastore_get_table_meta_args() : db_patterns(), tbl_patterns() {
@@ -3592,16 +3254,12 @@ class ThriftHiveMetastore_get_table_meta_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_table_meta_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_table_meta_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"8E2AD6401E83558ECFD6A13D74DD0A3F";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x8E,0x2A,0xD6,0x40,0x1E,0x83,0x55,0x8E,0xCF,0xD6,0xA1,0x3D,0x74,0xDD,0x0A,0x3F};
-
 
   virtual ~ThriftHiveMetastore_get_table_meta_pargs() throw();
   const std::string* db_patterns;
@@ -3610,7 +3268,6 @@ class ThriftHiveMetastore_get_table_meta_pargs {
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_table_meta_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_table_meta_result__isset {
@@ -3622,9 +3279,6 @@ typedef struct 
_ThriftHiveMetastore_get_table_meta_result__isset {
 class ThriftHiveMetastore_get_table_meta_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"44712CCCEEFBD696C1E19168659A0A79";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x44,0x71,0x2C,0xCC,0xEE,0xFB,0xD6,0x96,0xC1,0xE1,0x91,0x68,0x65,0x9A,0x0A,0x79};
-
   ThriftHiveMetastore_get_table_meta_result(const 
ThriftHiveMetastore_get_table_meta_result&);
   ThriftHiveMetastore_get_table_meta_result& operator=(const 
ThriftHiveMetastore_get_table_meta_result&);
   ThriftHiveMetastore_get_table_meta_result() {
@@ -3657,7 +3311,6 @@ class ThriftHiveMetastore_get_table_meta_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_table_meta_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_table_meta_presult__isset {
@@ -3669,9 +3322,6 @@ typedef struct 
_ThriftHiveMetastore_get_table_meta_presult__isset {
 class ThriftHiveMetastore_get_table_meta_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"44712CCCEEFBD696C1E19168659A0A79";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x44,0x71,0x2C,0xCC,0xEE,0xFB,0xD6,0x96,0xC1,0xE1,0x91,0x68,0x65,0x9A,0x0A,0x79};
-
 
   virtual ~ThriftHiveMetastore_get_table_meta_presult() throw();
   std::vector<TableMeta> * success;
@@ -3681,7 +3331,6 @@ class ThriftHiveMetastore_get_table_meta_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_table_meta_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_all_tables_args__isset {
@@ -3692,9 +3341,6 @@ typedef struct 
_ThriftHiveMetastore_get_all_tables_args__isset {
 class ThriftHiveMetastore_get_all_tables_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
   ThriftHiveMetastore_get_all_tables_args(const 
ThriftHiveMetastore_get_all_tables_args&);
   ThriftHiveMetastore_get_all_tables_args& operator=(const 
ThriftHiveMetastore_get_all_tables_args&);
   ThriftHiveMetastore_get_all_tables_args() : db_name() {
@@ -3722,23 +3368,18 @@ class ThriftHiveMetastore_get_all_tables_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_all_tables_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_all_tables_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"EFB929595D312AC8F305D5A794CFEDA1";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1};
-
 
   virtual ~ThriftHiveMetastore_get_all_tables_pargs() throw();
   const std::string* db_name;
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_all_tables_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_all_tables_result__isset {
@@ -3750,9 +3391,6 @@ typedef struct 
_ThriftHiveMetastore_get_all_tables_result__isset {
 class ThriftHiveMetastore_get_all_tables_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"96F383CF9CB8BE09061ECB825FE717B6";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6};
-
   ThriftHiveMetastore_get_all_tables_result(const 
ThriftHiveMetastore_get_all_tables_result&);
   ThriftHiveMetastore_get_all_tables_result& operator=(const 
ThriftHiveMetastore_get_all_tables_result&);
   ThriftHiveMetastore_get_all_tables_result() {
@@ -3785,7 +3423,6 @@ class ThriftHiveMetastore_get_all_tables_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_all_tables_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_all_tables_presult__isset {
@@ -3797,9 +3434,6 @@ typedef struct 
_ThriftHiveMetastore_get_all_tables_presult__isset {
 class ThriftHiveMetastore_get_all_tables_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"96F383CF9CB8BE09061ECB825FE717B6";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6};
-
 
   virtual ~ThriftHiveMetastore_get_all_tables_presult() throw();
   std::vector<std::string> * success;
@@ -3809,7 +3443,6 @@ class ThriftHiveMetastore_get_all_tables_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_all_tables_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_table_args__isset {
@@ -3821,9 +3454,6 @@ typedef struct _ThriftHiveMetastore_get_table_args__isset 
{
 class ThriftHiveMetastore_get_table_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"07A9615F837F7D0A952B595DD3020972";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72};
-
   ThriftHiveMetastore_get_table_args(const 
ThriftHiveMetastore_get_table_args&);
   ThriftHiveMetastore_get_table_args& operator=(const 
ThriftHiveMetastore_get_table_args&);
   ThriftHiveMetastore_get_table_args() : dbname(), tbl_name() {
@@ -3856,16 +3486,12 @@ class ThriftHiveMetastore_get_table_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_table_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_table_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"07A9615F837F7D0A952B595DD3020972";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72};
-
 
   virtual ~ThriftHiveMetastore_get_table_pargs() throw();
   const std::string* dbname;
@@ -3873,7 +3499,6 @@ class ThriftHiveMetastore_get_table_pargs {
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_table_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_table_result__isset {
@@ -3886,9 +3511,6 @@ typedef struct 
_ThriftHiveMetastore_get_table_result__isset {
 class ThriftHiveMetastore_get_table_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"5A4F58BE0D70BCECE999677432BFE5A4";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x5A,0x4F,0x58,0xBE,0x0D,0x70,0xBC,0xEC,0xE9,0x99,0x67,0x74,0x32,0xBF,0xE5,0xA4};
-
   ThriftHiveMetastore_get_table_result(const 
ThriftHiveMetastore_get_table_result&);
   ThriftHiveMetastore_get_table_result& operator=(const 
ThriftHiveMetastore_get_table_result&);
   ThriftHiveMetastore_get_table_result() {
@@ -3926,7 +3548,6 @@ class ThriftHiveMetastore_get_table_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_table_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_table_presult__isset {
@@ -3939,9 +3560,6 @@ typedef struct 
_ThriftHiveMetastore_get_table_presult__isset {
 class ThriftHiveMetastore_get_table_presult {
  public:
 
-  static const char* ascii_fingerprint; // = 
"5A4F58BE0D70BCECE999677432BFE5A4";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x5A,0x4F,0x58,0xBE,0x0D,0x70,0xBC,0xEC,0xE9,0x99,0x67,0x74,0x32,0xBF,0xE5,0xA4};
-
 
   virtual ~ThriftHiveMetastore_get_table_presult() throw();
   Table* success;
@@ -3952,7 +3570,6 @@ class ThriftHiveMetastore_get_table_presult {
 
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_table_presult& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_table_objects_by_name_args__isset {
@@ -3964,9 +3581,6 @@ typedef struct 
_ThriftHiveMetastore_get_table_objects_by_name_args__isset {
 class ThriftHiveMetastore_get_table_objects_by_name_args {
  public:
 
-  static const char* ascii_fingerprint; // = 
"25702B8D5E28AA39160F267DABBC8446";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x25,0x70,0x2B,0x8D,0x5E,0x28,0xAA,0x39,0x16,0x0F,0x26,0x7D,0xAB,0xBC,0x84,0x46};
-
   ThriftHiveMetastore_get_table_objects_by_name_args(const 
ThriftHiveMetastore_get_table_objects_by_name_args&);
   ThriftHiveMetastore_get_table_objects_by_name_args& operator=(const 
ThriftHiveMetastore_get_table_objects_by_name_args&);
   ThriftHiveMetastore_get_table_objects_by_name_args() : dbname() {
@@ -3999,16 +3613,12 @@ class 
ThriftHiveMetastore_get_table_objects_by_name_args {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_table_objects_by_name_args& obj);
 };
 
 
 class ThriftHiveMetastore_get_table_objects_by_name_pargs {
  public:
 
-  static const char* ascii_fingerprint; // = 
"25702B8D5E28AA39160F267DABBC8446";
-  static const uint8_t binary_fingerprint[16]; // = 
{0x25,0x70,0x2B,0x8D,0x5E,0x28,0xAA,0x39,0x16,0x0F,0x26,0x7D,0xAB,0xBC,0x84,0x46};
-
 
   virtual ~ThriftHiveMetastore_get_table_objects_by_name_pargs() throw();
   const std::string* dbname;
@@ -4016,7 +3626,6 @@ class ThriftHiveMetastore_get_table_objects_by_name_pargs 
{
 
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_table_objects_by_name_pargs& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_table_objects_by_name_result__isset {
@@ -4030,9 +3639,6 @@ typedef struct 
_ThriftHiveMetastore_get_table_objects_by_name_result__isset {
 class ThriftHiveMetastore_get_table_objects_by_name_result {
  public:
 
-  static const char* ascii_fingerprint; // = 
"CE94435B55EBFD9CDCC30B61FBCA4E92";
-  static const uint8_t binary_fingerprint[16]; // = 
{0xCE,0x94,0x43,0x5B,0x55,0xEB,0xFD,0x9C,0xDC,0xC3,0x0B,0x61,0xFB,0xCA,0x4E,0x92};
-
   ThriftHiveMetastore_get_table_objects_by_name_result(const 
ThriftHiveMetastore_get_table_objects_by_name_result&);
   ThriftHiveMetastore_get_table_objects_by_name_result& operator=(const 
ThriftHiveMetastore_get_table_objects_by_name_result&);
   ThriftHiveMetastore_get_table_objects_by_name_result() {
@@ -4075,7 +3681,6 @@ class 
ThriftHiveMetastore_get_table_objects_by_name_result {
   uint32_t read(::apache::thrift::protocol::TProtocol* iprot);
   uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const;
 
-  friend std::ostream& operator<<(std::ostream& out, const 
ThriftHiveMetastore_get_table_objects_by_name_result& obj);
 };
 
 typedef struct _ThriftHiveMetastore_get_table_objects_by_name_presult__isset {
@@ -4089,9 +3694,6 @@ typedef struct 
_ThriftHiveMetastore_get_table_objects_by_name_presult__isset {
 class ThriftHiveMetastore_get_table_objects_

<TRUNCATED>

Reply via email to