博客园 首页 私信博主 显示目录 隐藏目录 管理 动画
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页
摘要: 1 #!/bin/bash 2 function hive_stop(){ 3 pid=$(ps ax | grep "hive") 4 kill $pid || echo "hive服务关闭" 5 } 6 case $1 in 7 "start"){ 8 echo "__________启动hiv 阅读全文
posted @ 2022-04-13 09:51 CHANG_09 阅读(28) 评论(0) 推荐(0)
摘要: 1 #!/bin/bash 2 case $1 in 3 "start") 4 /opt/module/hbase/bin/start-hbase.sh 5 ;; 6 "stop") 7 /opt/module/hbase/bin/stop-hbase.sh 8 ;; 9 "shell") 10 / 阅读全文
posted @ 2022-04-13 09:50 CHANG_09 阅读(32) 评论(0) 推荐(0)
摘要: 1 #!/bin/bash 2 case $1 in 3 ""){ 4 /root/shells/stopfirewalld.sh 5 /root/shells/wait-time.sh 3 6 /root/shells/hadoop.sh start 7 /root/shells/wait-tim 阅读全文
posted @ 2022-04-13 09:47 CHANG_09 阅读(35) 评论(0) 推荐(0)
摘要: 1 #!/bin/bash 2 case $1 in 3 "port"){ 4 /opt/module/flume/bin/flume-ng agent --conf /opt/module/flume/conf/ --name a1 --conf-file /opt/module/flume/jo 阅读全文
posted @ 2022-04-13 09:46 CHANG_09 阅读(25) 评论(0) 推荐(0)
摘要: 1 #!/bin/bash 2 function hiveserver2_stop(){ 3 pid=$(ps ax | grep "flink") 4 kill $pid || echo "flink服务已关闭" 5 } 6 case $1 in 7 "start"){ 8 echo "_____ 阅读全文
posted @ 2022-04-13 09:45 CHANG_09 阅读(38) 评论(0) 推荐(0)
摘要: 1 #!/bin/bash 2 /opt/module/hive/bin/hive -e " 3 with 4 a as ( 5 select 6 user_id, 7 count(0) order_count, 8 sum(final_total_amount) order_amount 9 fr 阅读全文
posted @ 2022-04-13 09:44 CHANG_09 阅读(30) 评论(0) 推荐(0)
摘要: 1 #!/bin/bash 2 case $1 in 3 "start"){ 4 echo "__________启动 hadoop 集群____________" 5 ssh hadoop106 "/opt/module/hadoop/sbin/start-dfs.sh" 6 ssh hadoop 阅读全文
posted @ 2022-04-13 09:43 CHANG_09 阅读(28) 评论(0) 推荐(0)
摘要: 1 #!/bin/bash 2 case $1 in 3 "start"){ 4 clickhouse-client -m --port=9000 -u default --password root 5 };; 6 "server-start"){ 7 #.启动服务 8 service click 阅读全文
posted @ 2022-04-13 09:41 CHANG_09 阅读(114) 评论(0) 推荐(0)
摘要: 判断44444端口是否被占用 netstat -nlp | grep 44444 yum 安装,卸载 yum install -y nc yum remove -y nc 递归传送文件夹 scp -r zookeeper/ root@hadoop106:/opt/module 各个文件夹 大小 du 阅读全文
posted @ 2022-04-12 14:30 CHANG_09 阅读(46) 评论(0) 推荐(0)
摘要: 数据 MyData1.txt 5304529,像素不是很高,手机感觉用一段时间会卡,2,1 5304529,京东在线客服太垃圾,3,1 5304529,不知为何,网络卡还是咋滴儿,玩起来略卡像个二手机,不过看这店子又感觉不像,但愿是网卡,3,2 5304529,手机用了一个多月了,拍照马马虎虎,运行 阅读全文
posted @ 2022-04-11 17:29 CHANG_09 阅读(240) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页