本地搭建hadoop集群--hbase和zookeeper的安装

zookeeper的安装 1、解压tar包 2、修改配置文件 cd conf cp -a zoo_sample.cfg zoo.cfg vim zoo.cfg 配置 dataDir=/opt/module/zookeeper-3.4.12/data 以及在文本的最后粘贴 server.1=master:2888:3888 server.2=slave1:2888:3888 server.3=sla
相关文章
相关标签/搜索