Package alluxio.examples
Class AlluxioHDFS
- java.lang.Object
-
- alluxio.examples.AlluxioHDFS
-
public class AlluxioHDFS extends java.lang.ObjectExample program to use Alluxio Hadoop Compatible API to read and write files.
-
-
Constructor Summary
Constructors Constructor Description AlluxioHDFS()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Entry point for theAlluxioHDFSprogram.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOExceptionEntry point for theAlluxioHDFSprogram.- Parameters:
args- command-line arguments- Throws:
java.io.IOException
-
-