wenhao.yu created FLINK-33426: --------------------------------- Summary: If the directory does not have the read permission, an exception cannot be thrown, when read this path. Key: FLINK-33426 URL: https://issues.apache.org/jira/browse/FLINK-33426 Project: Flink Issue Type: Bug Components: API / DataStream Affects Versions: 1.17.1, 1.13.5 Reporter: wenhao.yu Fix For: 1.17.1
When I use StreamExecutionEnvironment.ReadFile () this API, found that while reading on HDFS directory if the directory does not give permission to read, then this exception is not thrown, task would have been run, the outside world will not perceive the task status. -- This message was sent by Atlassian Jira (v8.20.10#820010)