摘要: 1、Classes说明 【1】Class 类 【2】Interface 接口 【8】Generalization A与B的泛化关系,A继承B。继承非抽象类 【9】Interface Realization A与B的实现关系,A实现B。继承接口或抽象类 【3】Association 关联关系 表示形式 阅读全文
posted @ 2021-08-03 16:14 Robots2 阅读(1058) 评论(0) 推荐(0)
摘要: 版本 Flink flink-1.13.1-bin-scala_2.11.tgz 依赖scala2.12 一、下载 https://archive.apache.org/dist/flink/ 解压:tar -zxf flink-1.7.2-bin-hadoop27-scala_2.11.tgz 二 阅读全文
posted @ 2021-07-29 14:56 Robots2 阅读(753) 评论(0) 推荐(0)
摘要: 一、基础信息 下载地址:http://archive.apache.org/dist/hive/ 版本:hive3.1.1 依赖:hadoop3.2.1、mysql 解压目录:/Users/robots2/softWare 二、配置文件修改 1、hive-site.xml cp hive-defau 阅读全文
posted @ 2021-07-29 14:26 Robots2 阅读(145) 评论(0) 推荐(0)
摘要: 一、下载Scala brew install scala@2.12 二、设置环境变量 vim ~/.bash_profile export SCALA_HOME=/usr/local/opt/scala/bin export PATH="${SCALA_HOME}:${PATH}" source ~ 阅读全文
posted @ 2021-07-28 19:19 Robots2 阅读(973) 评论(0) 推荐(0)
摘要: 软件版本 hadoop3.2.1 一、打开本地ssh登录 # 生成公钥默认 $ ssh-keygen -t rsa -C "robots_wang@163.com" -b 4096 # 拷贝 $ cat ~/.ssh/id_rsa.pub # 拷贝至电脑信任列表 $ cat ~/.ssh/id_rs 阅读全文
posted @ 2021-07-28 17:11 Robots2 阅读(456) 评论(0) 推荐(0)
摘要: 一、准备材料 一个玻璃瓶、一根干净的鸡肋骨、醋 二、实验方法 在玻璃瓶中倒入一些醋,然后把鸡肋骨放入醋汁中; 让醋汁全部覆盖住骨头,浸泡两天; 两天后把骨头从醋汁中捞起来,此时发现鸡骨头已变得非常柔软了,不仅可以轻易折弯,甚至还可以打结。 阅读全文
posted @ 2021-07-28 15:46 Robots2 阅读(1859) 评论(0) 推荐(0)
摘要: 软件版本:3.4.10 一、软件下载 下载链接:http://archive.apache.org/dist/zookeeper/ 解压缩:tar -zxf zookeeper-3.4.10.tar.gz /Users/mac/SoftWare 二、配置 cd /Users/mac/SoftWare 阅读全文
posted @ 2021-07-28 14:15 Robots2 阅读(234) 评论(0) 推荐(0)
摘要: 1、清空某个topic数据 需要在service设置delete.topic.enable=true ./bin/kafka-topics.sh --zookeeper 172.23.75.105:2181 --delete --topic robots2 2、查看topic列表 ./bin/kaf 阅读全文
posted @ 2021-07-28 14:06 Robots2 阅读(375) 评论(0) 推荐(0)
摘要: 版本 kafka_2.11-2.0.0 flume1.8.0 一、软件下载 http://kafka.apache.org/downloads.htmltar -zxf kafka_2.11-2.0.0.tgz 二、修改配置文件 【1】创建日志文件夹: mkdir /Users/mac/SoftWa 阅读全文
posted @ 2021-07-27 17:20 Robots2 阅读(303) 评论(0) 推荐(0)
摘要: 一、下载Flume(在SoftWare目录下) wget http://mirrors.tuna.tsinghua.edu.cn/apache/flume/1.8.0/apache-flume-1.8.0-bin.tar.gz 二、解压 tar -zxf apache-flume-1.8.0-bin 阅读全文
posted @ 2021-07-27 16:15 Robots2 阅读(400) 评论(0) 推荐(0)