【发布时间】:2015-02-09 13:37:07
【问题描述】:
我正在尝试在我的 Windows 机器上安装 hadoop。 我正在关注本指南:https://wiki.apache.org/hadoop/Hadoop2OnWindows 但是当我必须执行这一行时:
mvn package -Pdist,native-win -DskipTests -Dtar
我有这个错误:
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (com
pile-ms-winutils) on project hadoop-common: Command execution failed. Process ex
ited with an error: 1(Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionE
xception
提前感谢您的帮助。
亚历克斯
【问题讨论】: