Export a file from an hdfs data source.
Syntax
export data source <from data source reference> file "<file name>" [at path "<path>"] [with compression <compression_type>]
Parameters
from data source reference
String. Name of the data source that contains the archive.
file name
String. The archive file.
path
String. If present, prefix the archive file path with the given path.
compression
String. Type of compression that the archive uses. Supported types: zip
, gzip
. if you do not provide a compression type it and have the with compression flag, zip will be used.