我正在尝试连接到安装在ubuntu虚拟机上的远程hbase-0.94.8。我有一个TableNotFoundException,这是我的Java代码:Configurationconfig=HBaseConfiguration.create();config.set("hbase.zookeeper.quorum","192.168.56.101");HTableInterfaceusersTable=newHTable(config,"users");这里是完整的异常跟踪:14/06/2415:59:48WARNclient.HConnectionManager$HConnectio