| input_path | str | Absolute path (including protocol and HDFS namenode address/Ozone service ID) to the input file. <p> This file <b>must exist</b> before calling the endpoint. Example: <code>hdfs://namenode:8020/source/seqfile</code> or <code>ofs://ozone-service/vol/bkt/file</code>. </p> | [optional] |
| output_path | str | Absolute path (including protocol and HDFS namenode address/Ozone service ID) to the output file. <p> This file <b>must not exist</b> before calling the endpoint. </p> | [optional] |
| status_type | str | The type of the status objects in the input file. <p> Based on the values of com.cloudera.enterprise.distcp.util.StatusTypes. </p> | [optional] |
| input_format | str | The format of the input file. <p> Valid values: "BINARY" </p> | [optional] |
| output_format | str | The format of the output file. <p> Valid values: "JSONL" </p> | [optional] |
| additional_configs | dict(str, str) | A map of additional configuration options for the formatting. These will be merged with the configuration gathered for the command automatically. <code>null</code> values are not allowed. | [optional] |
| unset_configs | list[str] | A set of configuration options to be unset. <code>null</code> values are not allowed. | [optional] |
| additional_environment_variables | dict(str, str) | A map of additional environment variables to be used in the one-off process <p/> This is the place to add environment variables related to e.g. <code>kinit</code> that acquires the TGT on the execution-side (usually the destination) or JVM options. <p/> <code>null</code> values are not allowed; this interface must be changed should that be necessary. | [optional] |