[ 
https://issues.apache.org/jira/browse/HIVE-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13636211#comment-13636211
 ] 

Namit Jain commented on HIVE-4095:
----------------------------------

I am getting a compile error after performing:

arc patch --revision 10035

ant clean package

core-compile:
     [echo] Project: metastore
    [javac] Compiling 103 source files to 
/Users/njain/hive/hive_commit2/build/metastore/classes
    [javac] 
/Users/njain/hive/hive_commit2/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java:1866:
 method does not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] 
/Users/njain/hive/hive_commit2/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java:439:
 cannot find symbol
    [javac] symbol  : method 
exchange_partition(java.util.Map<java.lang.String,java.lang.String>,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
    [javac] location: interface 
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
    [javac]     return client.exchange_partition(partitionSpecs, sourceDb, 
sourceTable,
    [javac]                  ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors


                
> Add exchange partition in Hive
> ------------------------------
>
>                 Key: HIVE-4095
>                 URL: https://issues.apache.org/jira/browse/HIVE-4095
>             Project: Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Dheeraj Kumar Singh
>         Attachments: hive.4095.1.patch, HIVE-4095.D10155.1.patch, 
> HIVE-4095.D10155.2.patch, HIVE-4095.D10347.1.patch, 
> HIVE-4095.part11.patch.txt, HIVE-4095.part12.patch.txt
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to