-
Notifications
You must be signed in to change notification settings - Fork 1
Home
eric zjw edited this page Jun 21, 2021
·
3 revisions
本项目期望在ambari-server and HDP基础之上,构建支持飞腾和鲲鹏CPU平台,麒麟和UOS操作系统的大数据生态组件管理工具以及组件安装包。
- Step one: To enable ambari and HDP to support on arm and Kylin/uos OS
- Step two: To improve the interaction by optimizing the web UI and module
- Step three: To make other components into ambari custom services
源配置:
vi /etc/yum.repos.d/ambari.repo
[ambari-2.7.4.0]
name=ambari-2.7.4.0
baseurl=http://10.20.103.54:8001/ambari/
gpgcheck=0
gpgkey=http://10.20.103.54:8001/ambari/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1
vi /etc/yum.repos.d/hdp.repo
[HDP-3.1.4.0]
name=Hortonworks Data Platform Version - HDP-3.1.4.0
baseurl=http://10.20.103.54:8001/hdp/
gpgcheck=0
gpgkey=http://10.20.103.54:8001/hdp/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1
vi /etc/yum.repos.d/hdp-util.repo
[HDP-UTILS-1.1.0.22]
name=Hortonworks Data Platform Version - HDP-UTILS-1.1.0.22
baseurl=http://10.20.103.54:8001/hdp-utils/
gpgcheck=0
gpgkey=http://10.20.103.54:8001/hdp-utils/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1
yum clean all;yum makecache;yum repolist
yum install java-1.8.0-openjdk-devel
echo "CentOS Linux release 7.9.2009 (Core)" > /etc/kylin-release
yum install ambari-server
ambari-sever setup
set JAVE_HOME :/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-1.h5.ky10.aarch64
ambari-server start
RPM package transform guide: