You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Weidong Bian (JIRA)" <ji...@apache.org> on 2012/08/14 10:57:37 UTC

[jira] [Updated] (HIVE-3384) HIVE JDBC module won't compile under JDK1.7 as new methods added in JDBC specification

     [ https://issues.apache.org/jira/browse/HIVE-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Weidong Bian updated HIVE-3384:
-------------------------------

    Description: 
jdbc module couldn't be compiled with jdk7 as it adds some abstract method in the JDBC specification 

some error info:
 error: HiveCallableStatement is not abstract and does not override abstract
method <T>getObject(String,Class<T>) in CallableStatement
.
.
.


    
> HIVE JDBC module won't compile under JDK1.7 as new methods added in JDBC specification
> --------------------------------------------------------------------------------------
>
>                 Key: HIVE-3384
>                 URL: https://issues.apache.org/jira/browse/HIVE-3384
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>            Reporter: Weidong Bian
>            Priority: Minor
>         Attachments: HIVE-3384.patch
>
>
> jdbc module couldn't be compiled with jdk7 as it adds some abstract method in the JDBC specification 
> some error info:
>  error: HiveCallableStatement is not abstract and does not override abstract
> method <T>getObject(String,Class<T>) in CallableStatement
> .
> .
> .

--
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