我想使用Java和HBase API连接到docker中独立运行的HBase 我用这段代码连接: Configuration config = HBaseConfiguration.create(); config.set("hbase.zookeeper.quorum", "163.172.142.199"); ...