Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 61FD711F4D for ; Mon, 19 May 2014 17:10:39 +0000 (UTC) Received: (qmail 11140 invoked by uid 500); 19 May 2014 17:10:38 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 11035 invoked by uid 500); 19 May 2014 17:10:38 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 10974 invoked by uid 99); 19 May 2014 17:10:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 17:10:38 +0000 Date: Mon, 19 May 2014 17:10:38 +0000 (UTC) From: "Suresh Srinivas (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-6432) Add snapshot related APIs to webhdfs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Suresh Srinivas created HDFS-6432: ------------------------------------- Summary: Add snapshot related APIs to webhdfs Key: HDFS-6432 URL: https://issues.apache.org/jira/browse/HDFS-6432 Project: Hadoop HDFS Issue Type: Bug Components: namenode Reporter: Suresh Srinivas The webhdfs interface is used by many external tools to interface with HDFS independent of java based hdfs client. Many data management tools can use snapshot capability to snapshot the data on the file system and use it for purposes such as creating consistent copy, replication, and recovery. This jira proposes to expose the following APIs in webhdfs: # createSnapshot # deleteSnapshot # renameSnapshot -- This message was sent by Atlassian JIRA (v6.2#6252)