Class MultiMount


  • public final class MultiMount
    extends java.lang.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 are set in your Alluxio configuration. If the above assumptions are met, you can run the example using: ./bin/alluxio runClass alluxio.examples.MultiMount <HDFS_URL>
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Entry point for the MultiMount program.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Entry point for the MultiMount program.
        Parameters:
        args - command-line arguments