abmo-x commented on issue #1617:
URL: https://github.com/apache/iceberg/issues/1617#issuecomment-1815701202

   @jotarada yes, relative path should help with this use case
   
   However, you don't really need relative paths if you use the same paths in 
alluxio. you can just configure the s3 endpoint config to use alluxio endpoint 
and read from alluvia, you don't even have to create table A1
   
   table A
   fs:          fs://location/db/tableA/data/metadata
   alluxio:  fs://location/db/tableA/data/metadata
   
   set s3 endpoint to alluxio for read,  in spark set 'spark.fs.s3a.endpoint' 
and that should read from alluxio instead of s3, no need for new table or 
relative paths.
   


-- 
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-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to