[
https://issues.apache.org/jira/browse/RANGER-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colm O hEigeartaigh updated RANGER-1020:
----------------------------------------
Attachment: 0001-RANGER-1020-Remove-old-Calcite-dependency.patch
> Remove (old) Calcite dependency
> -------------------------------
>
> Key: RANGER-1020
> URL: https://issues.apache.org/jira/browse/RANGER-1020
> Project: Ranger
> Issue Type: Bug
> Reporter: Colm O hEigeartaigh
> Assignee: Colm O hEigeartaigh
> Fix For: 0.6.0
>
> Attachments: 0001-RANGER-1020-Remove-old-Calcite-dependency.patch
>
>
> Currently, Ranger uses an old Calcite dependency (0.9.2-incubating). This
> causes a problem with the Hive plugin on the 0.6 master branch:
> Caused by: java.lang.NoClassDefFoundError:
> org/apache/calcite/rel/type/RelDataTypeSystem
> at
> org.apache.hadoop.hive.ql.parse.SemanticAnalyzerFactory.get(SemanticAnalyzerFactory.java:300)
> org/apache/calcite/rel/type/RelDataTypeSystem is not available in Calcite
> 0.9.2-incubating, as the package names hadn't been changed to Apache at that
> point.
> The simplest way of handling this is just to remove Calcite from the poms,
> and let the correct version be retrieved from the Hive dependencies.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)