You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Adarsh Sharma <ad...@orkash.com> on 2010/12/14 11:52:21 UTC

Libfb303.jar

Dear all,

I am using Hadoop-0.20.2 and Hadoopdb Hive on a 5 node cluster.
I am connecting Hive through Eclipse but I got the error below :

Hive history 
file=/tmp/hadoop/hive_job_log_hadoop_201012141618_1092196256.txt
10/12/14 16:18:37 INFO exec.HiveHistory: Hive history 
file=/tmp/hadoop/hive_job_log_hadoop_201012141618_1092196256.txt
Exception in thread "pool-1-thread-1" java.lang.NoSuchMethodError: 
com.facebook.fb303.FacebookService$Processor$ProcessFunction.process(ILcom/facebook/thrift/protocol/TProtocol;Lcom/facebook/thrift/protocol/TProtocol;)V
        at 
org.apache.hadoop.hive.service.ThriftHive$Processor.process(ThriftHive.java:249)
        at 
com.facebook.thrift.server.TThreadPoolServer$WorkerProcess.run(Unknown 
Source)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)

I  know this errrooccurs due to libfb3003.jar bothin Hadoop and Hive 
lib. Can someone Please tell how to resolve this errror.

Thanks & Regards

Adarsh Sharma

Re: Libfb303.jar

Posted by li ping <li...@gmail.com>.
maybe the lib you are using is incompatible. because the method can not be
found in the lib.

On Tue, Dec 14, 2010 at 6:52 PM, Adarsh Sharma <ad...@orkash.com>wrote:

> Dear all,
>
> I am using Hadoop-0.20.2 and Hadoopdb Hive on a 5 node cluster.
> I am connecting Hive through Eclipse but I got the error below :
>
> Hive history
> file=/tmp/hadoop/hive_job_log_hadoop_201012141618_1092196256.txt
> 10/12/14 16:18:37 INFO exec.HiveHistory: Hive history
> file=/tmp/hadoop/hive_job_log_hadoop_201012141618_1092196256.txt
> Exception in thread "pool-1-thread-1" java.lang.NoSuchMethodError:
> com.facebook.fb303.FacebookService$Processor$ProcessFunction.process(ILcom/facebook/thrift/protocol/TProtocol;Lcom/facebook/thrift/protocol/TProtocol;)V
>       at
> org.apache.hadoop.hive.service.ThriftHive$Processor.process(ThriftHive.java:249)
>       at
> com.facebook.thrift.server.TThreadPoolServer$WorkerProcess.run(Unknown
> Source)
>       at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>       at java.lang.Thread.run(Thread.java:619)
>
> I  know this errrooccurs due to libfb3003.jar bothin Hadoop and Hive lib.
> Can someone Please tell how to resolve this errror.
>
> Thanks & Regards
>
> Adarsh Sharma
>



-- 
-----李平

Re: Libfb303.jar

Posted by Pavan <ya...@gmail.com>.
Did you try replacing libfb3003.jar in Hadoop with the "libfb3003.jar" from
Hive?
And let us know if this doesn't work.


~
Pavan Yara
@yarapavan

On Tue, Dec 14, 2010 at 4:22 PM, Adarsh Sharma <ad...@orkash.com>wrote:

> Dear all,
>
> I am using Hadoop-0.20.2 and Hadoopdb Hive on a 5 node cluster.
> I am connecting Hive through Eclipse but I got the error below :
>
> Hive history
> file=/tmp/hadoop/hive_job_log_hadoop_201012141618_1092196256.txt
> 10/12/14 16:18:37 INFO exec.HiveHistory: Hive history
> file=/tmp/hadoop/hive_job_log_hadoop_201012141618_1092196256.txt
> Exception in thread "pool-1-thread-1" java.lang.NoSuchMethodError:
> com.facebook.fb303.FacebookService$Processor$ProcessFunction.process(ILcom/facebook/thrift/protocol/TProtocol;Lcom/facebook/thrift/protocol/TProtocol;)V
>       at
> org.apache.hadoop.hive.service.ThriftHive$Processor.process(ThriftHive.java:249)
>       at
> com.facebook.thrift.server.TThreadPoolServer$WorkerProcess.run(Unknown
> Source)
>       at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>       at java.lang.Thread.run(Thread.java:619)
>
> I  know this errrooccurs due to libfb3003.jar bothin Hadoop and Hive lib.
> Can someone Please tell how to resolve this errror.
>
> Thanks & Regards
>
> Adarsh Sharma
>