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

ASF GitHub Bot commented on TWILL-188:
--------------------------------------

Github user albertshau commented on a diff in the pull request:

    https://github.com/apache/twill/pull/3#discussion_r76164643
  
    --- Diff: 
twill-common/src/main/java/org/apache/twill/filesystem/Location.java ---
    @@ -73,7 +105,12 @@
        * Creates an {@link OutputStream} for this location with the given 
permission. The actual permission supported
        * depends on implementation.
        *
    -   * @param permission A POSIX permission string.
    +   * @param permission A permission string. It has to be either a three 
digits or a nine characters string.
    +   *                   For the three digits string, it is similar to the 
UNIX permission numeric representation.
    --- End diff --
    
    three digit, nine character


> LocationFactory should have options to accept permission for create
> -------------------------------------------------------------------
>
>                 Key: TWILL-188
>                 URL: https://issues.apache.org/jira/browse/TWILL-188
>             Project: Apache Twill
>          Issue Type: Improvement
>            Reporter: Shankar Selvam
>            Assignee: Terence Yim
>             Fix For: 0.8.0
>
>
> Currently LocationFactory and Location API doesn't have a way to specify the 
> permission to use for creating the path.  we need a way to specify the 
> permission for create and other operations on Location



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

Reply via email to