摘要: 一、zookeeper启动脚本 if [ $# -lt 1 ] then echo "No Args Input..." exit ; fi case $1 in "start") echo " 启动 zookeeper 集群 " echo " 启动 hadoop101 " ssh hadoop10 阅读全文
posted @ 2022-01-05 21:09 持枢 阅读(65) 评论(0) 推荐(0)
摘要: 一、安装ntpd yum install -y ntp ntpd 查看时区 要是cst timedatectl 修改时区 timedatectl set-timezone Asia/Shanghai 查看状态sudo systemctl status ntpd 启动 sudo systemctl s 阅读全文
posted @ 2022-01-05 19:52 持枢 阅读(175) 评论(0) 推荐(0)
摘要: 一、standalone的搭建 export JAVA_HOME=/opt/module/jdk1.8.0_301 SPARK_MASTER_HOST=hadoop101 SPARK_MASTER_PORT=7077 bin/spark-submit \ --class org.apache.spa 阅读全文
posted @ 2022-01-05 17:13 持枢 阅读(98) 评论(0) 推荐(0)
摘要: hive引擎指令设置 set hive.execution.engine=spark; 一、添加tez 1、解压到本地 mkdir /opt/module/tez tar -zxvf /opt/software/tez-0.10.1-SNAPSHOT-minimal.tar.gz -C /opt/m 阅读全文
posted @ 2022-01-05 10:03 持枢 阅读(288) 评论(0) 推荐(0)