amnchauhan commented on issue #431: URL: https://github.com/apache/incubator-xtable/issues/431#issuecomment-2115468162
> @rajender07 Which catalog are you using? If it is HMS, the implementation is `org.apache.iceberg.hive.HiveCatalog`, the other args and name are going to be used to configure any required configurations for using this catalog like a `uri` for your thrift server. @the-other-tim-brown referring this when I'm using hive catalog and passing catalogImpl: org.apache.iceberg.hive.HiveCatalog I'm getting java.lang.NoSuchMethodException: Cannot find constructor for interface org,apache.iceberg.catalog.Catalog while if i use 'org.apache.iceberg.hadoop.HadoopCatalog' iam getting no such error. Is there anything else we need to implement if we are using hive Catalog for our iceberg tables? -- 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]
