gpt4 book ai didi

java - JSON 文件的 Mapreduce Hadoop WordCount 示例

转载 作者:可可西里 更新时间:2023-11-01 15:45:53 26 4
gpt4 key购买 nike

我正在学习 Java 和 Hadoop,我看过无数简单的 txt 文件的 WordCount 示例。如何将此 WordCount 示例应用于以下 JSON 文件?我在为 Mapper 读取每个 JSON 对象的每一行时遇到了问题。

文件.json:

[
{
"id": 124,
"tweet": "Hey its a beautiful day today!"
"user": "twitter_username101"
},
{
"id": 433,
"tweet": "The worst superbowl was this year's for sure, waste of my day",
"user": "username23"
}
]

最佳答案

您可以使用 jsonReader,然后通过迭代对对象列表应用字数统计。 JsonReader

关于java - JSON 文件的 Mapreduce Hadoop WordCount 示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54966120/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com