ambari自定义添加服务组件

本文是在学习过程中遇到的问题,用此篇以记录。以Redis为例。
首先需要了解自定义ambari组件方式,参考:https://www.jianshu.com/p/3028736597e7
官方GitHub用例地址:https://github.com/Symantec/ambari-redis-service
离线下载RPM包方式借鉴:https://blog.csdn.net/ZhouyuanLinli/article/details/84655609
使用重新编译源码方式参考:https://blog.csdn.net/zhangxiongcolin/article/details/82011080
https://blog.csdn.net/zhangxiongcolin/article/details/82011100

官网参考学习记录地址:https://cwiki.apache.org/confluence/display/AMBARI/Defining+a+Custom+Stack+and+Services+-+2.4.0
目前位置发现的最详细的参考学习:https://my.oschina.net/u/2277929/blog/666180来自开源中国

你可能感兴趣的:(大数据,ambari)