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 2019/08/23 12:01:16 UTC

[GitHub] [incubator-iceberg] jerryshao opened a new pull request #406: Throw an exception when using Iceberg with Spark embedded metastore

jerryshao opened a new pull request #406: Throw an exception when using Iceberg with Spark embedded metastore
URL: https://github.com/apache/incubator-iceberg/pull/406
 
 
   Iceberg's hive catalog has two issues work with Spark embedded metastore:
   
   1. Iceberg requires HIVE_LOCKS which doesn't exist in embedded metastore.
   2. Embedded metastore restricts only one client at a time, so once Spark creates a client, then Iceberg cannot open a client anymore, vice versa.
   
   Here propose a simple fix to restrict users to use iceberg when embedded metastore is enabled.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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