Class StaticPathSpec

    • Constructor Detail

      • StaticPathSpec

        public StaticPathSpec​(String paths,
                              Class<? extends org.apache.hadoop.mapreduce.InputFormat> inputFormat)
    • Method Detail

      • getInputFormat

        public Class<? extends org.apache.hadoop.mapreduce.InputFormat> getInputFormat()
      • getPaths

        public String getPaths()
      • addToMultipleInputs

        public static void addToMultipleInputs​(HadoopDruidIndexerConfig config,
                                               org.apache.hadoop.mapreduce.Job job,
                                               String path,
                                               Class<? extends org.apache.hadoop.mapreduce.InputFormat> inputFormatClass)
      • addToMultipleInputs

        public static void addToMultipleInputs​(HadoopDruidIndexerConfig config,
                                               org.apache.hadoop.mapreduce.Job job,
                                               Set<String> paths,
                                               Class<? extends org.apache.hadoop.mapreduce.InputFormat> inputFormatClass)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object