We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在执行测试程序wordCount时,出现了
Input path does not exist: hdfs://hadoop-master:54310/in的错误
The text was updated successfully, but these errors were encountered:
运行wordcount程序之前需要先创建相应地输入文件目录。输出文件目录不用管,会自动创建
Sorry, something went wrong.
在执行hadoop jar wordcount.jar /in /output代码之前, 先创建输入文件目录,对应代码:hadoop fs -mkdir /in
hadoop jar wordcount.jar /in /output
hadoop fs -mkdir /in
No branches or pull requests
在执行测试程序wordCount时,出现了
Input path does not exist: hdfs://hadoop-master:54310/in的错误
The text was updated successfully, but these errors were encountered: