Class MapReduceEngineTaskConfigProvider

    • Field Detail

      • MAPRED_TASK_ID_PROP_NAME

        public static final java.lang.String MAPRED_TASK_ID_PROP_NAME
        See Also:
        Constant Field Values
      • MAPREDUCE_JOB_NAME_PROP_NAME

        public static final java.lang.String MAPREDUCE_JOB_NAME_PROP_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • MapReduceEngineTaskConfigProvider

        public MapReduceEngineTaskConfigProvider​(org.apache.hadoop.mapred.JobConf jobConf)
    • Method Detail

      • getJobName

        public java.lang.String getJobName()
        Specified by:
        getJobName in interface EngineTaskConfigProvider
        Returns:
        The name of the compute job. This must be the same for all tasks of the same job.