----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48481/#review140430 -----------------------------------------------------------
Ship it! Verified the patch by applying it in local build. No issues. Committing it to Apache master. - Ramesh Mani On June 9, 2016, 9:14 a.m., Colm O hEigeartaigh wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/48481/ > ----------------------------------------------------------- > > (Updated June 9, 2016, 9:14 a.m.) > > > Review request for ranger. > > > Bugs: RANGER-1020 > https://issues.apache.org/jira/browse/RANGER-1020 > > > Repository: ranger > > > Description > ------- > > 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. > > > Diffs > ----- > > hdfs-agent/pom.xml 6e92a0e > hive-agent/pom.xml 3161433 > pom.xml ef78fb5 > > Diff: https://reviews.apache.org/r/48481/diff/ > > > Testing > ------- > > > Thanks, > > Colm O hEigeartaigh > >
