I tried installing as the following instructions:
http://hortonworks.com/blog/install-hadoop-windows-hortonworks-data-platform-2-0/
JAVA_HOME has no spaces (C:\Java\jre7\bin) . Python in 2.7.8. C++ runtime installer said a newer version was already installed.
After clicking install I get a failure, and tells me to check the log.
Any help is appreciated.
I can’t paste the complete log file output as it is too long for the character limit of this post, so here goes the final lines written to the log:
”
At C:\HadoopInstallFiles\HadoopPackages\hdp-2.1.5.0-winpkg\scripts\uninstall.ps
1:276 char:9
+ $Computer.Delete(“user”,$serviceUserName)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : CatchFromBaseAdapterMethodInvokeTI
Remove-Item : Cannot find path ‘C:\hdp’ because it does not exist.
At C:\HadoopInstallFiles\HadoopPackages\hdp-2.1.5.0-winpkg\scripts\install.ps1:
871 char:5
+ Remove-Item -Recurse -Force $ENV:HADOOP_NODE_INSTALL_ROOT
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\hdp:String) [Remove-Item], I
temNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.Remov
eItemCommand
At C:\HadoopInstallFiles\HadoopSetupTools\winpkg.ps1:131 char:3
+ throw $out
+ ~~~~~~~~~~
WINPKG: rd /s /q C:\HadoopInstallFiles\HadoopPackages\hdp-2.1.5.0-winpkg
WINPKG FAILURE: C:\HadoopInstallFiles\HadoopPackages\hdp-2.1.5.0-winpkg\scripts\install.ps1 failed.