Zhang Dongsheng created HIVE-26201: -------------------------------------- Summary: QueryResultsCache may have wrong permission if umask is too strict Key: HIVE-26201 URL: https://issues.apache.org/jira/browse/HIVE-26201 Project: Hive Issue Type: Bug Components: Query Processor, Tez Affects Versions: 3.1.3 Reporter: Zhang Dongsheng
TezSessionState, QueryResultsCache and Context use mkdirs(path, permission) to create directory with special permission. ButĀ If the umask is too restrictive, permissions may not work as expected. So we need to check if permission is set as expected. -- This message was sent by Atlassian Jira (v8.20.7#820007)