大数据 | Index
未读
大数据 | Hadoop 搭建
本文转载自 QingYingX's Blog: 原文地址 关闭防火墙&SELinux 防火墙 systemctl status firewalld 查看防火墙状态 systemctl stop firewalld 关闭防火墙 systemctl disable firewalld
CCF | Docker Network
前情提要 ❕本教程已默认你已经做好三台机器的免密登录 ❕本教程已默认你的虚拟机拥有外部网络访问权限 ❕本教程已默认你对 Docker Network 拥有基础认知 ❕本教程已默认你已关闭虚拟机的防火墙 ❕本教程不能在 NAT 模式下使用 ❕本教程的虚拟机使用 Bridge 桥模式
CCF | Python HDFS 编程
示例程序 from hdfs import InsecureClient
from collections import defaultdict
hdurl = "http://172.16.115.212:50070"
hduser = "root"
def createcli() -> In