克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

hp

介绍

大数据集群自动化搭建工具

软件架构

软件架构说明

安装教程

# git clone https://gitee.com/linjiangyu2/hp.git
# cd hp/conf
# vim hp.yaml 

使用说明

修改配置文件

# hp KunTower conf file
#
JAVA_HOME: /usr/local/jdk

#-------------------------hadoop------------------------#
HADOOP:
  master: ["192.168.222.32"]        # 管理节点的机器IP,也可以写成domain
  nodes: ["192.168.222.33","192.168.222.34"]    # 工作节点的机器IP
  ssh_online: true                              # 各节点的ssh密码是否一致(false/true)
  ssh_pass: MTIzCg==                                 # 如果一致的话,写入密码(base64)
  home: /opt/hadoop285                          # hadoop安装路径
  listen: 9000                                  # 监听端口
  tmp: /opt/data                                # tmp路径
  replica: 1                                    # 副本数
  replica_dir: /opt/data/hdfs/name              # 副本详情数据路径
  node_data_dir: /opt/data/hdfs/data            # 副本数据路径
#------------------------hadoop------------------------#
MIT License Copyright (c) 2023 linjiangyu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

大数据完全分布式集群自动化搭建工具 展开 收起
Shell 等 2 种语言
MIT
取消

发行版 (1)

全部
2年前

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化