Class MetadataIndexingApplication

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Start a hadoop job that fetches seeds reports out of metadata files.
      • Methods inherited from class java.lang.Object

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

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Start a hadoop job that fetches seeds reports out of metadata files. The single input argument is a path to the input file in the local file system. The input file is a newline-separated list of metadata paths to be processed. The lines input paths may be any combination of "file://" and "hdfs://" URIs.
        Parameters:
        args -
        Throws:
        java.io.IOException
        java.lang.InterruptedException
        java.lang.Exception