gpt4 book ai didi

unix - 使用 cygwin 和 hadoop 创建文件

转载 作者:可可西里 更新时间:2023-11-01 16:18:16 25 4
gpt4 key购买 nike

我正在使用本教程来设置第一个 hadoop 项目:

http://hadoop.apache.org/docs/r0.18.3/mapred_tutorial.html#Source+Code

我对这部分感到困惑:

Sample text-files as input:

$ bin/hadoop dfs -ls /usr/joe/wordcount/input/
/usr/joe/wordcount/input/file01
/usr/joe/wordcount/input/file02

$ bin/hadoop dfs -cat /usr/joe/wordcount/input/file01
Hello World Bye World

$ bin/hadoop dfs -cat /usr/joe/wordcount/input/file02
Hello Hadoop Goodbye Hadoop

如何创建文件 file01 和 file02?

当我运行上面的命令 () 时,我收到错误:“文件不存在/usr/joe/wordcount/input/file01”

最佳答案

您可以在 cygwin 上使用文件编辑器创建文件,vimemacs(对此不确定)。

或者您可以复制下面的粘贴来创建文件。

echo "Hello World Bye World" >  /usr/joe/wordcount/input/file01
echo "Hello Hadoop Goodbye Hadoop" > /usr/joe/wordcount/input/file02

还有其他更古怪的技术可以将简单数据放入文件,但根据您的问题定义,这应该可以正常工作。

(另一种可能性,......这些文件可能是测试或教程安装的一部分,而你错过了运行安装的步骤吗?如果一旦你创建了这些文件,并且你遇到了新的错误消息,请考虑 dbl - 检查您的步骤以确认所有安装正确)

健康教育

关于unix - 使用 cygwin 和 hadoop 创建文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15210965/

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