Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9FF6110B4B for ; Wed, 12 Mar 2014 06:32:57 +0000 (UTC) Received: (qmail 12235 invoked by uid 500); 12 Mar 2014 06:32:49 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 11722 invoked by uid 500); 12 Mar 2014 06:32:48 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 11714 invoked by uid 99); 12 Mar 2014 06:32:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 06:32:47 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of avinz50@gmail.com designates 209.85.215.177 as permitted sender) Received: from [209.85.215.177] (HELO mail-ea0-f177.google.com) (209.85.215.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 06:32:41 +0000 Received: by mail-ea0-f177.google.com with SMTP id h10so4689351eak.22 for ; Tue, 11 Mar 2014 23:32:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=X9wcOq1HFoArVQpdIhXvtkZz0fi18j1BkTOrzQG6JFE=; b=q2m1qcfIbcXJAkActH+vi+DjmJ0eRTFbVMyTMx087euQp6iAAYWTlnMjKF4FCgcr4N qUzW7o1IODqsKKv+EVL9l9jK/cWE5/ehKkMMEywkBoY9r/5waU54za7yudBZVhZ95MsD qvfS78T0BFKzqPg1ODaiEgMsQqIc121KvyGjPA6c1VhOz9ooHPrHqUgQVGse3+aJDmRn Iv4V9UT813CND4vwNC/tTjmdzGnL3gOF/TQgTTw+PDjFZyzpzeJhPEQyK8rDOgcyDnSs +HBTnG2KVkgMwAOBwhhkKEeTMY5TBT0yuz+ZBpMVVU9yGew5kKsjZWvxhuPJezf5+7/M /OGg== MIME-Version: 1.0 X-Received: by 10.14.108.199 with SMTP id q47mr492173eeg.108.1394605940790; Tue, 11 Mar 2014 23:32:20 -0700 (PDT) Received: by 10.14.178.65 with HTTP; Tue, 11 Mar 2014 23:32:20 -0700 (PDT) In-Reply-To: References: Date: Tue, 11 Mar 2014 23:32:20 -0700 Message-ID: Subject: Re: error in hadoop hdfs while building the code. From: Avinash Kujur To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11c29690b3d94d04f462ff6c X-Virus-Checked: Checked by ClamAV on apache.org --001a11c29690b3d94d04f462ff6c Content-Type: text/plain; charset=ISO-8859-1 + import org.apache.hadoop.ipc.RefreshCallQueueProtocol; + import org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolPB; + import org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolClientSideTranslatorPB; + private static RefreshCallQueueProtocol + createNNProxyWithRefreshCallQueueProtocol(InetSocketAddress address, Configuration conf, UserGroupInformation ugi) throws IOException { + RefreshCallQueueProtocolPB proxy = (RefreshCallQueueProtocolPB) createNameNodeProxy(address, conf, ugi, RefreshCallQueueProtocolPB.class, 0); + return new RefreshCallQueueProtocolClientSideTranslatorPB(proxy); } All the lines with + signs are showing error with message "RefreshCallQueueProtocol can nto be resolved" and the type of problem is "java problem". regards, Avinash On Tue, Mar 11, 2014 at 11:09 PM, unmesha sreeveni wrote: > I think it is Hadoop problem not java > https://issues.apache.org/jira/browse/HADOOP-5396 > > > On Wed, Mar 12, 2014 at 11:37 AM, Avinash Kujur wrote: > >> hi, >> i am getting error like "RefreshCallQueueProtocol can not be resolved". >> it is a java problem. >> >> help me out. >> >> Regards, >> Avinash >> > > > > -- > *Thanks & Regards* > > Unmesha Sreeveni U.B > Junior Developer > > http://www.unmeshasreeveni.blogspot.in/ > > > --001a11c29690b3d94d04f462ff6c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
+ import org.apache.hadoop.ipc.RefreshCallQueueP= rotocol;
+ import org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProto= colPB;
+ import org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtoco= lClientSideTranslatorPB;

+ private static RefreshCallQueueProtocol
=A0 + =A0=A0 createNNProxy= WithRefreshCallQueueProtocol(InetSocketAddress address,
=A0=A0=A0=A0=A0= =A0=A0=A0=A0 Configuration conf, UserGroupInformation ugi) throws IOExcepti= on {
=A0 + RefreshCallQueueProtocolPB proxy =3D (RefreshCallQueueProtoco= lPB)
=A0=A0=A0=A0=A0=A0=A0 createNameNodeProxy(address, conf, ugi, RefreshCallQu= eueProtocolPB.class, 0);
=A0=A0=A0 + return new RefreshCallQueueProtocol= ClientSideTranslatorPB(proxy);
=A0 }


All the lines with= + signs are showing error with message "RefreshCallQueueProtocol can = nto be resolved" and the type of problem is "java problem".<= br>

regards,
Avinash


On Tue, Mar 11, 2014 at= 11:09 PM, unmesha sreeveni <unmeshabiju@gmail.com> wrot= e:
I think it is Hadoop problem not= java


On Wed, Mar 12, 2014 at 11:37 AM, Avinash Kujur <avi= nz50@gmail.com> wrote:
hi= ,
=A0i am getting error like "RefreshCallQueueProtocol can no= t be resolved".
it is a java problem.

help me out.

Regards= ,
Avinash



--
Thanks & Regards

Unmesha Sreeveni U.B
Junior Developer

http:= //www.unmeshasreeveni.blogspot.in/



--001a11c29690b3d94d04f462ff6c--