szehon-ho edited a comment on issue #3363: URL: https://github.com/apache/iceberg/issues/3363#issuecomment-951127796
@pvary is this a Hive problem in 2.1.1? Seems we make a valid RetryingHiveMetastoreClient.getProxy call (ref: https://github.com/apache/hive/blob/rel/release-2.1.1/metastore/src/java/org/apache/hadoop/hive/metastore/RetryingMetaStoreClient.java#L86). Then it internally it calls a method in HiveMetastoreClient that does not exist in this version? That's strange. Maybe I can switch to call: https://github.com/apache/hive/blob/rel/release-2.1.1/metastore/src/java/org/apache/hadoop/hive/metastore/RetryingMetaStoreClient.java#L97 -- 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]
