上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 49 下一页
摘要: 博客参考:https://www.cnblogs.com/jerryxing/articles/2339352.html start with connect by 层次查询(Hierarchical Queries) 语法: SELECT * FROM tableSTART WITH ID = 1 阅读全文
posted @ 2019-02-13 11:21 醉城、 阅读(2385) 评论(0) 推荐(0) 编辑
摘要: tr - translate or delete characters 主要用于转换和删除字符带有最常用选项的t r命令格式为:tr -c -d -s [ "string1_to_translate_from" ] [ "string2_to_translate_to" ] input_file-c 阅读全文
posted @ 2019-02-12 15:01 醉城、 阅读(1781) 评论(0) 推荐(0) 编辑
摘要: 首先需要安装三个包:# 安装:pip install matplotlib# 安装:pip install jieba# 安装pip install wordcloud 1.制作英文字母的词云 效果图: 代码实现: 其中,test.txt文件内容如下 2.制作中文的词云 效果图: 代码实现: 其中a 阅读全文
posted @ 2019-01-25 16:33 醉城、 阅读(9499) 评论(0) 推荐(1) 编辑
摘要: 软件下载: 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 阅读全文
posted @ 2019-01-24 18:31 醉城、 阅读(968) 评论(0) 推荐(0) 编辑
摘要: 1.SHELL方式#创建表:create 'testImport1','cf' #准备文件[hadoop@master test]$ more sample1.csv1,"tom"2,"sam"3,"jerry"4,"marry"5,"john #上传到hadoop文件系统上hadoop fs -p 阅读全文
posted @ 2019-01-24 16:30 醉城、 阅读(939) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 49 下一页