用户组:游客
本帖最后由 desehawk 于 2014-9-3 22:17 编辑 hbase开发,无法定位登录配置address family not support by protocol family:connetc
private static Configuration conf = null; static { conf = HBaseConfiguration.create(); conf.set("hbase.zookeeper.quorum", "master");// 使用eclipse时必须添加这个,否则无法定位master需要配置hosts conf.set("hbase.zookeeper.property.clientPort", "2181"); } 复制代码
查看 »