hue_upload_file
Upload local files to HDFS for storage and processing in Hadoop environments. Specify the local file path and HDFS destination directory to transfer data.
Instructions
Upload a local file to HDFS.
Args:
local_file_path: Path to the local file to upload
hdfs_destination: Destination directory in HDFS
Returns:
OperationResult indicating success
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_file_path | Yes | ||
| hdfs_destination | Yes |