Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 327C110F15 for ; Mon, 16 Dec 2013 16:37:22 +0000 (UTC) Received: (qmail 96967 invoked by uid 500); 16 Dec 2013 16:37:15 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 96356 invoked by uid 500); 16 Dec 2013 16:37:11 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 96198 invoked by uid 99); 16 Dec 2013 16:37:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Dec 2013 16:37:08 +0000 Date: Mon, 16 Dec 2013 16:37:08 +0000 (UTC) From: "stack (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-10172) hbase upgrade -check error 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-10172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-10172. --------------------------- Resolution: Won't Fix What [~himanshu@cloudera.com] says. Check your protobuf versions in your classpath. It looks like the first pb lib encountered is not 2.5.x as we expect (perhaps you have old pb lib still in your cp?) > hbase upgrade -check error > -------------------------- > > Key: HBASE-10172 > URL: https://issues.apache.org/jira/browse/HBASE-10172 > Project: HBase > Issue Type: Bug > Reporter: wang xiyi > > Hi, I want to upgrade hbase from 0.94 to 0.96. According to http://hbase.apache.org/book/upgrade0.96.html, I encountered a problem as follows: > {code} > Exception in thread "main" java.lang.UnsupportedOperationException: This is supposed to be overridden by subclasses. > at com.google.protobuf.GeneratedMessage.getUnknownFields(GeneratedMessage.java:180) > at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetListingRequestProto.getSerializedSize(ClientNamenodeProtocolProtos.java:18005) > ..... > {code} > hadoop version: hadoop-2.0.0-cdh4.2.1 > hbase version:hbase-0.94.0-cdh4.2.1 > Thanks~ -- This message was sent by Atlassian JIRA (v6.1.4#6159)