VM OS: Windows Server 2012 R2 Standard
Database: MS SQL 2014 (standalone on the same VM)
Java: JDK 1.7.0_75
Python: 2.7.8
Visual C++: 2010 SP1
The installation fails with the error message in the log file.
================================================================================
…
HDP FAILURE: Oozie Webconsole is enabled, but cannot find extjs zip in C:\Software\hdp-2.2.0.0
At C:\HadoopInstallFiles\HadoopPackages\hdp-2.2.0.0-winpkg\scripts\install.ps1:232 char:13
+ throw “Oozie Webconsole is enabled, but cannot find extjs zip in $hd …
=================================================================================
I manually downloaded the extjs zip file from
http://extjs.com/deploy/ext-2.2.zip
and then I save the “ext-2.2.zip” inside the folder “C:\Software\hdp-2.2.0.0″ where the hdp-2.2.0.0.winpkg.msi is located.
It still comes with the same error message.
I also saved the extjs zip file inside %temp% folder. No help at all. The msi installation file could not find the extjs zip.
Any idea?