hue_list_directory
Browse HDFS directory contents by listing files and folders in a specified path to explore Hadoop distributed file system structure.
Instructions
List files and directories in an HDFS path.
Use this to browse the contents of HDFS directories.
Args:
directory_path: The HDFS directory path (e.g., '/user/data', '/tmp')
page_size: Maximum number of items to return (default: 1000)
Returns:
DirectoryListing with path, items, and total_count
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory_path | Yes | ||
| page_size | No |