Author: rhbutani
Date: Tue Apr  8 15:37:43 2014
New Revision: 1585760

URL: http://svn.apache.org/r1585760
Log:
Revert HIVE-6757(r1585758) going back to r1585754, didn't rm files

Removed:
    hive/trunk/metastore/scripts/upgrade/derby/018-HIVE-6757.derby.sql
    hive/trunk/metastore/scripts/upgrade/mysql/018-HIVE-6757.mysql.sql
    hive/trunk/metastore/scripts/upgrade/oracle/018-HIVE-6757.oracle.sql
    hive/trunk/metastore/scripts/upgrade/postgres/018-HIVE-6757.postgres.sql
Modified:
    
hive/trunk/metastore/scripts/upgrade/derby/upgrade-0.12.0-to-0.13.0.derby.sql
    
hive/trunk/metastore/scripts/upgrade/mysql/upgrade-0.12.0-to-0.13.0.mysql.sql
    
hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.12.0-to-0.13.0.oracle.sql
    
hive/trunk/metastore/scripts/upgrade/postgres/upgrade-0.12.0-to-0.13.0.postgres.sql

Modified: 
hive/trunk/metastore/scripts/upgrade/derby/upgrade-0.12.0-to-0.13.0.derby.sql
URL: 
http://svn.apache.org/viewvc/hive/trunk/metastore/scripts/upgrade/derby/upgrade-0.12.0-to-0.13.0.derby.sql?rev=1585760&r1=1585759&r2=1585760&view=diff
==============================================================================
--- 
hive/trunk/metastore/scripts/upgrade/derby/upgrade-0.12.0-to-0.13.0.derby.sql 
(original)
+++ 
hive/trunk/metastore/scripts/upgrade/derby/upgrade-0.12.0-to-0.13.0.derby.sql 
Tue Apr  8 15:37:43 2014
@@ -2,6 +2,5 @@
 RUN 'hive-txn-schema-0.13.0.derby.sql';
 RUN '016-HIVE-6386.derby.sql';
 RUN '017-HIVE-6458.derby.sql';
-RUN '018-HIVE-6757.derby.sql';
 
 UPDATE "APP".VERSION SET SCHEMA_VERSION='0.13.0', VERSION_COMMENT='Hive 
release version 0.13.0' where VER_ID=1;

Modified: 
hive/trunk/metastore/scripts/upgrade/mysql/upgrade-0.12.0-to-0.13.0.mysql.sql
URL: 
http://svn.apache.org/viewvc/hive/trunk/metastore/scripts/upgrade/mysql/upgrade-0.12.0-to-0.13.0.mysql.sql?rev=1585760&r1=1585759&r2=1585760&view=diff
==============================================================================
--- 
hive/trunk/metastore/scripts/upgrade/mysql/upgrade-0.12.0-to-0.13.0.mysql.sql 
(original)
+++ 
hive/trunk/metastore/scripts/upgrade/mysql/upgrade-0.12.0-to-0.13.0.mysql.sql 
Tue Apr  8 15:37:43 2014
@@ -3,7 +3,6 @@ SELECT 'Upgrading MetaStore schema from 
 SOURCE 015-HIVE-5700.mysql.sql;
 SOURCE 016-HIVE-6386.mysql.sql;
 SOURCE 017-HIVE-6458.mysql.sql;
-SOURCE 018-HIVE-6757.mysql.sql;
 SOURCE hive-txn-schema-0.13.0.mysql.sql;
 
 UPDATE VERSION SET SCHEMA_VERSION='0.13.0', VERSION_COMMENT='Hive release 
version 0.13.0' where VER_ID=1;

Modified: 
hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.12.0-to-0.13.0.oracle.sql
URL: 
http://svn.apache.org/viewvc/hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.12.0-to-0.13.0.oracle.sql?rev=1585760&r1=1585759&r2=1585760&view=diff
==============================================================================
--- 
hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.12.0-to-0.13.0.oracle.sql 
(original)
+++ 
hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.12.0-to-0.13.0.oracle.sql 
Tue Apr  8 15:37:43 2014
@@ -3,7 +3,6 @@ SELECT 'Upgrading MetaStore schema from 
 @015-HIVE-5700.oracle.sql;
 @016-HIVE-6386.oracle.sql;
 @017-HIVE-6458.oracle.sql;
[email protected];
 @hive-txn-schema-0.13.0.oracle.sql;
 
 UPDATE VERSION SET SCHEMA_VERSION='0.13.0', VERSION_COMMENT='Hive release 
version 0.13.0' where VER_ID=1;

Modified: 
hive/trunk/metastore/scripts/upgrade/postgres/upgrade-0.12.0-to-0.13.0.postgres.sql
URL: 
http://svn.apache.org/viewvc/hive/trunk/metastore/scripts/upgrade/postgres/upgrade-0.12.0-to-0.13.0.postgres.sql?rev=1585760&r1=1585759&r2=1585760&view=diff
==============================================================================
--- 
hive/trunk/metastore/scripts/upgrade/postgres/upgrade-0.12.0-to-0.13.0.postgres.sql
 (original)
+++ 
hive/trunk/metastore/scripts/upgrade/postgres/upgrade-0.12.0-to-0.13.0.postgres.sql
 Tue Apr  8 15:37:43 2014
@@ -3,7 +3,6 @@ SELECT 'Upgrading MetaStore schema from 
 \i 015-HIVE-5700.postgres.sql;
 \i 016-HIVE-6386.postgres.sql;
 \i 017-HIVE-6458.postgres.sql;
-\i 018-HIVE-6757.postgres.sql;
 \i hive-txn-schema-0.13.0.postgres.sql;
 
 UPDATE "VERSION" SET "SCHEMA_VERSION"='0.13.0', "VERSION_COMMENT"='Hive 
release version 0.13.0' where "VER_ID"=1;


Reply via email to