You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by am...@apache.org on 2011/09/05 10:47:06 UTC

svn commit: r1165207 [10/19] - in /hive/trunk: ./ cli/ eclipse-templates/ ivy/ jdbc/ lib/ metastore/ metastore/src/gen/thrift/gen-cpp/ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ metastore/src/gen/thrift/gen-php/hive_met...

Modified: hive/trunk/metastore/src/gen/thrift/gen-php/hive_metastore/ThriftHiveMetastore.php
URL: http://svn.apache.org/viewvc/hive/trunk/metastore/src/gen/thrift/gen-php/hive_metastore/ThriftHiveMetastore.php?rev=1165207&r1=1165206&r2=1165207&view=diff
==============================================================================
--- hive/trunk/metastore/src/gen/thrift/gen-php/hive_metastore/ThriftHiveMetastore.php (original)
+++ hive/trunk/metastore/src/gen/thrift/gen-php/hive_metastore/ThriftHiveMetastore.php Mon Sep  5 08:47:02 2011
@@ -1,6 +1,6 @@
 <?php
 /**
- * Autogenerated by Thrift
+ * Autogenerated by Thrift Compiler (0.7.0)
  *
  * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
  */
@@ -87,7 +87,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_create_database($database)
   {
-    $args = new metastore_ThriftHiveMetastore_create_database_args();
+    $args = new ThriftHiveMetastore_create_database_args();
     $args->database = $database;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -106,7 +106,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_create_database()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_create_database_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_create_database_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -120,7 +120,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_create_database_result();
+      $result = new ThriftHiveMetastore_create_database_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -144,7 +144,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_database($name)
   {
-    $args = new metastore_ThriftHiveMetastore_get_database_args();
+    $args = new ThriftHiveMetastore_get_database_args();
     $args->name = $name;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -163,7 +163,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_database()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_database_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_database_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -177,7 +177,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_database_result();
+      $result = new ThriftHiveMetastore_get_database_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -201,7 +201,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_drop_database($name, $deleteData, $cascade)
   {
-    $args = new metastore_ThriftHiveMetastore_drop_database_args();
+    $args = new ThriftHiveMetastore_drop_database_args();
     $args->name = $name;
     $args->deleteData = $deleteData;
     $args->cascade = $cascade;
@@ -222,7 +222,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_drop_database()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_drop_database_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_drop_database_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -236,7 +236,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_drop_database_result();
+      $result = new ThriftHiveMetastore_drop_database_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -260,7 +260,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_databases($pattern)
   {
-    $args = new metastore_ThriftHiveMetastore_get_databases_args();
+    $args = new ThriftHiveMetastore_get_databases_args();
     $args->pattern = $pattern;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -279,7 +279,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_databases()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_databases_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_databases_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -293,7 +293,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_databases_result();
+      $result = new ThriftHiveMetastore_get_databases_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -314,7 +314,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_all_databases()
   {
-    $args = new metastore_ThriftHiveMetastore_get_all_databases_args();
+    $args = new ThriftHiveMetastore_get_all_databases_args();
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
     {
@@ -332,7 +332,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_all_databases()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_all_databases_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_all_databases_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -346,7 +346,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_all_databases_result();
+      $result = new ThriftHiveMetastore_get_all_databases_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -367,7 +367,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_alter_database($dbname, $db)
   {
-    $args = new metastore_ThriftHiveMetastore_alter_database_args();
+    $args = new ThriftHiveMetastore_alter_database_args();
     $args->dbname = $dbname;
     $args->db = $db;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
@@ -387,7 +387,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_alter_database()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_alter_database_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_alter_database_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -401,7 +401,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_alter_database_result();
+      $result = new ThriftHiveMetastore_alter_database_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -422,7 +422,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_type($name)
   {
-    $args = new metastore_ThriftHiveMetastore_get_type_args();
+    $args = new ThriftHiveMetastore_get_type_args();
     $args->name = $name;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -441,7 +441,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_type()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_type_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_type_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -455,7 +455,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_type_result();
+      $result = new ThriftHiveMetastore_get_type_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -479,7 +479,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_create_type($type)
   {
-    $args = new metastore_ThriftHiveMetastore_create_type_args();
+    $args = new ThriftHiveMetastore_create_type_args();
     $args->type = $type;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -498,7 +498,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_create_type()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_create_type_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_create_type_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -512,7 +512,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_create_type_result();
+      $result = new ThriftHiveMetastore_create_type_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -539,7 +539,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_drop_type($type)
   {
-    $args = new metastore_ThriftHiveMetastore_drop_type_args();
+    $args = new ThriftHiveMetastore_drop_type_args();
     $args->type = $type;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -558,7 +558,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_drop_type()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_drop_type_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_drop_type_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -572,7 +572,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_drop_type_result();
+      $result = new ThriftHiveMetastore_drop_type_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -596,7 +596,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_type_all($name)
   {
-    $args = new metastore_ThriftHiveMetastore_get_type_all_args();
+    $args = new ThriftHiveMetastore_get_type_all_args();
     $args->name = $name;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -615,7 +615,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_type_all()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_type_all_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_type_all_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -629,7 +629,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_type_all_result();
+      $result = new ThriftHiveMetastore_get_type_all_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -650,7 +650,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_fields($db_name, $table_name)
   {
-    $args = new metastore_ThriftHiveMetastore_get_fields_args();
+    $args = new ThriftHiveMetastore_get_fields_args();
     $args->db_name = $db_name;
     $args->table_name = $table_name;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
@@ -670,7 +670,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_fields()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_fields_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_fields_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -684,7 +684,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_fields_result();
+      $result = new ThriftHiveMetastore_get_fields_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -711,7 +711,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_schema($db_name, $table_name)
   {
-    $args = new metastore_ThriftHiveMetastore_get_schema_args();
+    $args = new ThriftHiveMetastore_get_schema_args();
     $args->db_name = $db_name;
     $args->table_name = $table_name;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
@@ -731,7 +731,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_schema()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_schema_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_schema_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -745,7 +745,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_schema_result();
+      $result = new ThriftHiveMetastore_get_schema_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -772,7 +772,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_create_table($tbl)
   {
-    $args = new metastore_ThriftHiveMetastore_create_table_args();
+    $args = new ThriftHiveMetastore_create_table_args();
     $args->tbl = $tbl;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -791,7 +791,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_create_table()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_create_table_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_create_table_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -805,7 +805,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_create_table_result();
+      $result = new ThriftHiveMetastore_create_table_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -832,7 +832,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_drop_table($dbname, $name, $deleteData)
   {
-    $args = new metastore_ThriftHiveMetastore_drop_table_args();
+    $args = new ThriftHiveMetastore_drop_table_args();
     $args->dbname = $dbname;
     $args->name = $name;
     $args->deleteData = $deleteData;
@@ -853,7 +853,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_drop_table()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_drop_table_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_drop_table_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -867,7 +867,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_drop_table_result();
+      $result = new ThriftHiveMetastore_drop_table_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -888,7 +888,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_tables($db_name, $pattern)
   {
-    $args = new metastore_ThriftHiveMetastore_get_tables_args();
+    $args = new ThriftHiveMetastore_get_tables_args();
     $args->db_name = $db_name;
     $args->pattern = $pattern;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
@@ -908,7 +908,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_tables()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_tables_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_tables_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -922,7 +922,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_tables_result();
+      $result = new ThriftHiveMetastore_get_tables_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -943,7 +943,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_all_tables($db_name)
   {
-    $args = new metastore_ThriftHiveMetastore_get_all_tables_args();
+    $args = new ThriftHiveMetastore_get_all_tables_args();
     $args->db_name = $db_name;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -962,7 +962,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_all_tables()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_all_tables_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_all_tables_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -976,7 +976,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_all_tables_result();
+      $result = new ThriftHiveMetastore_get_all_tables_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -997,7 +997,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_table($dbname, $tbl_name)
   {
-    $args = new metastore_ThriftHiveMetastore_get_table_args();
+    $args = new ThriftHiveMetastore_get_table_args();
     $args->dbname = $dbname;
     $args->tbl_name = $tbl_name;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
@@ -1017,7 +1017,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_table()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_table_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_table_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1031,7 +1031,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_table_result();
+      $result = new ThriftHiveMetastore_get_table_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1055,7 +1055,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_table_objects_by_name($dbname, $tbl_names)
   {
-    $args = new metastore_ThriftHiveMetastore_get_table_objects_by_name_args();
+    $args = new ThriftHiveMetastore_get_table_objects_by_name_args();
     $args->dbname = $dbname;
     $args->tbl_names = $tbl_names;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
@@ -1075,7 +1075,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_table_objects_by_name()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_table_objects_by_name_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_table_objects_by_name_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1089,7 +1089,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_table_objects_by_name_result();
+      $result = new ThriftHiveMetastore_get_table_objects_by_name_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1116,7 +1116,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_table_names_by_filter($dbname, $filter, $max_tables)
   {
-    $args = new metastore_ThriftHiveMetastore_get_table_names_by_filter_args();
+    $args = new ThriftHiveMetastore_get_table_names_by_filter_args();
     $args->dbname = $dbname;
     $args->filter = $filter;
     $args->max_tables = $max_tables;
@@ -1137,7 +1137,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_table_names_by_filter()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_table_names_by_filter_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_table_names_by_filter_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1151,7 +1151,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_table_names_by_filter_result();
+      $result = new ThriftHiveMetastore_get_table_names_by_filter_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1178,7 +1178,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_alter_table($dbname, $tbl_name, $new_tbl)
   {
-    $args = new metastore_ThriftHiveMetastore_alter_table_args();
+    $args = new ThriftHiveMetastore_alter_table_args();
     $args->dbname = $dbname;
     $args->tbl_name = $tbl_name;
     $args->new_tbl = $new_tbl;
@@ -1199,7 +1199,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_alter_table()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_alter_table_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_alter_table_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1213,7 +1213,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_alter_table_result();
+      $result = new ThriftHiveMetastore_alter_table_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1234,7 +1234,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_add_partition($new_part)
   {
-    $args = new metastore_ThriftHiveMetastore_add_partition_args();
+    $args = new ThriftHiveMetastore_add_partition_args();
     $args->new_part = $new_part;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -1253,7 +1253,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_add_partition()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_add_partition_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_add_partition_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1267,7 +1267,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_add_partition_result();
+      $result = new ThriftHiveMetastore_add_partition_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1294,7 +1294,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_add_partitions($new_parts)
   {
-    $args = new metastore_ThriftHiveMetastore_add_partitions_args();
+    $args = new ThriftHiveMetastore_add_partitions_args();
     $args->new_parts = $new_parts;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -1313,7 +1313,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_add_partitions()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_add_partitions_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_add_partitions_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1327,7 +1327,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_add_partitions_result();
+      $result = new ThriftHiveMetastore_add_partitions_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1354,7 +1354,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_append_partition($db_name, $tbl_name, $part_vals)
   {
-    $args = new metastore_ThriftHiveMetastore_append_partition_args();
+    $args = new ThriftHiveMetastore_append_partition_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->part_vals = $part_vals;
@@ -1375,7 +1375,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_append_partition()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_append_partition_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_append_partition_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1389,7 +1389,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_append_partition_result();
+      $result = new ThriftHiveMetastore_append_partition_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1416,7 +1416,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_append_partition_by_name($db_name, $tbl_name, $part_name)
   {
-    $args = new metastore_ThriftHiveMetastore_append_partition_by_name_args();
+    $args = new ThriftHiveMetastore_append_partition_by_name_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->part_name = $part_name;
@@ -1437,7 +1437,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_append_partition_by_name()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_append_partition_by_name_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_append_partition_by_name_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1451,7 +1451,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_append_partition_by_name_result();
+      $result = new ThriftHiveMetastore_append_partition_by_name_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1478,7 +1478,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_drop_partition($db_name, $tbl_name, $part_vals, $deleteData)
   {
-    $args = new metastore_ThriftHiveMetastore_drop_partition_args();
+    $args = new ThriftHiveMetastore_drop_partition_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->part_vals = $part_vals;
@@ -1500,7 +1500,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_drop_partition()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_drop_partition_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_drop_partition_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1514,7 +1514,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_drop_partition_result();
+      $result = new ThriftHiveMetastore_drop_partition_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1538,7 +1538,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_drop_partition_by_name($db_name, $tbl_name, $part_name, $deleteData)
   {
-    $args = new metastore_ThriftHiveMetastore_drop_partition_by_name_args();
+    $args = new ThriftHiveMetastore_drop_partition_by_name_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->part_name = $part_name;
@@ -1560,7 +1560,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_drop_partition_by_name()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_drop_partition_by_name_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_drop_partition_by_name_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1574,7 +1574,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_drop_partition_by_name_result();
+      $result = new ThriftHiveMetastore_drop_partition_by_name_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1598,7 +1598,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_partition($db_name, $tbl_name, $part_vals)
   {
-    $args = new metastore_ThriftHiveMetastore_get_partition_args();
+    $args = new ThriftHiveMetastore_get_partition_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->part_vals = $part_vals;
@@ -1619,7 +1619,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_partition()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_partition_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_partition_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1633,7 +1633,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_partition_result();
+      $result = new ThriftHiveMetastore_get_partition_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1657,7 +1657,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_partition_with_auth($db_name, $tbl_name, $part_vals, $user_name, $group_names)
   {
-    $args = new metastore_ThriftHiveMetastore_get_partition_with_auth_args();
+    $args = new ThriftHiveMetastore_get_partition_with_auth_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->part_vals = $part_vals;
@@ -1680,7 +1680,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_partition_with_auth()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_partition_with_auth_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_partition_with_auth_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1694,7 +1694,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_partition_with_auth_result();
+      $result = new ThriftHiveMetastore_get_partition_with_auth_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1718,7 +1718,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_partition_by_name($db_name, $tbl_name, $part_name)
   {
-    $args = new metastore_ThriftHiveMetastore_get_partition_by_name_args();
+    $args = new ThriftHiveMetastore_get_partition_by_name_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->part_name = $part_name;
@@ -1739,7 +1739,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_partition_by_name()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_partition_by_name_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_partition_by_name_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1753,7 +1753,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_partition_by_name_result();
+      $result = new ThriftHiveMetastore_get_partition_by_name_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1777,7 +1777,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_partitions($db_name, $tbl_name, $max_parts)
   {
-    $args = new metastore_ThriftHiveMetastore_get_partitions_args();
+    $args = new ThriftHiveMetastore_get_partitions_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->max_parts = $max_parts;
@@ -1798,7 +1798,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_partitions()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_partitions_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_partitions_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1812,7 +1812,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_partitions_result();
+      $result = new ThriftHiveMetastore_get_partitions_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1836,7 +1836,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_partitions_with_auth($db_name, $tbl_name, $max_parts, $user_name, $group_names)
   {
-    $args = new metastore_ThriftHiveMetastore_get_partitions_with_auth_args();
+    $args = new ThriftHiveMetastore_get_partitions_with_auth_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->max_parts = $max_parts;
@@ -1859,7 +1859,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_partitions_with_auth()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_partitions_with_auth_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_partitions_with_auth_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1873,7 +1873,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_partitions_with_auth_result();
+      $result = new ThriftHiveMetastore_get_partitions_with_auth_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1897,7 +1897,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_partition_names($db_name, $tbl_name, $max_parts)
   {
-    $args = new metastore_ThriftHiveMetastore_get_partition_names_args();
+    $args = new ThriftHiveMetastore_get_partition_names_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->max_parts = $max_parts;
@@ -1918,7 +1918,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_partition_names()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_partition_names_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_partition_names_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1932,7 +1932,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_partition_names_result();
+      $result = new ThriftHiveMetastore_get_partition_names_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -1953,7 +1953,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_partitions_ps($db_name, $tbl_name, $part_vals, $max_parts)
   {
-    $args = new metastore_ThriftHiveMetastore_get_partitions_ps_args();
+    $args = new ThriftHiveMetastore_get_partitions_ps_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->part_vals = $part_vals;
@@ -1975,7 +1975,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_partitions_ps()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_partitions_ps_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_partitions_ps_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -1989,7 +1989,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_partitions_ps_result();
+      $result = new ThriftHiveMetastore_get_partitions_ps_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2010,7 +2010,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_partitions_ps_with_auth($db_name, $tbl_name, $part_vals, $max_parts, $user_name, $group_names)
   {
-    $args = new metastore_ThriftHiveMetastore_get_partitions_ps_with_auth_args();
+    $args = new ThriftHiveMetastore_get_partitions_ps_with_auth_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->part_vals = $part_vals;
@@ -2034,7 +2034,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_partitions_ps_with_auth()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_partitions_ps_with_auth_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_partitions_ps_with_auth_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2048,7 +2048,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_partitions_ps_with_auth_result();
+      $result = new ThriftHiveMetastore_get_partitions_ps_with_auth_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2072,7 +2072,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_partition_names_ps($db_name, $tbl_name, $part_vals, $max_parts)
   {
-    $args = new metastore_ThriftHiveMetastore_get_partition_names_ps_args();
+    $args = new ThriftHiveMetastore_get_partition_names_ps_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->part_vals = $part_vals;
@@ -2094,7 +2094,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_partition_names_ps()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_partition_names_ps_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_partition_names_ps_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2108,7 +2108,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_partition_names_ps_result();
+      $result = new ThriftHiveMetastore_get_partition_names_ps_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2129,7 +2129,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_partitions_by_filter($db_name, $tbl_name, $filter, $max_parts)
   {
-    $args = new metastore_ThriftHiveMetastore_get_partitions_by_filter_args();
+    $args = new ThriftHiveMetastore_get_partitions_by_filter_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->filter = $filter;
@@ -2151,7 +2151,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_partitions_by_filter()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_partitions_by_filter_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_partitions_by_filter_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2165,7 +2165,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_partitions_by_filter_result();
+      $result = new ThriftHiveMetastore_get_partitions_by_filter_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2189,7 +2189,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_partitions_by_names($db_name, $tbl_name, $names)
   {
-    $args = new metastore_ThriftHiveMetastore_get_partitions_by_names_args();
+    $args = new ThriftHiveMetastore_get_partitions_by_names_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->names = $names;
@@ -2210,7 +2210,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_partitions_by_names()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_partitions_by_names_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_partitions_by_names_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2224,7 +2224,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_partitions_by_names_result();
+      $result = new ThriftHiveMetastore_get_partitions_by_names_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2248,7 +2248,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_alter_partition($db_name, $tbl_name, $new_part)
   {
-    $args = new metastore_ThriftHiveMetastore_alter_partition_args();
+    $args = new ThriftHiveMetastore_alter_partition_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->new_part = $new_part;
@@ -2269,7 +2269,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_alter_partition()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_alter_partition_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_alter_partition_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2283,7 +2283,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_alter_partition_result();
+      $result = new ThriftHiveMetastore_alter_partition_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2304,7 +2304,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_config_value($name, $defaultValue)
   {
-    $args = new metastore_ThriftHiveMetastore_get_config_value_args();
+    $args = new ThriftHiveMetastore_get_config_value_args();
     $args->name = $name;
     $args->defaultValue = $defaultValue;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
@@ -2324,7 +2324,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_config_value()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_config_value_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_config_value_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2338,7 +2338,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_config_value_result();
+      $result = new ThriftHiveMetastore_get_config_value_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2359,7 +2359,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_partition_name_to_vals($part_name)
   {
-    $args = new metastore_ThriftHiveMetastore_partition_name_to_vals_args();
+    $args = new ThriftHiveMetastore_partition_name_to_vals_args();
     $args->part_name = $part_name;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -2378,7 +2378,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_partition_name_to_vals()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_partition_name_to_vals_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_partition_name_to_vals_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2392,7 +2392,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_partition_name_to_vals_result();
+      $result = new ThriftHiveMetastore_partition_name_to_vals_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2413,7 +2413,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_partition_name_to_spec($part_name)
   {
-    $args = new metastore_ThriftHiveMetastore_partition_name_to_spec_args();
+    $args = new ThriftHiveMetastore_partition_name_to_spec_args();
     $args->part_name = $part_name;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -2432,7 +2432,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_partition_name_to_spec()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_partition_name_to_spec_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_partition_name_to_spec_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2446,7 +2446,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_partition_name_to_spec_result();
+      $result = new ThriftHiveMetastore_partition_name_to_spec_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2467,7 +2467,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_markPartitionForEvent($db_name, $tbl_name, $part_vals, $eventType)
   {
-    $args = new metastore_ThriftHiveMetastore_markPartitionForEvent_args();
+    $args = new ThriftHiveMetastore_markPartitionForEvent_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->part_vals = $part_vals;
@@ -2489,7 +2489,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_markPartitionForEvent()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_markPartitionForEvent_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_markPartitionForEvent_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2503,7 +2503,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_markPartitionForEvent_result();
+      $result = new ThriftHiveMetastore_markPartitionForEvent_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2536,7 +2536,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_isPartitionMarkedForEvent($db_name, $tbl_name, $part_vals, $eventType)
   {
-    $args = new metastore_ThriftHiveMetastore_isPartitionMarkedForEvent_args();
+    $args = new ThriftHiveMetastore_isPartitionMarkedForEvent_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->part_vals = $part_vals;
@@ -2558,7 +2558,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_isPartitionMarkedForEvent()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_isPartitionMarkedForEvent_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_isPartitionMarkedForEvent_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2572,7 +2572,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_isPartitionMarkedForEvent_result();
+      $result = new ThriftHiveMetastore_isPartitionMarkedForEvent_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2608,7 +2608,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_add_index($new_index, $index_table)
   {
-    $args = new metastore_ThriftHiveMetastore_add_index_args();
+    $args = new ThriftHiveMetastore_add_index_args();
     $args->new_index = $new_index;
     $args->index_table = $index_table;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
@@ -2628,7 +2628,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_add_index()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_add_index_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_add_index_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2642,7 +2642,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_add_index_result();
+      $result = new ThriftHiveMetastore_add_index_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2669,7 +2669,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_alter_index($dbname, $base_tbl_name, $idx_name, $new_idx)
   {
-    $args = new metastore_ThriftHiveMetastore_alter_index_args();
+    $args = new ThriftHiveMetastore_alter_index_args();
     $args->dbname = $dbname;
     $args->base_tbl_name = $base_tbl_name;
     $args->idx_name = $idx_name;
@@ -2691,7 +2691,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_alter_index()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_alter_index_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_alter_index_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2705,7 +2705,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_alter_index_result();
+      $result = new ThriftHiveMetastore_alter_index_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2726,7 +2726,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_drop_index_by_name($db_name, $tbl_name, $index_name, $deleteData)
   {
-    $args = new metastore_ThriftHiveMetastore_drop_index_by_name_args();
+    $args = new ThriftHiveMetastore_drop_index_by_name_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->index_name = $index_name;
@@ -2748,7 +2748,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_drop_index_by_name()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_drop_index_by_name_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_drop_index_by_name_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2762,7 +2762,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_drop_index_by_name_result();
+      $result = new ThriftHiveMetastore_drop_index_by_name_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2786,7 +2786,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_index_by_name($db_name, $tbl_name, $index_name)
   {
-    $args = new metastore_ThriftHiveMetastore_get_index_by_name_args();
+    $args = new ThriftHiveMetastore_get_index_by_name_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->index_name = $index_name;
@@ -2807,7 +2807,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_index_by_name()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_index_by_name_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_index_by_name_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2821,7 +2821,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_index_by_name_result();
+      $result = new ThriftHiveMetastore_get_index_by_name_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2845,7 +2845,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_indexes($db_name, $tbl_name, $max_indexes)
   {
-    $args = new metastore_ThriftHiveMetastore_get_indexes_args();
+    $args = new ThriftHiveMetastore_get_indexes_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->max_indexes = $max_indexes;
@@ -2866,7 +2866,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_indexes()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_indexes_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_indexes_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2880,7 +2880,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_indexes_result();
+      $result = new ThriftHiveMetastore_get_indexes_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2904,7 +2904,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_index_names($db_name, $tbl_name, $max_indexes)
   {
-    $args = new metastore_ThriftHiveMetastore_get_index_names_args();
+    $args = new ThriftHiveMetastore_get_index_names_args();
     $args->db_name = $db_name;
     $args->tbl_name = $tbl_name;
     $args->max_indexes = $max_indexes;
@@ -2925,7 +2925,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_index_names()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_index_names_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_index_names_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2939,7 +2939,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_index_names_result();
+      $result = new ThriftHiveMetastore_get_index_names_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -2960,7 +2960,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_create_role($role)
   {
-    $args = new metastore_ThriftHiveMetastore_create_role_args();
+    $args = new ThriftHiveMetastore_create_role_args();
     $args->role = $role;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -2979,7 +2979,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_create_role()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_create_role_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_create_role_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -2993,7 +2993,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_create_role_result();
+      $result = new ThriftHiveMetastore_create_role_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -3014,7 +3014,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_drop_role($role_name)
   {
-    $args = new metastore_ThriftHiveMetastore_drop_role_args();
+    $args = new ThriftHiveMetastore_drop_role_args();
     $args->role_name = $role_name;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -3033,7 +3033,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_drop_role()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_drop_role_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_drop_role_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -3047,7 +3047,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_drop_role_result();
+      $result = new ThriftHiveMetastore_drop_role_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -3068,7 +3068,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_role_names()
   {
-    $args = new metastore_ThriftHiveMetastore_get_role_names_args();
+    $args = new ThriftHiveMetastore_get_role_names_args();
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
     {
@@ -3086,7 +3086,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_role_names()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_role_names_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_role_names_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -3100,7 +3100,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_role_names_result();
+      $result = new ThriftHiveMetastore_get_role_names_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -3121,7 +3121,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_grant_role($role_name, $principal_name, $principal_type, $grantor, $grantorType, $grant_option)
   {
-    $args = new metastore_ThriftHiveMetastore_grant_role_args();
+    $args = new ThriftHiveMetastore_grant_role_args();
     $args->role_name = $role_name;
     $args->principal_name = $principal_name;
     $args->principal_type = $principal_type;
@@ -3145,7 +3145,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_grant_role()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_grant_role_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_grant_role_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -3159,7 +3159,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_grant_role_result();
+      $result = new ThriftHiveMetastore_grant_role_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -3180,7 +3180,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_revoke_role($role_name, $principal_name, $principal_type)
   {
-    $args = new metastore_ThriftHiveMetastore_revoke_role_args();
+    $args = new ThriftHiveMetastore_revoke_role_args();
     $args->role_name = $role_name;
     $args->principal_name = $principal_name;
     $args->principal_type = $principal_type;
@@ -3201,7 +3201,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_revoke_role()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_revoke_role_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_revoke_role_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -3215,7 +3215,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_revoke_role_result();
+      $result = new ThriftHiveMetastore_revoke_role_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -3236,7 +3236,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_list_roles($principal_name, $principal_type)
   {
-    $args = new metastore_ThriftHiveMetastore_list_roles_args();
+    $args = new ThriftHiveMetastore_list_roles_args();
     $args->principal_name = $principal_name;
     $args->principal_type = $principal_type;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
@@ -3256,7 +3256,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_list_roles()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_list_roles_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_list_roles_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -3270,7 +3270,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_list_roles_result();
+      $result = new ThriftHiveMetastore_list_roles_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -3291,7 +3291,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_privilege_set($hiveObject, $user_name, $group_names)
   {
-    $args = new metastore_ThriftHiveMetastore_get_privilege_set_args();
+    $args = new ThriftHiveMetastore_get_privilege_set_args();
     $args->hiveObject = $hiveObject;
     $args->user_name = $user_name;
     $args->group_names = $group_names;
@@ -3312,7 +3312,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_privilege_set()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_privilege_set_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_privilege_set_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -3326,7 +3326,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_privilege_set_result();
+      $result = new ThriftHiveMetastore_get_privilege_set_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -3347,7 +3347,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_list_privileges($principal_name, $principal_type, $hiveObject)
   {
-    $args = new metastore_ThriftHiveMetastore_list_privileges_args();
+    $args = new ThriftHiveMetastore_list_privileges_args();
     $args->principal_name = $principal_name;
     $args->principal_type = $principal_type;
     $args->hiveObject = $hiveObject;
@@ -3368,7 +3368,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_list_privileges()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_list_privileges_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_list_privileges_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -3382,7 +3382,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_list_privileges_result();
+      $result = new ThriftHiveMetastore_list_privileges_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -3403,7 +3403,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_grant_privileges($privileges)
   {
-    $args = new metastore_ThriftHiveMetastore_grant_privileges_args();
+    $args = new ThriftHiveMetastore_grant_privileges_args();
     $args->privileges = $privileges;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -3422,7 +3422,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_grant_privileges()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_grant_privileges_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_grant_privileges_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -3436,7 +3436,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_grant_privileges_result();
+      $result = new ThriftHiveMetastore_grant_privileges_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -3457,7 +3457,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_revoke_privileges($privileges)
   {
-    $args = new metastore_ThriftHiveMetastore_revoke_privileges_args();
+    $args = new ThriftHiveMetastore_revoke_privileges_args();
     $args->privileges = $privileges;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -3476,7 +3476,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_revoke_privileges()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_revoke_privileges_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_revoke_privileges_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -3490,7 +3490,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_revoke_privileges_result();
+      $result = new ThriftHiveMetastore_revoke_privileges_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -3511,7 +3511,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_get_delegation_token($token_owner, $renewer_kerberos_principal_name)
   {
-    $args = new metastore_ThriftHiveMetastore_get_delegation_token_args();
+    $args = new ThriftHiveMetastore_get_delegation_token_args();
     $args->token_owner = $token_owner;
     $args->renewer_kerberos_principal_name = $renewer_kerberos_principal_name;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
@@ -3531,7 +3531,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_get_delegation_token()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_get_delegation_token_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_get_delegation_token_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -3545,7 +3545,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_get_delegation_token_result();
+      $result = new ThriftHiveMetastore_get_delegation_token_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -3566,7 +3566,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_renew_delegation_token($token_str_form)
   {
-    $args = new metastore_ThriftHiveMetastore_renew_delegation_token_args();
+    $args = new ThriftHiveMetastore_renew_delegation_token_args();
     $args->token_str_form = $token_str_form;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -3585,7 +3585,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_renew_delegation_token()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_renew_delegation_token_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_renew_delegation_token_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -3599,7 +3599,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_renew_delegation_token_result();
+      $result = new ThriftHiveMetastore_renew_delegation_token_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -3620,7 +3620,7 @@ class ThriftHiveMetastoreClient extends 
 
   public function send_cancel_delegation_token($token_str_form)
   {
-    $args = new metastore_ThriftHiveMetastore_cancel_delegation_token_args();
+    $args = new ThriftHiveMetastore_cancel_delegation_token_args();
     $args->token_str_form = $token_str_form;
     $bin_accel = ($this->output_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_write_binary');
     if ($bin_accel)
@@ -3639,7 +3639,7 @@ class ThriftHiveMetastoreClient extends 
   public function recv_cancel_delegation_token()
   {
     $bin_accel = ($this->input_ instanceof TProtocol::$TBINARYPROTOCOLACCELERATED) && function_exists('thrift_protocol_read_binary');
-    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'metastore_ThriftHiveMetastore_cancel_delegation_token_result', $this->input_->isStrictRead());
+    if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, 'ThriftHiveMetastore_cancel_delegation_token_result', $this->input_->isStrictRead());
     else
     {
       $rseqid = 0;
@@ -3653,7 +3653,7 @@ class ThriftHiveMetastoreClient extends 
         $this->input_->readMessageEnd();
         throw $x;
       }
-      $result = new metastore_ThriftHiveMetastore_cancel_delegation_token_result();
+      $result = new ThriftHiveMetastore_cancel_delegation_token_result();
       $result->read($this->input_);
       $this->input_->readMessageEnd();
     }
@@ -3667,7 +3667,7 @@ class ThriftHiveMetastoreClient extends 
 
 // HELPER FUNCTIONS AND STRUCTURES
 
-class metastore_ThriftHiveMetastore_create_database_args {
+class ThriftHiveMetastore_create_database_args {
   static $_TSPEC;
 
   public $database = null;
@@ -3678,7 +3678,7 @@ class metastore_ThriftHiveMetastore_crea
         1 => array(
           'var' => 'database',
           'type' => TType::STRUCT,
-          'class' => 'metastore_Database',
+          'class' => 'Database',
           ),
         );
     }
@@ -3710,7 +3710,7 @@ class metastore_ThriftHiveMetastore_crea
       {
         case 1:
           if ($ftype == TType::STRUCT) {
-            $this->database = new metastore_Database();
+            $this->database = new Database();
             $xfer += $this->database->read($input);
           } else {
             $xfer += $input->skip($ftype);
@@ -3744,7 +3744,7 @@ class metastore_ThriftHiveMetastore_crea
 
 }
 
-class metastore_ThriftHiveMetastore_create_database_result {
+class ThriftHiveMetastore_create_database_result {
   static $_TSPEC;
 
   public $o1 = null;
@@ -3757,17 +3757,17 @@ class metastore_ThriftHiveMetastore_crea
         1 => array(
           'var' => 'o1',
           'type' => TType::STRUCT,
-          'class' => 'metastore_AlreadyExistsException',
+          'class' => 'AlreadyExistsException',
           ),
         2 => array(
           'var' => 'o2',
           'type' => TType::STRUCT,
-          'class' => 'metastore_InvalidObjectException',
+          'class' => 'InvalidObjectException',
           ),
         3 => array(
           'var' => 'o3',
           'type' => TType::STRUCT,
-          'class' => 'metastore_MetaException',
+          'class' => 'MetaException',
           ),
         );
     }
@@ -3805,7 +3805,7 @@ class metastore_ThriftHiveMetastore_crea
       {
         case 1:
           if ($ftype == TType::STRUCT) {
-            $this->o1 = new metastore_AlreadyExistsException();
+            $this->o1 = new AlreadyExistsException();
             $xfer += $this->o1->read($input);
           } else {
             $xfer += $input->skip($ftype);
@@ -3813,7 +3813,7 @@ class metastore_ThriftHiveMetastore_crea
           break;
         case 2:
           if ($ftype == TType::STRUCT) {
-            $this->o2 = new metastore_InvalidObjectException();
+            $this->o2 = new InvalidObjectException();
             $xfer += $this->o2->read($input);
           } else {
             $xfer += $input->skip($ftype);
@@ -3821,7 +3821,7 @@ class metastore_ThriftHiveMetastore_crea
           break;
         case 3:
           if ($ftype == TType::STRUCT) {
-            $this->o3 = new metastore_MetaException();
+            $this->o3 = new MetaException();
             $xfer += $this->o3->read($input);
           } else {
             $xfer += $input->skip($ftype);
@@ -3862,7 +3862,7 @@ class metastore_ThriftHiveMetastore_crea
 
 }
 
-class metastore_ThriftHiveMetastore_get_database_args {
+class ThriftHiveMetastore_get_database_args {
   static $_TSPEC;
 
   public $name = null;
@@ -3934,7 +3934,7 @@ class metastore_ThriftHiveMetastore_get_
 
 }
 
-class metastore_ThriftHiveMetastore_get_database_result {
+class ThriftHiveMetastore_get_database_result {
   static $_TSPEC;
 
   public $success = null;
@@ -3947,17 +3947,17 @@ class metastore_ThriftHiveMetastore_get_
         0 => array(
           'var' => 'success',
           'type' => TType::STRUCT,
-          'class' => 'metastore_Database',

[... 3687 lines stripped ...]