You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/02/23 02:54:20 UTC

[GitHub] [iceberg] rlcyf commented on issue #2260: Couldn't find corresponding Hive SerDe for data source provider iceberg

rlcyf commented on issue #2260:
URL: https://github.com/apache/iceberg/issues/2260#issuecomment-783841088


   > @rlcyf:您可以使用SparkCatalog代替SparkSessionCatalog尝试一下吗?
   > 我已经看到使用内部Hive Catalog而非提供的Iceberg的SparkSessionCatalog实现的一些问题。共识是Spark应该并且将在其目录实现中解决此问题。
   > 
   > 使用此配置,测试可以正常运行:
   > 
   > ```
   >         new Object[] { "testhive", SparkCatalog.class.getName(), ImmutableMap.of(
   >             "type", "hive",
   >             "default-namespace", "default"
   >         )},
   > ```
   > 
   > 谢谢
   > 彼得
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org