ApiFormatCopylistingReq

Properties

Name Type Description Notes
inputPath String 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]
outputPath String 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]
statusType String The type of the status objects in the input file. <p> Based on the values of com.cloudera.enterprise.distcp.util.StatusTypes. </p> [optional]
inputFormat String The format of the input file. <p> Valid values: &quot;BINARY&quot; </p> [optional]
outputFormat String The format of the output file. <p> Valid values: &quot;JSONL&quot; </p> [optional]
additionalConfigs Map<String, String> 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]
unsetConfigs List<String> A set of configuration options to be unset. <code>null</code> values are not allowed. [optional]
additionalEnvironmentVariables Map<String, String> 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]