hadoop - Not able to start Hbase shell in standalone mode -
i installed hbase on ubuntu 64-bit system. run hbase start script without issues , below result.
hduser@vignesh-ubuntu:/usr/local/hbase$ ./bin/start-hbase.sh starting master, logging /usr/local/hbase/bin/../logs/hbase-hduser-master-vignesh-ubuntu.out java hotspot(tm) 64-bit server vm warning: ignoring option permsize=128m; support removed in 8.0 java hotspot(tm) 64-bit server vm warning: ignoring option maxpermsize=128m; support removed in 8.0
but when start hbase shell throws me below error.
hduser@vignesh-ubuntu:/usr/local/hbase$ ./bin/hbase shell nativeexception: java.lang.runtimeexception: java.lang.reflect.invocationtargetexception initialize @ /usr/local/hbase/bin/../lib/ruby/hbase/hbase.rb:42 (root) @ /usr/local/hbase/bin/../bin/hirb.rb:118
the jdk version using 1.8. path: /usr/lib/java/jdk1.8.0_31
i tried googling no luck. 1 me in resolving this.
it compile version different runtime java version.
you'd best @ hbase java version help.
Comments
Post a Comment