Replies: 4
OS: Windows Server 2012 on Hyper-v
Try to install one node HDP 2.0 for windows, but failed.
Follow http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.0.6.0-Win/bk_installing_hdp_for_windows/content/win-chap2-singlenode.html to install.
In the log file, get below information:
MSI (s) (80:04) [22:58:44:597]: Running as a service.
MSI (s) (80:04) [22:58:44:675]: Hello, I’m your 32bit Impersonated custom action server.
CAQuietExec: Checking JAVA_HOME is set correctly…
CAQuietExec: C:\Java\jdk1.6.0_31 was unexpected at this time.
CAQuietExec: Error 0x800700ff: Command line returned an error.
CAQuietExec: Error 0x800700ff: CAQuietExec Failed
CustomAction CheckPreReq returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 22:58:44: InstallFinalize. Return value 3.
MSI (s) (80:C4) [22:58:44:894]: Note: 1: 2265 2: 3: -2147287035
MSI (s) (80:C4) [22:58:44:894]: User policy value ‘DisableRollback’ is 0
MSI (s) (80:C4) [22:58:44:894]: Machine policy value ‘DisableRollback’ is 0
after that, installation began rollback.
Any ideas about this?
BTW: I’ve found many similar error like this. So,I’ve checked each prerequisite.
Follow http://dev.hortonworks.com.s3.amazonaws.com/HDPDocuments/HDP2/HDP-2.0.6.0-Win/bk_installing_hdp_for_windows/content/win-getting-ready-2-3-2.html
1. Microsoft Visual C++ 2010 Redistributable Package (64 bit) has been installed
2. Microsoft.NET framework 4.0. Told me the system have already installed this. (Windows server 2012, 4.5 default installed)
3. Oracle JDK 1.6 update 31 64-bit and Oracle JDK 7 64-bit
They’ve been Installed. And set System variables : C:\Java\jdk1.7.0_51;C:\Java\jdk1.6.0_31;c:\java\jre6;c:\java\jre7;
4. Python 2.7 has installed. And set System variables: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Python27
Thank you.