gpt4 book ai didi

java - 在 Windows-7 64 位上运行 hadoop

转载 作者:可可西里 更新时间:2023-11-01 15:17:28 24 4
gpt4 key购买 nike

我在 windows-7 64 位上运行 hadoop 并收到此错误:

Exception in thread "main" java.io.IOException: Cannot run program "chmod": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
at org.apache.hadoop.util.Shell.runCommand(Shell.java:149)
at org.apache.hadoop.util.Shell.run(Shell.java:134)
at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:286)
at org.apache.hadoop.util.Shell.execCommand(Shell.java:354)
at org.apache.hadoop.util.Shell.execCommand(Shell.java:337)
at org.apache.hadoop.fs.RawLocalFileSystem.execCommand(RawLocalFileSystem.java:481)
at org.apache.hadoop.fs.RawLocalFileSystem.setPermission(RawLocalFileSystem.java:473)
at org.apache.hadoop.fs.FilterFileSystem.setPermission(FilterFileSystem.java:280)
at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:266)
at org.apache.hadoop.mapred.JobClient.configureCommandLineOptions(JobClient.java:573)
at org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:761)
at org.apache.hadoop.mapreduce.Job.submit(Job.java:432)
at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:447)
at finanalytics.ClassifyMR$MapClass.main(ClassifyMR.java:172)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:188)
at java.lang.ProcessImpl.start(ProcessImpl.java:132)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021)
... 14 more

这里给出了这个问题的解决方案 http://javaprotlib.sourceforge.net/packages/io/howtofixhadoop.html .我安装了最新版本的 cygwin,但我不知道如何设置环境变量,因为我可以在该页面上提到的 cygwin 安装目录中的任何位置找到 cygwin-chmod。如何设置此变量以及运行该程序的其他配置是什么。

最佳答案

将系统路径变量设置为 chmod.exe 的位置如果您使用 Windows 安装程序安装了 cygwin64,那么您的 chmod.exe 应该存在于

INSTALLATION_DIR\cygwin64\bin

对于我来说,我在我的C盘安装了cygwin,所以我的系统路径变量的值为;C:\cygwin64\bin

关于java - 在 Windows-7 64 位上运行 hadoop,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17388849/

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