You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Avinash Kujur <av...@gmail.com> on 2014/03/12 07:07:20 UTC

error in hadoop hdfs while building the code.

hi,
 i am getting error like "RefreshCallQueueProtocol can not be resolved".
it is a java problem.

help me out.

Regards,
Avinash

Re: error in hadoop hdfs while building the code.

Posted by Avinash Kujur <av...@gmail.com>.
+ 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 <un...@gmail.com>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 <av...@gmail.com> 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/
>
>
>

Re: error in hadoop hdfs while building the code.

Posted by Avinash Kujur <av...@gmail.com>.
+ 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 <un...@gmail.com>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 <av...@gmail.com> 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/
>
>
>

Re: error in hadoop hdfs while building the code.

Posted by Avinash Kujur <av...@gmail.com>.
+ 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 <un...@gmail.com>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 <av...@gmail.com> 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/
>
>
>

Re: error in hadoop hdfs while building the code.

Posted by Avinash Kujur <av...@gmail.com>.
+ 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 <un...@gmail.com>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 <av...@gmail.com> 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/
>
>
>

Re: error in hadoop hdfs while building the code.

Posted by unmesha sreeveni <un...@gmail.com>.
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 <av...@gmail.com> 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/

Re: error in hadoop hdfs while building the code.

Posted by unmesha sreeveni <un...@gmail.com>.
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 <av...@gmail.com> 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/

Re: error in hadoop hdfs while building the code.

Posted by unmesha sreeveni <un...@gmail.com>.
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 <av...@gmail.com> 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/

Re: error in hadoop hdfs while building the code.

Posted by unmesha sreeveni <un...@gmail.com>.
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 <av...@gmail.com> 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/