修改配置文件/etc/ambari-server/conf/ambari.properties client.api.port=8081
1.集群規(guī)劃一般模式下,元數(shù)據(jù)在 zookeeper 中,運(yùn)行時(shí)動(dòng)態(tài)選舉 controller,由controller 進(jìn)行 Kafka 集群管...
概念:密鑰:包含公鑰+私鑰公鑰的用途:驗(yàn)證對方身份-防止其他人假冒對方向你發(fā)送數(shù)據(jù)、解密。私鑰的用途:表明自己的身份、加密。密鑰庫( keyst...
方法1: 編輯文件/etc/sysctl.conf vi /etc/sysctl.conf 添加下面的行: net.ipv6.conf.all....
etc/node.properties node.environment=openlookengnode.data-dir=/toptdata/...
一。先備份 ranger 數(shù)據(jù)庫 mysqldump -uroot -p ranger > ranger_bak.sql 二。重置ranger ...
#!/bin/bash while true do echo -e "Time `date '+%y/%m/%d--%T'`" curl...
一。主庫,備份數(shù)據(jù)庫 mysqldump -uroot -p --single-transaction --master-data=2 --no...
把當(dāng)前時(shí)間轉(zhuǎn)換成 unix 時(shí)間戳 select unix_timestamp(); 取正確的當(dāng)前時(shí)間,用current_timestam...