摘要: 完成内容: 1.学习zookeeper的定义和用法 2.下载和安装 tar -zxvf apache-zookeeper-3.5.7-bin.tar.gz -C /opt/module/ mv apache-zookeeper-3.5.7 -bin/zookeeper-3.5.7 3.启动zooke 阅读全文
posted @ 2021-09-17 21:15 1905-1雷宇 阅读(54) 评论(0) 推荐(0)
摘要: 完成内容: 1.hive的操作 查询 SELECT [ALL | DISTINCT] select_expr, select_expr, ... FROM table_reference [WHERE where_condition] [GROUP BY col_list] [ORDER BY co 阅读全文
posted @ 2021-09-17 15:41 1905-1雷宇 阅读(54) 评论(0) 推荐(0)