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 F2AFFE175 for ; Thu, 21 Feb 2013 17:01:17 +0000 (UTC) Received: (qmail 68802 invoked by uid 500); 21 Feb 2013 17:01:17 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 68749 invoked by uid 500); 21 Feb 2013 17:01:17 -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 68740 invoked by uid 99); 21 Feb 2013 17:01:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 17:01:16 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.213.45 as permitted sender) Received: from [209.85.213.45] (HELO mail-yh0-f45.google.com) (209.85.213.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 17:01:08 +0000 Received: by mail-yh0-f45.google.com with SMTP id 24so1694038yhr.4 for ; Thu, 21 Feb 2013 09:00:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=R/+J8VXzqegW3TGeBtpiJq8hFV6fYd+RUBBmkCy0dMk=; b=GahTqkDMYJ+WCk8o+XoZO+VL02hrFUbyTGwyzY3I19z1UhuPc2z7LCG2G78ZfCQiBX bkPRIwfH10mTqIHlFV+Mqk4nkYPYU2msgzi5ugDYun53XzMb3GAHUy53bpvuLW0kVqsy JumsDnZdj5c/Tos7F8addbsbypO06j9zDJvhhNtknhvre3gxUw9SAAHWZ9grjoydVc/m sXs9cFyFpaWo+ETAHDzICP2AipkiUHb+R3l24ekzyzb0gXGpcMUi6iVDpXtpZHQDB2lf 4K8dqqfqeHZ0jjtzwaGXoeOAomPuRAbIFuDx2SZVXL+PZAU+71W412jJMUsQBA5Pc4ed /V5A== MIME-Version: 1.0 X-Received: by 10.236.150.175 with SMTP id z35mr46472337yhj.4.1361466046970; Thu, 21 Feb 2013 09:00:46 -0800 (PST) Received: by 10.100.81.18 with HTTP; Thu, 21 Feb 2013 09:00:46 -0800 (PST) In-Reply-To: References: Date: Thu, 21 Feb 2013 09:00:46 -0800 Message-ID: Subject: Re: Exception while using HBase trunk with hadoop - 2.0.3 From: Ted Yu To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=20cf303a34711a90e704d63f049c X-Virus-Checked: Checked by ClamAV on apache.org --20cf303a34711a90e704d63f049c Content-Type: text/plain; charset=ISO-8859-1 bq. But when i tried with hadoop - 1.0.4 it worked fine. Just a guess: did you recompile code with hadoop 2.0 profile before trying ? The fact that initialization failed with PB exception led to the above question. Cheers On Thu, Feb 21, 2013 at 7:24 AM, ramkrishna vasudevan < ramkrishna.s.vasudevan@gmail.com> wrote: > Hi Devs > > I tried to run HBase current trunk snapshot with Hadoop 2.0.3 alpha. > > I got the following exception > java.io.IOException: Failed on local exception: > com.google.protobuf.InvalidProtocolBufferException: Message missing > required fields: callId, status; Host Details : local host is: "ram/ > 10.239.47.144"; destination host is: "localhost":9000; > at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:760) > at org.apache.hadoop.ipc.Client.call(Client.java:1168) > at > > org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:202) > at $Proxy10.setSafeMode(Unknown Source) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > > org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:164) > at > > org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:83) > at $Proxy10.setSafeMode(Unknown Source) > at > > org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.setSafeMode(ClientNamenodeProtocolTranslatorPB.java:514) > at org.apache.hadoop.hdfs.DFSClient.setSafeMode(DFSClient.java:1896) > at > > org.apache.hadoop.hdfs.DistributedFileSystem.setSafeMode(DistributedFileSystem.java:660) > at org.apache.hadoop.hbase.util.FSUtils.isInSafeMode(FSUtils.java:261) > at org.apache.hadoop.hbase.util.FSUtils.waitOnSafeMode(FSUtils.java:650) > at > > org.apache.hadoop.hbase.master.MasterFileSystem.checkRootDir(MasterFileSystem.java:389) > at > > org.apache.hadoop.hbase.master.MasterFileSystem.createInitialFileSystemLayout(MasterFileSystem.java:147) > at > > org.apache.hadoop.hbase.master.MasterFileSystem.(MasterFileSystem.java:131) > at > > org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:654) > at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:476) > at java.lang.Thread.run(Thread.java:662) > Caused by: com.google.protobuf.InvalidProtocolBufferException: Message > missing required fields: callId, status > at > > com.google.protobuf.UninitializedMessageException.asInvalidProtocolBufferException(UninitializedMessageException.java:81) > at > > org.apache.hadoop.ipc.protobuf.RpcPayloadHeaderProtos$RpcResponseHeaderProto$Builder.buildParsed(RpcPayloadHeaderProtos.java:1094) > at > > org.apache.hadoop.ipc.protobuf.RpcPayloadHeaderProtos$RpcResponseHeaderProto$Builder.access$1300(RpcPayloadHeaderProtos.java:1028) > at > > org.apache.hadoop.ipc.protobuf.RpcPayloadHeaderProtos$RpcResponseHeaderProto.parseDelimitedFrom(RpcPayloadHeaderProtos.java:986) > at org.apache.hadoop.ipc.Client$Connection.receiveResponse(Client.java:886) > at org.apache.hadoop.ipc.Client$Connection.run(Client.java:817) > 2013-02-20 20:44:01,928 INFO org.apache.hadoop.hbase.master.HMaster: > Aborting > > I tried if there was something similar raised in the dev list. Could not > find one. > But when i tried with hadoop - 1.0.4 it worked fine. > Did anyone face this problem? > > Regards > Ram > --20cf303a34711a90e704d63f049c--