Class HDFS


  • public class HDFS
    extends java.lang.Object
    Example program to use HDFS API to read and write files.
    • Constructor Summary

      Constructors 
      Constructor Description
      HDFS()  
    • Method Summary

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

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

      • HDFS

        public HDFS()
    • Method Detail

      • main

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