Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
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.