
hadoop
文章平均质量分 81
左岸2420
计算机本科在读
展开
-
基于hadoop豆瓣电影数据分析
代码:load data local inpath "/home/liuxuanting/douban_movie-1686527723744.txt" into table lxt_2021900406;代码:hdfs dfs -copyFromLocal /home/liuxuanting/liuxuanting1 /log/代码:put ‘lxt_2021900406’,’1’,’info:moxige,bolan’,’5.8,5.7’优秀:数据库和表正确创建,sql语句正确,且高效。原创 2023-07-19 11:21:10 · 2079 阅读 · 15 评论 -
Hadoop—20.网站日志分析项目案例(详解)
本次实践的目的就在于通过mapreduce方法对apache common日志进行分析,计算一些关键指标。原创 2023-06-04 01:12:30 · 3883 阅读 · 35 评论 -
在hive中实现wordcount算法
在Java和hive中均能进行wordcount算法,但在hive中更为简便,接下来就是在hive中实现wordcount算法的简便步骤:原创 2023-05-14 17:57:55 · 440 阅读 · 0 评论