Class MetadataIndexingApplication


  • public class MetadataIndexingApplication
    extends Object
    • Constructor Detail

      • MetadataIndexingApplication

        public MetadataIndexingApplication()
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws 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:
        IOException
        InterruptedException
        Exception