public class DistCp extends Object
When running locally, local file systems paths can be used. However, in a distributed environment HDFS paths must be provided both as input and output.
Note: All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a future Flink major version. You can still build your application in DataSet, but you should move to either the DataStream and/or Table API. This class is retained for testing purposes.
Modifier and Type | Field and Description |
---|---|
static String |
BYTES_COPIED_CNT_NAME |
static String |
FILES_COPIED_CNT_NAME |
Constructor and Description |
---|
DistCp() |
public static final String BYTES_COPIED_CNT_NAME
public static final String FILES_COPIED_CNT_NAME
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.