hue_check_directory_exists
Verify if a specified directory exists in HDFS to confirm file system structure before operations.
Instructions
Check if a directory exists in HDFS.
Args:
directory_path: The HDFS directory path to check
Returns:
True if the directory exists, False otherwise
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory_path | Yes |