摘要:
Anaconda 下载 https://www.anaconda.com/download/#linux 下载文件 Anaconda3-5.2.0-Linux-x86_64.sh bash Anaconda3-5.2.0-Linux-x86_64.sh 一路enter mv /usr/bin/pyt 阅读全文
posted @ 2018-07-08 22:39
bug_x
阅读(296)
评论(0)
推荐(0)
摘要:
比如我的版本是2.8.4 官网文档是: 基本配置文件:包括一般的端口 阅读全文
posted @ 2018-07-08 16:53
bug_x
阅读(300)
评论(0)
推荐(0)
摘要:
mysql默认的排序: https://forums.mysql.com/read.php?21,239471,239688#msg-239688 Do not depend on order when ORDER BY is missing. Always specify ORDER BY if 阅读全文
posted @ 2018-07-08 12:26
bug_x
阅读(2363)
评论(0)
推荐(0)
摘要:
1、创建用户hadoop adduser hadoop passwd hadoop usermod -a -G hadoop hadoop chown -R hadoop:hadoop /data 2、格式化hdfs hdfs namenode -format 3、sbin/start-all.sh 阅读全文
posted @ 2018-07-08 11:11
bug_x
阅读(819)
评论(0)
推荐(0)