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.
助言がありますか?