[
https://issues.apache.org/jira/browse/HIVE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148119#comment-13148119
]
Hudson commented on HIVE-2562:
------------------------------
Integrated in Hive-trunk-h0.21 #1075 (See
[https://builds.apache.org/job/Hive-trunk-h0.21/1075/])
HIVE-2562. HIVE-2247 Changed the Thrift API causing compatibility issues.
(Weiyan Wang via Ning Zhang)
nzhang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1200442
Files :
* /hive/trunk/metastore/if/hive_metastore.thrift
* /hive/trunk/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp
* /hive/trunk/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h
*
/hive/trunk/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore_server.skeleton.cpp
*
/hive/trunk/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java
*
/hive/trunk/metastore/src/gen/thrift/gen-php/hive_metastore/ThriftHiveMetastore.php
*
/hive/trunk/metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore-remote
*
/hive/trunk/metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore.py
* /hive/trunk/metastore/src/gen/thrift/gen-rb/thrift_hive_metastore.rb
*
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
*
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
> HIVE-2247 Changed the Thrift API causing compatibility issues.
> --------------------------------------------------------------
>
> Key: HIVE-2562
> URL: https://issues.apache.org/jira/browse/HIVE-2562
> Project: Hive
> Issue Type: Bug
> Reporter: Kevin Wilfong
> Assignee: Weiyan Wang
> Fix For: 0.9.0
>
> Attachments: HIVE-2562-1.patch, HIVE-2562-2.patch, HIVE-2562.patch
>
>
> HIVE-2247 Added a parameter to alter_partition in the Metastore Thrift API
> which has been causing compatibility issues with some scripts. We would like
> to change this to have two methods, one called alter_partition which takes
> the old parameters, and one called something else (I'll leave the naming up
> to you) which has the new parameters. The implementation of the old method
> should just call the new method with null for the new parameter.
> This will fix the compatibility issues.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira