Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9D0C3200B78 for ; Fri, 2 Sep 2016 20:39:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9B92E160AAE; Fri, 2 Sep 2016 18:39:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E2519160A8C for ; Fri, 2 Sep 2016 20:39:22 +0200 (CEST) Received: (qmail 95570 invoked by uid 500); 2 Sep 2016 18:39:21 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 95558 invoked by uid 99); 2 Sep 2016 18:39:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2016 18:39:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A8A342C1B75 for ; Fri, 2 Sep 2016 18:39:21 +0000 (UTC) Date: Fri, 2 Sep 2016 18:39:21 +0000 (UTC) From: "Andrew Wang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-10823) Implement HttpFSFileSystem#listStatusIterator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 02 Sep 2016 18:39:23 -0000 [ https://issues.apache.org/jira/browse/HDFS-10823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15459264#comment-15459264 ] Andrew Wang commented on HDFS-10823: ------------------------------------ I asked Tucu about this offline, and he told me it's because HttpFS was designed to front any arbitrary FileSystem (but exposing WebHDFS). I haven't heard of anyone using it except as an HDFS gateway though, so I think this is an uncommon usecase. There's also an API impedance mismatch, since WebHDFS was designed for REST access to HDFS, not as a REST API for generic FileSystem access. But, without a large overhaul of the HttpFS codebase, I don't think it's something we're going to address here. I'll try the subclassing hack to at least make the new FileSystem method protected rather than public. Better alternatives welcomed. > Implement HttpFSFileSystem#listStatusIterator > --------------------------------------------- > > Key: HDFS-10823 > URL: https://issues.apache.org/jira/browse/HDFS-10823 > Project: Hadoop HDFS > Issue Type: Improvement > Components: httpfs > Affects Versions: 2.6.4 > Reporter: Andrew Wang > Assignee: Andrew Wang > > Let's expose the same functionality added in HDFS-10784 for WebHDFS in HttpFS too. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org