[ 
https://issues.apache.org/jira/browse/SPARK-15731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15351012#comment-15351012
 ] 

Sean Owen commented on SPARK-15731:
-----------------------------------

What do you mean? I'm trying to bridge the gap between what you're seeing and 
what Kevin is seeing. Since I am not sure anyone's going to work on this, I am 
trying to guide you to narrow it down if you're interested. 1.6.2 will be out 
shortly, and I expect a 1.6.3 eventually. But first we have to figure out if 
this is even a problem, if it was fixed somewhere, if it can be back-ported, 
etc.

> orc writer directory permissions
> --------------------------------
>
>                 Key: SPARK-15731
>                 URL: https://issues.apache.org/jira/browse/SPARK-15731
>             Project: Spark
>          Issue Type: Bug
>    Affects Versions: 1.5.1
>            Reporter: Ran Haim
>
> 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")



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to