[
https://issues.apache.org/jira/browse/HDFS-5703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13877971#comment-13877971
]
Alejandro Abdelnur commented on HDFS-5703:
------------------------------------------
[~daryn], HttpFS is not a proxy, it is a gateway:
(client) ---[HTTP/S]---> (HttpFS, uses 'FileSystem impl' client) ---[impl
client/server protocol]---> ('FileSystem impl' server)
In the case of working against HDFS:
(client) ---[HTTP/S]---> (HttpFS, uses 'DFSFileSystem impl') ---[Hadoop
RPC]---> (HDFS)
HttpFS does not use any internal classes from HDFS, thus we have to create the
token WebHdfsFileSystem client expects.
> Add support for HTTPS and swebhdfs to HttpFS
> --------------------------------------------
>
> Key: HDFS-5703
> URL: https://issues.apache.org/jira/browse/HDFS-5703
> Project: Hadoop HDFS
> Issue Type: New Feature
> Components: webhdfs
> Affects Versions: 2.4.0
> Reporter: Alejandro Abdelnur
> Assignee: Alejandro Abdelnur
> Attachments: HDFS-5703.patch, HDFS-5703.patch
>
>
> HDFS-3987 added HTTPS support to webhdfs, using the new scheme swebhdfs://.
> This JIRA is to add HTTPS support to HttpFS as well as supporting the
> DelegationTokens required by swebhdfs://
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)