Hi,

Well the first steps would be:
1) Use the JDK 1.6 from Oracle. 1.7 is not supported yet.
2) Check the content of
http://hbase.apache.org/book.html#configuration to set up your first
cluster. Worth reading the whole guide imho.
3) Start with the last released version (.94), except if you have a
good reason to use the .90 of course.
4) Use the user mailing list for this type of questions and not the
dev one. :-). I kept dev in bcc.

Good luck,

N.

On Wed, Aug 22, 2012 at 12:25 PM, o brbrs <obr...@gmail.com> wrote:
> Hi,
> I'm new at hbase. I installed Hadoop 1.0.3 and Hbase 0.90.6 with Java 1.7.0
> on Ubuntu 12.04.
> When I run "hbase shell" command, this error occures:
> $ /usr/local/hbase/bin/hbase shell
> java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: Could not
> locate stub library in jar file.  Tried [jni/ı386-Linux/libjffi-1.0.so,
> /jni/ı386-Linux/libjffi-1.0.so]
>         at
> com.kenai.jffi.Foreign$InValidInstanceHolder.getForeign(Foreign.java:90)
>         at com.kenai.jffi.Foreign.getInstance(Foreign.java:95)
>         at com.kenai.jffi.Library.openLibrary(Library.java:151)
>         at com.kenai.jffi.Library.getCachedInstance(Library.java:125)
>         at
> com.kenai.jaffl.provider.jffi.Library.loadNativeLibraries(Library.java:66)
>         at
> com.kenai.jaffl.provider.jffi.Library.getNativeLibraries(Library.java:56)
>         at
> com.kenai.jaffl.provider.jffi.Library.getSymbolAddress(Library.java:35)
>         at
> com.kenai.jaffl.provider.jffi.Library.findSymbolAddress(Library.java:45)
>         at
> com.kenai.jaffl.provider.jffi.AsmLibraryLoader.generateInterfaceImpl(AsmLibraryLoader.java:188)
>         at
> com.kenai.jaffl.provider.jffi.AsmLibraryLoader.loadLibrary(AsmLibraryLoader.java:110)
>         .....
>
> What is the reason of this error? Please help.
>
> Thanks...
> --
> ...
> Obrbrs

Reply via email to