Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 20733 invoked from network); 10 Jul 2007 21:51:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jul 2007 21:51:30 -0000 Received: (qmail 77123 invoked by uid 500); 10 Jul 2007 21:51:30 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 77089 invoked by uid 500); 10 Jul 2007 21:51:30 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 77074 invoked by uid 99); 10 Jul 2007 21:51:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2007 14:51:30 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2007 14:51:25 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BAD897141FD for ; Tue, 10 Jul 2007 14:51:04 -0700 (PDT) Message-ID: <10308005.1184104264762.JavaMail.jira@brutus> Date: Tue, 10 Jul 2007 14:51:04 -0700 (PDT) From: "Chris Douglas (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1568) NameNode Schema for HttpFileSystem In-Reply-To: <3103281.1183671364498.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Douglas updated HADOOP-1568: ---------------------------------- Attachment: ls-xml2.patch Modified to use xmlenc (http://xmlenc.sourceforge.net/) > NameNode Schema for HttpFileSystem > ---------------------------------- > > Key: HADOOP-1568 > URL: https://issues.apache.org/jira/browse/HADOOP-1568 > Project: Hadoop > Issue Type: New Feature > Components: fs > Reporter: Chris Douglas > Assignee: Chris Douglas > Attachments: ls-xml.patch, ls-xml2.patch > > > This issue will track the design and implementation of (the first pass of) a servlet on the namenode for querying its filesystem via HTTP. The proposed syntax for queries and responses is as follows. > *Query* > {noformat}GET http://:/ls.jsp[[&option]*] HTTP/1.1{noformat} > Where _option_ may be any of the following query parameters: > _path_ : String (default: '/') > _recursive_ : boolean (default: false) > _filter_ : String (default: none) > *Response* > The response will be returned as an XML document in the following format: > {noformat} > time="yyyy-MM-dd hh:mm:ss UTC" version="..."> > > replication="..." size="..." > dnurl="http://dn:port/streamFile?..."/> > > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.