Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
1.5.1
-
None
-
None
-
None
Description
When saving orc files with partitions, the partition directories created do not have x permission (even tough umask is 002), then no other users can get inside those directories to read the orc file.
When writing parquet files there is no such issue.
code example:
datafrmae.write.format("orc").mode("append").partitionBy("date").save("/path")
Attachments
Issue Links
- blocks
-
SPARK-20901 Feature parity for ORC with Parquet
-
- Open
-