You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:15:14 UTC

[jira] [Created] (TRAFODION-213) LP Bug: 1302178 - Build fails in CDH4 env. Not compatible with Hive 0.10

Alice Chen created TRAFODION-213:
------------------------------------

             Summary: 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)