You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Dhanasekaran Anbalagan <bu...@gmail.com> on 2013/04/09 15:06:58 UTC

java.io.FileNotFoundException: File does not exist: /usr/lib/zookeeper/zookeeper-3.4.3-cdh4.0.1.jar

Hi Guys,

I am trying to execute sample PerformanceEvaluation test program on Hbase.
not work properly.

hbase org.apache.hadoop.hbase.PerformanceEvaluation sequentialWrite 100

It's says
13/04/09 08:50:43 ERROR security.UserGroupInformation:
PriviledgedActionException as:hdfs (auth:SIMPLE)
cause:java.io.FileNotFoundException: File does not exist:
/usr/lib/zookeeper/zookeeper-3.4.3-cdh4.0.1.jar
java.io.FileNotFoundException: File does not exist:
/usr/lib/zookeeper/zookeeper-3.4.3-cdh4.0.1.jar
at
org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:736)

hdfs@dvcliftonhera222:~$ *file
/usr/lib/zookeeper/zookeeper-3.4.3-cdh4.0.1.jar*
*/usr/lib/zookeeper/zookeeper-3.4.3-cdh4.0.1.jar: Zip archive data, at
least v1.0 to extract*

Full stack trace  here.
http://paste.ubuntu.com/5692271/

Please guide me How to fix this.

Did I learn something today? If not, I wasted it.

Re: java.io.FileNotFoundException: File does not exist: /usr/lib/zookeeper/zookeeper-3.4.3-cdh4.0.1.jar

Posted by David Koch <og...@googlemail.com>.
Hello,

I have the same problem when launching:

hbase org.apache.hadoop.hbase.mapreduce.CopyTable

Exception in thread "main" java.io.FileNotFoundException: File does not
exist: /usr/lib/zookeeper/zookeeper-3.4.3-cdh4.0.1.jar
at
org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:736)


from a Hadoop client machine. Our Cloudera version is also 4.0.1, the
Hadoop/HBase configuration is picked up correctly.

The funny things is that we have a test cluster running CDH4.1.1 and I
manage to run CopyTable just fine from the client machine for that cluster.

Is this something that was fixed between Cloudera releases? I know this is
not the Cloudera user group but I think many people in the know are active
in this group.

Thank you,

/David


On Tue, Apr 9, 2013 at 3:06 PM, Dhanasekaran Anbalagan
<bu...@gmail.com>wrote:

> Hi Guys,
>
> I am trying to execute sample PerformanceEvaluation test program on Hbase.
> not work properly.
>
> hbase org.apache.hadoop.hbase.PerformanceEvaluation sequentialWrite 100
>
> It's says
> 13/04/09 08:50:43 ERROR security.UserGroupInformation:
> PriviledgedActionException as:hdfs (auth:SIMPLE)
> cause:java.io.FileNotFoundException: File does not exist:
> /usr/lib/zookeeper/zookeeper-3.4.3-cdh4.0.1.jar
> java.io.FileNotFoundException: File does not exist:
> /usr/lib/zookeeper/zookeeper-3.4.3-cdh4.0.1.jar
> at
>
> org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:736)
>
> hdfs@dvcliftonhera222:~$ *file
> /usr/lib/zookeeper/zookeeper-3.4.3-cdh4.0.1.jar*
> */usr/lib/zookeeper/zookeeper-3.4.3-cdh4.0.1.jar: Zip archive data, at
> least v1.0 to extract*
>
> Full stack trace  here.
> http://paste.ubuntu.com/5692271/
>
> Please guide me How to fix this.
>
> Did I learn something today? If not, I wasted it.
>