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 73A3017C18 for ; Fri, 3 Apr 2015 16:17:54 +0000 (UTC) Received: (qmail 15836 invoked by uid 500); 3 Apr 2015 16:17:53 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 15713 invoked by uid 500); 3 Apr 2015 16:17:53 -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 15482 invoked by uid 99); 3 Apr 2015 16:17:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2015 16:17:53 +0000 Date: Fri, 3 Apr 2015 16:17:53 +0000 (UTC) From: "Mike Drob (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-8061) Create an Offline FSImage Viewer tool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Mike Drob created HDFS-8061: ------------------------------- Summary: Create an Offline FSImage Viewer tool Key: HDFS-8061 URL: https://issues.apache.org/jira/browse/HDFS-8061 Project: Hadoop HDFS Issue Type: New Feature Components: namenode Reporter: Mike Drob Assignee: Lei (Eddy) Xu We already have a tool for converting edit logs to and from binary and xml. The next logical step it to create an `oiv` (offline image viewer) that will allow users to manipulate the FS Image. When outputting to text, it might make sense to have two output formats - 1) an XML that is easier to convert back to binary and 2) something that looks like the output from `tree` command. -- This message was sent by Atlassian JIRA (v6.3.4#6332)