我在我的ubuntu 64位系统上安装了hbase。我可以运行hbase启动脚本而不会出现任何问题,结果如下。
hduser@vignesh-ubuntu:/usr/local/hbase$ ./bin/start-hbase.sh
starting master, logging to /usr/local/hbase/bin/../logs/hbase-hduser-master-vignesh-ubuntu.out
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
但是当我启动我的hbase shell时,它会让我误以为错误。
hduser@vignesh-ubuntu:/usr/local/hbase$ ./bin/hbase shell
NativeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
initialize at /usr/local/hbase/bin/../lib/ruby/hbase/hbase.rb:42
(root) at /usr/local/hbase/bin/../bin/hirb.rb:118
我使用的JDK版本是1.8。路径:/usr/lib/java/jdk1.8.0_31
我试过谷歌搜索但没有运气。有人可以帮我解决这个问题。