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/07/26 10:00:12 UTC

[GitHub] [iceberg] pvary edited a comment on pull request #2850: Spark: Added ability to add uuid suffix to the table location in Hive catalog

pvary edited a comment on pull request #2850:
URL: https://github.com/apache/iceberg/pull/2850#issuecomment-886556438


   @sshkvar: I think you could use the following Hive query to archive the desired results:
   ```
   CREATE EXTERNAL TABLE customers
   STORED BY 'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler'
   LOCATION '<WAREHOUSE>/934b0724-b4da-4202-aa90-4d6e9543b8b4//default/customers';
   ```
   
   Would this work for you?
   Thanks,
   Peter


-- 
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: issues-unsubscribe@iceberg.apache.org

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