如何使用 Apache Storm 来 streamline log files?
Explain how you can streamline log files using Apache storm?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: medium
分类: Storm, Log Processing
标签: log-streaming, spout, emit, bolt, analysis
参考答案摘要
思路 可以通过配置 spout 从 log 文件读取数据,并按行 emit;然后把 spout 输出发送到 bolt,交由 bolt 做进一步分析处理。
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。