ApiLimitedDistCpRequest Data Model

Properties
name data type description
copyListingSummary CopyListingSummary
proxyUser string
sourceProxyUser string
sourcePeer string
sourceCluster string
sourceService string
sequenceFile string
renameDeleteFile string
additionalConfigs map of string
additionalEnvironmentVariables map of string
unsetConfigs array of string
mapreduceServiceName string
targetPath string

Example

{
  "copyListingSummary" : {
    "totalRecords" : 12345,
    "totalFiles" : 12345,
    "totalBytes" : 12345
  },
  "proxyUser" : "...",
  "sourceProxyUser" : "...",
  "sourcePeer" : "...",
  "sourceCluster" : "...",
  "sourceService" : "...",
  "sequenceFile" : "...",
  "renameDeleteFile" : "...",
  "additionalConfigs" : {
    "property1" : "...",
    "property2" : "..."
  },
  "additionalEnvironmentVariables" : {
    "property1" : "...",
    "property2" : "..."
  },
  "unsetConfigs" : [ "...", "..." ],
  "mapreduceServiceName" : "...",
  "targetPath" : "..."
}