GoogleCloudPlatform/oozie-to-airflow

Implement exit status and counters in MapReduce Action

potiuk opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Currently DataprocHadoopOperator does not support exit status and counters (https://oozie.apache.org/docs/5.1.0/WorkflowFunctionalSpec.html#a3.2.2_Map-Reduce_Action). Once this is implemented, we might implement it.

Describe the solution you'd like
We should have status and counters available.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or
features you've considered.

Additional context
DataprocHadoopOperator must be extended to allow this feature.