[
https://issues.apache.org/jira/browse/TRAFODION-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14698004#comment-14698004
]
Atanu Mishra commented on TRAFODION-213:
----------------------------------------
Hans Zeller (hans-zeller) wrote on 2014-04-17: #1
We decided to use Java reflection interfaces to be compatible with both older
and newer Java interfaces.
Changed in trafodion:
assignee: nobody → Hans Zeller (hans-zeller)
status: New → Confirmed
status: Confirmed → In Progress
Hans Zeller (hans-zeller) wrote on 2014-04-22: #2
Fix checked into project/datalake_64_1 branch, rev. 39573.
Changed in trafodion:
status: In Progress → Fix Committed
Steve Varnau (steve-varnau) on 2014-06-10
information type: Proprietary → Public
Hans Zeller (hans-zeller) on 2014-10-20
Changed in trafodion:
status: Fix Committed → Fix Released
> LP Bug: 1302178 - Build fails in CDH4 env. Not compatible with Hive 0.10
> ------------------------------------------------------------------------
>
> Key: TRAFODION-213
> URL: https://issues.apache.org/jira/browse/TRAFODION-213
> Project: Apache Trafodion
> Issue Type: Bug
> Components: sql-general
> Reporter: Steve Varnau
> Assignee: Hans Zeller
> Priority: Critical
> Fix For: 0.7 (pre-incubation)
>
>
> HiveClient.java is not compatible with Hive 0.10
> ../executor/HiveClient.java:21: error: cannot find symbol ##(SQL)
> import org.apache.hadoop.hive.metastore.api.Constants; ##(SQL)
> ^ ##(SQL)
> symbol: class Constants ##(SQL)
> location: package org.apache.hadoop.hive.metastore.api ##(SQL)
> ../executor/HiveClient.java:96: error: cannot find symbol ##(SQL)
> String rfTime = table.getParameters().get(Constants.DDL_TIME) ;
> ##(SQL)
> ^ ##(SQL)
> symbol: variable Constants ##(SQL)
> location: class HiveClient ##(SQL)
> This breaks build in Cloudera 4.4 environment. Currently this is the only
> environment for Jenkins automated builds.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)