Constant Field Values


Contents
org.apache.*

org.apache.hadoop.tools.DistCp
public static final int SHUTDOWN_HOOK_PRIORITY 30

org.apache.hadoop.tools.DistCpConstants
public static final String CONF_LABEL_ATOMIC_COPY "distcp.atomic.copy"
public static final String CONF_LABEL_BANDWIDTH_MB "distcp.map.bandwidth.mb"
public static final String CONF_LABEL_COPY_STRATEGY "distcp.copy.strategy"
public static final String CONF_LABEL_DELETE_MISSING "distcp.delete.missing.source"
public static final String CONF_LABEL_DISTCP_JOB_ID "distcp.job.id"
public static final String CONF_LABEL_IGNORE_FAILURES "distcp.ignore.failures"
public static final String CONF_LABEL_LISTING_FILE_PATH "distcp.listing.file.path"
public static final String CONF_LABEL_LOG_PATH "distcp.log.path"
public static final String CONF_LABEL_MAX_MAPS "distcp.max.maps"
public static final String CONF_LABEL_META_FOLDER "distcp.meta.folder"
public static final String CONF_LABEL_OVERWRITE "distcp.copy.overwrite"
public static final String CONF_LABEL_PRESERVE_STATUS "distcp.preserve.status"
public static final String CONF_LABEL_SKIP_CRC "distcp.skip.crc"
public static final String CONF_LABEL_SOURCE_LISTING "distcp.source.listing"
public static final String CONF_LABEL_SSL_CONF "distcp.keystore.resource"
public static final String CONF_LABEL_SSL_KEY_STORE_LOCATION "ssl.client.keystore.location"
public static final String CONF_LABEL_SSL_KEYSTORE "dfs.https.client.keystore.resource"
public static final String CONF_LABEL_SSL_TRUST_STORE_LOCATION "ssl.client.truststore.location"
public static final String CONF_LABEL_SYNC_FOLDERS "distcp.sync.folders"
public static final String CONF_LABEL_TARGET_FINAL_PATH "distcp.target.final.path"
public static final String CONF_LABEL_TARGET_WORK_PATH "distcp.target.work.path"
public static final String CONF_LABEL_TOTAL_BYTES_TO_BE_COPIED "mapred.total.bytes.expected"
public static final String CONF_LABEL_TOTAL_NUMBER_OF_RECORDS "mapred.number.of.records"
public static final String CONF_LABEL_WORK_PATH "distcp.work.path"
public static final int DEFAULT_BANDWIDTH_MB 100
public static final int DEFAULT_MAPS 20
public static final int DUPLICATE_INPUT -2
public static final int INVALID_ARGUMENT -1
public static final int SUCCESS 0
public static final String UNIFORMSIZE "uniformsize"
public static final int UNKNOWN_ERROR -999



Copyright © 2013 Apache Software Foundation. All Rights Reserved.