sunchao edited a comment on pull request #1794:
URL: https://github.com/apache/hive/pull/1794#issuecomment-748520491


   OK. I tried to bump Accumulo version to 1.7.3 (the one used by master 
branch) and I got the exception:
   ```
   select * from accumulo_table_1
   [ERROR]   TestAccumuloCliDriver.testCliDriver:59 Unexpected exception 
java.lang.NoClassDefFoundError: org/eigenbase/util/property/BooleanProperty
           at 
org.apache.calcite.util.SaffronProperties.<init>(SaffronProperties.java:66)
           at 
org.apache.calcite.util.SaffronProperties.instance(SaffronProperties.java:134)
           at org.apache.calcite.util.Util.getDefaultCharset(Util.java:769)
           at 
org.apache.calcite.rel.type.RelDataTypeFactoryImpl.getDefaultCharset(RelDataTypeFactoryImpl.java:565)
           at 
org.apache.calcite.sql.type.SqlTypeUtil.addCharsetAndCollation(SqlTypeUtil.java:1070)
           at 
org.apache.calcite.sql.type.SqlTypeFactoryImpl.createSqlType(SqlTypeFactoryImpl.java:65)
           at org.apache.calcite.rex.RexBuilder.<init>(RexBuilder.java:114)
           at 
org.apache.calcite.prepare.CalcitePrepareImpl.perform(CalcitePrepareImpl.java:991)
           at 
org.apache.calcite.tools.Frameworks.withPrepare(Frameworks.java:149)
           at 
org.apache.calcite.tools.Frameworks.withPlanner(Frameworks.java:106)
           at 
org.apache.hadoop.hive.ql.parse.CalcitePlanner.logicalPlan(CalcitePlanner.java:1069)
           at 
org.apache.hadoop.hive.ql.parse.CalcitePlanner.getOptimizedAST(CalcitePlanner.java:1085)
           at 
org.apache.hadoop.hive.ql.parse.CalcitePlanner.genOPTree(CalcitePlanner.java:364)
           at 
org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.analyzeInternal(SemanticAnalyzer.java:11138)
           at 
org.apache.hadoop.hive.ql.parse.CalcitePlanner.analyzeInternal(CalcitePlanner.java:286)
           at 
org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.analyze(BaseSemanticAnalyzer.java:258)
           at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:512)
           at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1317)
           at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1457)
   ```
   as in #1792. So perhaps with Accumulo 1.6.0 the exception got swallowed 
silently and therefore test got stuck. After applying patch there together with 
the version bump the issue seems gone, but without version bump it will still 
stuck for unknown reason. I'll update #1792 with this change. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to