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 8F6841074E for ; Sat, 9 Nov 2013 03:59:22 +0000 (UTC) Received: (qmail 28368 invoked by uid 500); 9 Nov 2013 03:59:20 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 28338 invoked by uid 500); 9 Nov 2013 03:59:19 -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 28322 invoked by uid 99); 9 Nov 2013 03:59:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Nov 2013 03:59:18 +0000 Date: Sat, 9 Nov 2013 03:59:18 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9895) 0.96 Import utility can't import an exported file from 0.94 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-9895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13817996#comment-13817996 ] Nick Dimiduk commented on HBASE-9895: ------------------------------------- The sample file is small. Can we add it as a src/test/resource ? > 0.96 Import utility can't import an exported file from 0.94 > ----------------------------------------------------------- > > Key: HBASE-9895 > URL: https://issues.apache.org/jira/browse/HBASE-9895 > Project: HBase > Issue Type: Bug > Components: mapreduce > Affects Versions: 0.96.0 > Reporter: Jeffrey Zhong > Assignee: Jeffrey Zhong > Attachments: exportedTableIn94Format, hbase-9895-v2.patch, hbase-9895.patch > > > Basically we PBed org.apache.hadoop.hbase.client.Result so a 0.96 cluster cannot import 0.94 exported files. This issue is annoying because a user can't import his old archive files after upgrade or archives from others who are using 0.94. > The ideal way is to catch deserialization error and then fall back to 0.94 format for importing. -- This message was sent by Atlassian JIRA (v6.1#6144)