上一页 1 2 3 4 5 6 7 8 ··· 22 下一页
该文被密码保护。 Read More
posted @ 2023-10-10 19:37 PythonNew_Mr.Wang Views(282) Comments(0) Diggs(0)
安装FineBi 1:百度云链接:https://pan.baidu.com/s/1u9QHGzo9v9Wcrn5iJU4hQg?pwd=sotc (这里安装的时候你可能需要登录到官网注册获取激活码)https://www.finebi.com/ 2: 将Hive驱动包放入指定目录 D:\FineB Read More
posted @ 2023-10-10 17:34 PythonNew_Mr.Wang Views(311) Comments(0) Diggs(0)
HIVE 内部表与外部表的区别 # HIVE储存数据位置 [hadoop@test1 hive]$ hadoop fs -ls /user/hive/warehouse/testhive.db/info/ Found 1 items -rw-r--r-- 3 hadoop supergroup .. Read More
posted @ 2023-10-09 18:23 PythonNew_Mr.Wang Views(177) Comments(0) Diggs(0)
Mysql 安装配置远程登录 # 更新密钥 rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022 # 安装Mysql yum库 rpm -Uvh http://repo.mysql.com//mysql57-community-rele Read More
posted @ 2023-10-07 12:27 PythonNew_Mr.Wang Views(88) Comments(0) Diggs(0)
主机配置: 192.168.88.101 test1 192.168.88.102 test2 192.168.88.103 test3  Hadoop 上传压缩包并且解压 hadoop百度云:链接:https://pan.baidu.com/s/1DRV_x7Q_ZTUO4KMkr2-6Qg? Read More
posted @ 2023-10-07 12:23 PythonNew_Mr.Wang Views(131) Comments(0) Diggs(0)
MapReduce 基础架构与原理 1:Job Tracker:JobTracker是MapReduce的主节点,负责协调整个作业的执行过程。它接收客户端提交的作业请求,并将作业划分为多个任务(Task)。JobTracker跟踪任务的执行状态,监控任务的进度和失败情况,并重新调度失败的任务。 2: Read More
posted @ 2023-10-07 12:12 PythonNew_Mr.Wang Views(146) Comments(0) Diggs(0)
基础架构(HDFS:Hadoop Distributed File System) 1:NameNode(名称节点):NameNode 是HDFS的主要组件之一,负责管理文件系统的命名空间和元数据(记录了文件和数据块的映射关系,以及数据块在数据节点的位置信息)。 2:DataNode(数据节点):D Read More
posted @ 2023-10-06 10:53 PythonNew_Mr.Wang Views(236) Comments(0) Diggs(0)
第一步:配置虚拟网络,指定网关 # (1): 下载最新版本的VMare,百度许可证,安装 # (2):左上角《编辑》 -> 《虚拟网络编辑器》 -> 右下角《更改设置》 # (3): 点击VMnet8 -> 子网IP: 192.168.88.0 # (4): 点击NAT设置 -> 网关ip: 192 Read More
posted @ 2023-10-02 15:49 PythonNew_Mr.Wang Views(151) Comments(0) Diggs(0)
这里使用docker进行演示两台mysql主从搭建  1:使用 Docker 启动 俩个Mysql容器,配置挂载数据与配置文件 传送门:https://www.cnblogs.com/wanghong1994/p/17731143.html 创建完后应该就有俩个Mysql(或者你有两个服务器,启 Read More
posted @ 2023-09-27 10:57 PythonNew_Mr.Wang Views(234) Comments(0) Diggs(0)
1 :先创建挂载文件夹 mkdir -p /mysql/config ; mkdir -p /mysql/data ; mkdir -p /mysql/logs 2: 创建配置文件 vim /mysql/config/my.cnf 3: 修改权限 chmod 644 /mysql/config/my Read More
posted @ 2023-09-26 20:50 PythonNew_Mr.Wang Views(1551) Comments(0) Diggs(0)
上一页 1 2 3 4 5 6 7 8 ··· 22 下一页