hue_download_directory
Download files from an HDFS directory to a local folder, with optional filtering by file pattern.
Instructions
Download all files from an HDFS directory.
Args:
directory_path: The HDFS directory path to download from
local_directory: Local directory to save files to (default: '.')
file_pattern: Optional regex pattern to filter files (e.g., '.*\.csv')
Returns:
OperationResult with list of downloaded files
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory_path | Yes | ||
| local_directory | No | . | |
| file_pattern | No |