conf.set("hbase.rootdir", "hdfs://192.168.128.130:8020/hbase");命令的作用是[填空(1)]。
查看答案
conf.set("hbase.zookeeper.quorum","slave1,slave2,slave3");命令的作用是[填空(1)]。
conf.set("hbase.zookeeper.property.clientPort","2181");命令的作用是[填空(1)] 。
windows下开发大数据相关的应用程序,而HBase部署在linux环境中,在运行调试时可能会出现无法找到主机,类似异常信息如:java.net.UnknownHostException: master。这是由于什么原因导致的。