Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E6257E15 for ; Thu, 3 Nov 2011 19:07:55 +0000 (UTC) Received: (qmail 80345 invoked by uid 500); 3 Nov 2011 19:07:55 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 80314 invoked by uid 500); 3 Nov 2011 19:07:55 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 80302 invoked by uid 99); 3 Nov 2011 19:07:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2011 19:07:55 +0000 X-ASF-Spam-Status: No, hits=-1999.2 required=5.0 tests=ALL_TRUSTED,FB_GET_MEDS,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2011 19:07:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C82B533098F for ; Thu, 3 Nov 2011 19:07:33 +0000 (UTC) Date: Thu, 3 Nov 2011 19:07:33 +0000 (UTC) From: "Tsz Wo (Nicholas), SZE (Commented) (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <669103318.56911.1320347253834.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <209743167.24833.1315389790560.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-2316) webhdfs: a complete FileSystem implementation for accessing HDFS over HTTP MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143452#comment-13143452 ] Tsz Wo (Nicholas), SZE commented on HDFS-2316: ---------------------------------------------- > gethomedir is required as you don't know where the FS impl creates the home dir. Okay, I can add it to webhdfs. > The doAs parameter name was chosen to mimic the Java API, real.user is kind of confusing, do you mean the proxy user or the doAs user. Plus when doing Kerberos you don't use user.name. IMO doAs is a easier not to get confused. I am fine with using doAs instead of realUser. BTW, hadoop auth use "user.name". The dot in the middle is different from other naming convention. How about changing it to username? > The GET_BLOCK_LOCATIONS private API, how are you differentiating private and public APIs? We will document it and state that it is a private unstable API. > webhdfs: a complete FileSystem implementation for accessing HDFS over HTTP > -------------------------------------------------------------------------- > > Key: HDFS-2316 > URL: https://issues.apache.org/jira/browse/HDFS-2316 > Project: Hadoop HDFS > Issue Type: New Feature > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Tsz Wo (Nicholas), SZE > Attachments: WebHdfsAPI20111020.pdf > > > We current have hftp for accessing HDFS over HTTP. However, hftp is a read-only FileSystem and does not provide "write" accesses. > In HDFS-2284, we propose to have webhdfs for providing a complete FileSystem implementation for accessing HDFS over HTTP. The is the umbrella JIRA for the tasks. -- 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