Package alluxio.cli

Class ValidateHdfsMount


  • public class ValidateHdfsMount
    extends java.lang.Object
    A tool to validate an HDFS mount, before the path is mounted to Alluxio.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      The entrance.
      static void printHelp​(java.lang.String message)
      Print help with the message.
      • Methods inherited from class java.lang.Object

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

      • ValidateHdfsMount

        public ValidateHdfsMount()
    • 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.Exception
        The entrance.
        Parameters:
        args - command line arguments
        Throws:
        java.lang.Exception