非常详细的搭建步骤,包含了数据库配置,历史作业查询功能,gpu调用等方面的配置
1. 修改主机名字 hostnamectl set-hostname master(主机名)
2关闭 Firewall
# systemctl stop firewalld.service
# systemctl disable firewalld.service
关闭SELinux
# vi /etc/sysconfig/selinux
SELINUX=disabled
# reboot
# getenforce(查看SELinux状态)
3.安装EPEL Repo
# yum -y install epel-release
4.安装数据库(查询作业历史记录需要使用数据库)