This website requires JavaScript.
Explore
Help
Register
Sign In
fly6516s_Education.test
/
web-analyze
Watch
1
Star
0
Fork
0
You've already forked web-analyze
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
BD-exp-8
8
Commits
1
Branch
0
Tags
77
KiB
Python
100%
9e9d18b78e
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
fly6516
9e9d18b78e
feat:统计每天的独立访客数
...
- 读取 HDFS 上的 Apache 日志文件 - 解析日志,提取日期和 IP 地址 - 去重后按天统计独立访客数 - 结果按日期排序并打印
2025-04-14 02:12:36 +08:00
.idea
feat: init files
2025-04-13 16:57:29 +00:00
1-1.py
fix(1-1.py):优化日志解析和空 RDD处理
2025-04-14 01:51:33 +08:00
1-2.py
feat:统计 HDFS 日志中的唯一主机数量
2025-04-14 01:58:03 +08:00
1-3.py
feat:统计每天的独立访客数
2025-04-14 02:12:36 +08:00
log_analysis_step2.py
feat(log_analysis_step2.py): 添加日志分析功能
2025-04-14 01:10:45 +08:00
main.py
feat: init files
2025-04-13 16:57:29 +00:00
pretest1.py
test(pretest1.py): 添加日志解析测试功能
2025-04-14 01:00:04 +08:00
test_helper.py
feat: init files
2025-04-13 16:57:29 +00:00