Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3.1, 2.4.0
-
None
Description
SHS V2 cannot enabled in Windoes, because windows doesn't support POSIX permission.
with exception: java.lang.UnsupportedOperationException: 'posix:permissions' not supported as initial attribute.
test case fails in windows without this fix.
org.apache.spark.deploy.history.HistoryServerDiskManagerSuite test("leasing space")
PR: https://github.com/apache/spark/pull/22520