Package alluxio.cli
Class ValidateHdfsMount
- java.lang.Object
-
- alluxio.cli.ValidateHdfsMount
-
public class ValidateHdfsMount extends java.lang.ObjectA tool to validate an HDFS mount, before the path is mounted to Alluxio.
-
-
Constructor Summary
Constructors Constructor Description ValidateHdfsMount()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)The entrance.static voidprintHelp(java.lang.String message)Print help with the message.
-
-
-
Method Detail
-
printHelp
public static void printHelp(java.lang.String message)
Print help with the message.- Parameters:
message- the message
-
main
public static void main(java.lang.String[] args) throws java.lang.ExceptionThe entrance.- Parameters:
args- command line arguments- Throws:
java.lang.Exception
-
-