Replies: 3
Hi I have trouble installing Hdp on my VM and always get the same failure at the end
OS: Windows Server 2012 R2
jdk-8u20
python-2.7.8
Path update with “;C:\Python27\”
JAVA_HOME set “C:\Progra~2\Java\jre1.8.0_20″
i used Powershel to start the installation
I found another post with the same failure and someone said to use a more complexe password but it didn’t work out with “H@dooP_T3sT”
I try in single node, and i followed the recommandation here http://hortonworks.com/blog/install-hadoop-windows-hortonworks-data-platform-2-0/
this is the last lines of the logfile
Remove-Item : Cannot find path ‘C:\hdp\singlenodecreds.xml’ because it does
not exist.
At C:\HadoopInstallFiles\HadoopPackages\hdp-2.1.5.0-winpkg\scripts\uninstall.ps
1:218 char:5
+ Remove-Item “$ENV:HADOOP_NODE_INSTALL_ROOT\singlenodecreds.xml”
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\hdp\singlenodecreds.xml:Stri
ng) [Remove-Item], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.Remov
eItemCommand
HDP: Start/stop scripts and credentials file removed HDP: Removing the data directory: C:\hdpdata HDP: rd /s /q “C:\hdpdata” HDP: Removing HDP log directory. C:\hadoop\logs HDP: rd /s /q “C:\hadoop\logs” HDP: Removing desktop shortcuts HDP: Removing C:\Users\Administrator\Desktop\Hadoop Command Line.lnk HDP: Removing C:\Users\Administrator\Desktop\Hadoop Name Node Status.url HDP: Removing C:\Users\Administrator\Desktop\Hadoop Standby Name Node Status.url HDP: Removing C:\Users\Administrator\Desktop\Hadoop YARN Status.url HDP: Removing C:\Users\Administrator\Desktop\Hbase Master status.url HDP: Removing desktop\Hadoop Standby Resourcemanager Status.url HDP: Deleting service user hadoop HDP: Unsetting machine environment variables HDP: UNINSTALLATION COMPLETE 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.