摘要:
博客参考:https://www.cnblogs.com/jerryxing/articles/2339352.html start with connect by 层次查询(Hierarchical Queries) 语法: SELECT * FROM tableSTART WITH ID = 1 阅读全文
摘要:
tr - translate or delete characters 主要用于转换和删除字符带有最常用选项的t r命令格式为:tr -c -d -s [ "string1_to_translate_from" ] [ "string2_to_translate_to" ] input_file-c 阅读全文
摘要:
首先需要安装三个包:# 安装:pip install matplotlib# 安装:pip install jieba# 安装pip install wordcloud 1.制作英文字母的词云 效果图: 代码实现: 其中,test.txt文件内容如下 2.制作中文的词云 效果图: 代码实现: 其中a 阅读全文
摘要:
软件下载: http://mirrors.shu.edu.cn/apache/kafka/2.1.0/kafka_2.11-2.1.0.tgz 把下载好的包kafka_2.11-2.1.0.tgz 上传到hadoop集群上master:/home/hadoop 解压: tar -zxvf kafka 阅读全文
摘要:
1.SHELL方式#创建表:create 'testImport1','cf' #准备文件[hadoop@master test]$ more sample1.csv1,"tom"2,"sam"3,"jerry"4,"marry"5,"john #上传到hadoop文件系统上hadoop fs -p 阅读全文