TangYan-1 commented on issue #2927:
URL: https://github.com/apache/iceberg/issues/2927#issuecomment-891666657
@pvary Thanks for your quick reply. The query can work after adding 'set
iceberg.mr.catalog = hive;'. But I found a new issue, when I use SELECT * from
iceberg_table_hive_createdbyspark2 where id='1', the query fails in the below
new errrors.
java.lang.NoSuchMethodError:
org.apache.hadoop.hive.ql.io.sarg.ConvertAstToSearchArg.create(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hive/ql/plan/ExprNodeGenericFuncDesc;)Lorg/apache/hadoop/hive/ql/io/sarg/SearchArgument;
at
org.apache.iceberg.mr.hive.HiveIcebergInputFormat.getSplits(HiveIcebergInputFormat.java:59)
~[iceberg-hive-runtime-0.11.1.jar:?]
at
org.apache.hadoop.hive.ql.io.HiveInputFormat.addSplitsForGroup(HiveInputFormat.java:349)
~[hive-exec-2.1.1-cdh6.3.0.jar:2.1.1-cdh6.3.0]
Could you please share any clues?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]