Re: Iceberg tables not using hive catalog's hive.metastore.warehouse.dir

2021-04-28 Thread Huadong Liu
Hi Peter, thanks for the info. I will ticket issues in case they show up. On Wed, Apr 28, 2021 at 4:14 AM Peter Vary wrote: > Hi Huadong, > > If the table location is not provided then the table will automatically be > placed under the database (namespace) location, but if the location is > prov

Re: Iceberg tables not using hive catalog's hive.metastore.warehouse.dir

2021-04-28 Thread Peter Vary
Hi Huadong, If the table location is not provided then the table will automatically be placed under the database (namespace) location, but if the location is provided then it could point to anywhere and the table should work. The default directory structure could help with organizing you data, b

Iceberg tables not using hive catalog's hive.metastore.warehouse.dir

2021-04-27 Thread Huadong Liu
Hi Iceberg Dev, Iceberg tables with hive catalog are created under hive.metastore.warehouse.dir/ by default. Different table locations