nxcals.api.common.utils.hdfs_utils.HdfsUtils.list_files
- HdfsUtils.list_files(src_dir: str) List[str]
Retrieves a list of file paths from the specified HDFS directory.
- Parameters:
src_dir – The HDFS directory path to list files from.
- Returns:
A list of file paths as strings.
- Raises:
Exception – If an error occurs during HDFS file retrieval.