简体   繁体   中英

Mount HDFS Data on Alluxio

is it possible to mount HDFS data on Alluxio and have Alluxio copy/presist data onto s3 bucket?? or use Alluxio to copy data between HDFS and S3 (without storing data in Alluxio cache)?

So you can mount multiple "under stores" to Alluxio (one hdfs and one S3) and have data move between the two under stores either through explicit actions, or in some cases using some rules and automation to instigate the transfer of data (if you are using Alluxio enterprise). It would end up storing the data in the Alluxio cache as it transfers, but you can certainly have data move.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM