1. Hitachi Vantara Documentation
Pentaho 9.1
"Set Up the Adaptive Execution Layer (AEL) to Run on Spark": This official guide details the installation process.
Reference for A: In the section "Package the AEL Daemon into a Zip File
" the documentation states: "Run the Spark application builder tool to create the ael-daemon-spark.zip file..." This directly supports running the builder tool to obtain the daemon zip file.
Reference for D: In the section "Configure the AEL Daemon
" the documentation instructs users to edit the config.properties file and specifies: "Set the ael.spark.master property to yarn." This confirms the requirement to configure AEL for YARN mode on a cluster.
Reference for B & C: The same document outlines the installation process which does not involve an Oozie job. It also presents 'local' mode as an alternative to 'yarn' mode
clarifying its use for non-cluster environments
making it unsuitable for the production scenario described.