public final class MultiMount
extends Object
Example program that demonstrates Alluxio's ability to read and write data across different
types of storage systems. In particular, this example reads data from S3 and writes data to HDFS.
NOTE: This example assumes that the existence of an Alluxio cluster, the existence of an HDFS
cluster, and that the properties for accessing S3 (fs.s3n.awsAccessKeyId and fs.s3n
.awsSecretAccessKey) are set in your Alluxio configuration.
If the above assumptions are met, you can run the example using:
./bin/alluxio runClass alluxio.examples.MultiMount