hue_download_file
Download files from HDFS to your local system by specifying the remote path and optional local filename for storage.
Instructions
Download a single file from HDFS.
Args:
remote_path: The full path to the file in HDFS
local_filename: Local filename to save as (optional, defaults to original name)
Returns:
OperationResult with the local filename where file was savedInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote_path | Yes | ||
| local_filename | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Relevant path for the operation | |
| message | Yes | Status message | |
| success | Yes | Whether the operation succeeded |