You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2008/04/01 02:58:24 UTC

[jira] Created: (PIG-177) Allowing users to set permissions on output that they write

Allowing users to set permissions on output that they write
-----------------------------------------------------------

                 Key: PIG-177
                 URL: https://issues.apache.org/jira/browse/PIG-177
             Project: Pig
          Issue Type: Improvement
            Reporter: Olga Natkovich


Hadoop 0.16 introduced permissions. Pig currently stores data with whatever default permissions hadoop provides. Several users asked for umask support in Pig

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-177) Allowing users to set permissions on output that they write

Posted by "Pi Song (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583962#action_12583962 ] 

Pi Song commented on PIG-177:
-----------------------------

Do we have to take care of this for the whole cycle?

An extensive cycle would be:-
- Pig copies data from local to HDFS
- Sometimes Pig generates temp files
- Map/Reduce generates intermediate files during shuffle
- Output files get created

> Allowing users to set permissions on output that they write
> -----------------------------------------------------------
>
>                 Key: PIG-177
>                 URL: https://issues.apache.org/jira/browse/PIG-177
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Olga Natkovich
>
> Hadoop 0.16 introduced permissions. Pig currently stores data with whatever default permissions hadoop provides. Several users asked for umask support in Pig

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-177) Allowing users to set permissions on output that they write

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584200#action_12584200 ] 

Olga Natkovich commented on PIG-177:
------------------------------------

I think we only need to do this for user visible data. So that would cover cases (1) and (4) in your list.

> Allowing users to set permissions on output that they write
> -----------------------------------------------------------
>
>                 Key: PIG-177
>                 URL: https://issues.apache.org/jira/browse/PIG-177
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Olga Natkovich
>
> Hadoop 0.16 introduced permissions. Pig currently stores data with whatever default permissions hadoop provides. Several users asked for umask support in Pig

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.