Class AdhocTaskConfig

  • All Implemented Interfaces:
    Serializable

    public class AdhocTaskConfig
    extends BaseJsonConfig
    AdhocTaskConfig configuration.
     Example:
     {
       "taskType": "SegmentGenerationAndPushTask",
       "tableName": "myTable",
       "taskName": "myTask-0",
       "taskConfigs": {
         "inputDirURI": "s3://my-bucket/my-file.json",
         "input.fs.className": "org.apache.pinot.plugin.filesystem.S3PinotFS",
         "input.fs.prop.accessKey": "",
         "input.fs.prop.secretKey": "",
         "input.fs.prop.region": "us-west-2"
       }
     }
     
    See Also:
    Serialized Form
    • Method Detail

      • getTaskType

        public String getTaskType()
      • getTableName

        public String getTableName()
      • getTaskName

        public String getTaskName()