Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 764AE10853 for ; Mon, 24 Feb 2014 09:49:23 +0000 (UTC) Received: (qmail 51439 invoked by uid 500); 24 Feb 2014 09:49:22 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 51212 invoked by uid 500); 24 Feb 2014 09:49:20 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 51195 invoked by uid 99); 24 Feb 2014 09:49:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Feb 2014 09:49:19 +0000 Date: Mon, 24 Feb 2014 09:49:19 +0000 (UTC) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-10579) [Documentation]: ExportSnapshot tool package incorrectly documented 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/HBASE-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi resolved HBASE-10579. ------------------------------------- Resolution: Fixed Fix Version/s: 0.99.0 committed, thanks for the patch > [Documentation]: ExportSnapshot tool package incorrectly documented > ------------------------------------------------------------------- > > Key: HBASE-10579 > URL: https://issues.apache.org/jira/browse/HBASE-10579 > Project: HBase > Issue Type: Bug > Components: documentation, snapshots > Affects Versions: 0.98.0 > Reporter: Aleksandr Shulman > Assignee: Aleksandr Shulman > Priority: Minor > Fix For: 0.96.2, 0.98.1, 0.99.0 > > Attachments: HBASE-10579-v0.patch > > > Documentation Page: http://hbase.apache.org/book/ops.snapshots.html > Expected documentation: > The class should be specified as org.apache.hadoop.hbase.snapshot.ExportSnapshot > Current documentation: > Specified as: org.apache.hadoop.hbase.snapshot.tool.ExportSnapshot > This makes sense because the class is located in the org.apache.hadoop.hbase.snapshot package: > https://github.com/apache/hbase/blob/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java#19 -- This message was sent by Atlassian JIRA (v6.1.5#6160)