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 7E5B811C98 for ; Tue, 20 May 2014 03:01:42 +0000 (UTC) Received: (qmail 30124 invoked by uid 500); 20 May 2014 03:01:42 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 30070 invoked by uid 500); 20 May 2014 03:01:42 -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 30061 invoked by uid 99); 20 May 2014 03:01:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2014 03:01:42 +0000 Date: Tue, 20 May 2014 03:01:42 +0000 (UTC) From: "Yi Liu (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-6259) Support extended attributes via WebHDFS 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-6259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002730#comment-14002730 ] Yi Liu commented on HDFS-6259: ------------------------------ I have just committed this to branch. > Support extended attributes via WebHDFS > --------------------------------------- > > Key: HDFS-6259 > URL: https://issues.apache.org/jira/browse/HDFS-6259 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: webhdfs > Affects Versions: HDFS XAttrs (HDFS-2006) > Reporter: Yi Liu > Assignee: Yi Liu > Attachments: HDFS-6259.1.patch, HDFS-6259.2.patch, HDFS-6259.3.patch, HDFS-6259.patch > > > Get xattrs: > {code}curl -i 'http://:/webhdfs/v1/?op=GETXATTRS&encoding='{code} > Get xattr: > {code}curl -i 'http://:/webhdfs/v1/?op=GETXATTR&xattr.name=&encoding='{code} > Set xattr: > {code}curl -i -X PUT 'http://:/webhdfs/v1/?op=SETXATTR&xattr.name=&xattr.value=&flag='{code} > Remove xattr: > {code}curl -i -X PUT 'http://:/webhdfs/v1/?op=REMOVEXATTR&xattr.name='{code} -- This message was sent by Atlassian JIRA (v6.2#6252)