sshkvar commented on pull request #2850:
URL: https://github.com/apache/iceberg/pull/2850#issuecomment-886564565


   > @sshkvar: I think you could use the following Hive query to archive the 
desired results:
   > 
   > ```
   > CREATE EXTERNAL TABLE customers (id INTEGER)
   > STORED BY 'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler'
   > LOCATION 
'<WAREHOUSE>/934b0724-b4da-4202-aa90-4d6e9543b8b4//default/customers';
   > ```
   > 
   > Would this work for you?
   > Thanks,
   > Peter
   
   @pvary yes, this solution can be used, but in this case we need to change a 
lot of existing ETL's and ask people to set custom location for each new table. 
We would like to have some general option


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

Reply via email to