java - Building Hadoop on Windows 8.1. MojoException -


i trying build hadoop 2.7.3 on windows 8.1. there numerous similar problems on stackoverflow not solve issue build trying. following full stack trace after running command -e switch.

failed execute goal org.codehaus.mojo:exec-maven plugin:1.3.1:exec (compile-ms-winutils) on project hadoop-common: command execution failed. process exited error: 1 org.apache.maven.lifecycle.lifecycleexecutionexception: failed execute goal org.codehaus.mojo:exec-maven-plugin:1.3.1:exec (compile-ms-wi nutils) on project hadoop-common: command execution failed. @ org.apache.maven.lifecycle.internal.mojoexecutor.execute(mojoexecutor.java:212)     @ org.apache.maven.lifecycle.internal.mojoexecutor.execute(mojoexecutor.java:153)     @ org.apache.maven.lifecycle.internal.mojoexecutor.execute(mojoexecutor.java:145)     @ org.apache.maven.lifecycle.internal.lifecyclemodulebuilder.buildproject(lifecyclemodulebuilder.java:116)     @ org.apache.maven.lifecycle.internal.lifecyclemodulebuilder.buildproject(lifecyclemodulebuilder.java:80)     @ org.apache.maven.lifecycle.internal.builder.singlethreaded.singlethreadedbuilder.build(singlethreadedbuilder.java:51)     @ org.apache.maven.lifecycle.internal.lifecyclestarter.execute(lifecyclestarter.java:128)     @ org.apache.maven.defaultmaven.doexecute(defaultmaven.java:307)     @ org.apache.maven.defaultmaven.doexecute(defaultmaven.java:193)     @ org.apache.maven.defaultmaven.execute(defaultmaven.java:106)     @ org.apache.maven.cli.mavencli.execute(mavencli.java:863)     @ org.apache.maven.cli.mavencli.domain(mavencli.java:288)     @ org.apache.maven.cli.mavencli.main(mavencli.java:199)     @ sun.reflect.nativemethodaccessorimpl.invoke0(native method)     @ sun.reflect.nativemethodaccessorimpl.invoke(nativemethodaccessorimpl.java:62)     @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:43)     @ java.lang.reflect.method.invoke(method.java:497)     @ org.codehaus.plexus.classworlds.launcher.launcher.launchenhanced(launcher.java:289)     @ org.codehaus.plexus.classworlds.launcher.launcher.launch(launcher.java:229)     @ org.codehaus.plexus.classworlds.launcher.launcher.mainwithexitcode(launcher.java:415)     @ org.codehaus.plexus.classworlds.launcher.launcher.main(launcher.java:356) caused by: org.apache.maven.plugin.mojoexecutionexception: command execution failed. @ org.codehaus.mojo.exec.execmojo.execute(execmojo.java:303)     @ org.apache.maven.plugin.defaultbuildpluginmanager.executemojo(defaultbuildpluginmanager.java:134)     @ org.apache.maven.lifecycle.internal.mojoexecutor.execute(mojoexecutor.java:207)     ... 20 more caused by: org.apache.commons.exec.executeexception: process exited error: 1 (exit value: 1)     @ org.apache.commons.exec.defaultexecutor.executeinternal(defaultexecutor.java:402)     @ org.apache.commons.exec.defaultexecutor.execute(defaultexecutor.java:164)     @ org.codehaus.mojo.exec.execmojo.executecommandline(execmojo.java:750)     @ org.codehaus.mojo.exec.execmojo.execute(execmojo.java:292)     ... 22 more 

i using sdk 8.1, maven 3.3.9, java 1.8, protoc 2.5.0, cmake 3.7, git 2.10.2 , .net framework 4.5.1 path variables set. resolved other issues during process taking form different posts here badly stuck error message. please?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -