Class ViewFSUtils


  • public class ViewFSUtils
    extends Object
    • Constructor Detail

      • ViewFSUtils

        public ViewFSUtils()
    • Method Detail

      • isViewFSSupported

        public static boolean isViewFSSupported()
      • isViewFS

        public static boolean isViewFS​(org.apache.hadoop.fs.Path source,
                                       org.apache.hadoop.conf.Configuration conf)
                                throws IOException
        Throws:
        IOException
      • isViewFS

        public static boolean isViewFS​(org.apache.hadoop.fs.FileSystem fs)
      • matchingFileSystem

        public static org.apache.hadoop.fs.Path matchingFileSystem​(org.apache.hadoop.fs.Path source,
                                                                   String[] options,
                                                                   org.apache.hadoop.conf.Configuration conf)
                                                            throws IOException
        Throws:
        IOException