gpt4 book ai didi

hadoop - 如何从 HDFS 执行 map reduce 程序(例如 wordcount)并查看输出?

转载 作者:可可西里 更新时间:2023-11-01 14:50:19 24 4
gpt4 key购买 nike

我是 Hadoop 新手。我在 eclipse 中有一个简单的 wordcount 程序,它接受输入文件然后显示输出。但我需要从 HDFS 执行相同的程序。我已经为 wordcount 程序创建了一个 JAR 文件。任何人都可以让我知道如何进行吗?

最佳答案

您需要设置集群,即使是单节点集群。然后您可以从 hadoop 命令行运行您的 .jar:

jar

Runs a jar file. Users can bundle their Map Reduce code in a jar file and execute it using this command.

Usage: hadoop jar <jar> [mainClass] args...

The streaming jobs are run via this command. Examples can be referred from Streaming examples

Word count example is also run using jar command. It can be referred from Wordcount example

关于hadoop - 如何从 HDFS 执行 map reduce 程序(例如 wordcount)并查看输出?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17520232/

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