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

Owen O'Malley commented on HDFS-3553:
-------------------------------------

# The patch doesn't apply cleanly to branch-1.1 (or branch-1.0).
# It has to be the login user, because the 'real' user is remote. The server 
doesn't have those credentials. The only credentials it has are its own login 
ones.
# To me, it reads easier the original branching structure than:
{code}
if (security && token) {
  use token
} else {
  if (security & !remote) {
    complain
  }
  create token
}
{code}
# Can you summarize the current and new url modifiers that will be accepted for 
hftp and webhdfs?
                
> Hftp proxy tokens are broken
> ----------------------------
>
>                 Key: HDFS-3553
>                 URL: https://issues.apache.org/jira/browse/HDFS-3553
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 1.0.2, 2.0.0-alpha, 3.0.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>            Priority: Blocker
>         Attachments: HDFS-3553-1.branch-1.0.patch, HDFS-3553.branch-1.0.patch
>
>
> Proxy tokens are broken for hftp.  The impact is systems using proxy tokens, 
> such as oozie jobs, cannot use hftp.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to