HadoopJarStepConfig constructor

HadoopJarStepConfig({
  1. required String jar,
  2. List<String>? args,
  3. String? mainClass,
  4. List<KeyValue>? properties,
})

Implementation

HadoopJarStepConfig({
  required this.jar,
  this.args,
  this.mainClass,
  this.properties,
});