Fork me on GitHub
摘要: fastdfs安装+python客户端 1.环境: Centos7.6 2.安装: 根据版本下载 https://github.com/happyfish100/fastdfs/releases gcc安装 yum install gcc-c++ libevent安装 yum -y install 阅读全文
posted @ 2021-01-17 23:33 是阿凯啊 阅读(555) 评论(0) 推荐(0) 编辑
摘要: python操作hdfs 下载hdfs pip install hdfs 代码示例 #!/usr/bin/env python # -*- coding:utf-8 -*- """ # Author Xu Junkai # coding=utf-8 # @Time : 2021/1/17 13:46 阅读全文
posted @ 2021-01-17 20:30 是阿凯啊 阅读(750) 评论(0) 推荐(0) 编辑