我正在关注 BigTable 上的教程:https ://cloud.google.com/bigtable/docs/hbase-shell-quickstart
当我尝试启动 Docker 映像时,出现以下错误:
C:\dev\GoogleCloudBigtable-quickstart>docker run -it bigtable-hbase /bin/bash -c "hbase shell"
2015-05-07 18:11:52,366 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform...
using builtin-java classes where applicable NativeException: java.io.IOException:
java.lang.reflect.InvocationTargetException
initialize at /hbase/bin/../lib/ruby/hbase/hbase.rb:41
(root) at /hbase/bin/../bin/hirb.rb:118
2015-05-07 18:11:52,958 WARN [Thread-3] hbase.BigtableOptionsFactory:
Shutdown is commencing and you have open 1 connections.
Data could be lost if there are ongoing requests.
有什么建议么?