04 2018 档案
ES集群安装配置文件
摘要:1./opt/elasticsearch/config/elasticsearch.yml文件: bootstrap.memory_lock: false bootstrap.system_call_filter: false 注销X-Pack 注意:ambari中的该文件,需要提前修改好! 2./ 阅读全文
posted @ 2018-04-20 11:04 海豚汪洋 阅读(160) 评论(0) 推荐(0)
Ambari Falcon Web UI无法访问
摘要:HDP2.6以后的版本,部署hdp后,falcon的web ui警告无法访问,是因为没有指定一个jdbc驱动,解决办法: # wget –O je-5.0.73.jar http://search.maven.org/remotecontent?filepath=com/sleepycat/je/5 阅读全文
posted @ 2018-04-09 11:51 海豚汪洋 阅读(307) 评论(0) 推荐(0)
rpm包强制安装
摘要:背景:安装服务时,服务需要某个rpm包,但是系统中有与该包冲突的包存在,所有用yum装不上,服务就不能正常安装部署 粗鲁解决:rpm -ivh --nodeps --force *.rpm 详细选项:-h (or --hash) 安装时输出hash记号 (``#')--test 只对安装进行测试,并 阅读全文
posted @ 2018-04-09 10:44 海豚汪洋 阅读(1054) 评论(0) 推荐(0)