Airflow 2.8.3.100 - 2505 (EEP 9.2.3) Release Notes
The following notes relate specifically to the HPE Data Fabric Distribution for Apache
Airflow. You may also be interested in the Apache Airflow home page.
| Airflow Version | 2.8.3.100 |
| Release Date | May 2025 |
| HPE Version Interoperability | See Ecosystem Pack Components and OS Support. |
| Source on GitHub | https://github.com/mapr/airflow |
| GitHub Release Tag | 2.8.3.100-eep-923 |
| Maven Artifacts | https://repository.mapr.com/maven/ |
| Package Names | Navigate to http://package.ezmeral.hpe.com/releases/MEP/, and select your EEP(MEP) and OS to view the list of package names. |
| Documentation |
New in This Release
This release updates the Airflow component to version 2.8.3.100.
Fixes
This release includes the following fixes:
| GitHub Commit Number | Date (YYYY-MM-DD) | HPE Fix Number and Description |
| ff3ec2570c | 2025-05-02 | AIRFLOW-242: Fixed issue for case when MFS remote logging directory placed to root. |
| bac5c3f59a | 2025-05-02 | AIRFLOW-242: Add MapR-FS as schema for remote logging. |
| f3a39ac519 | 2025-05-02 | AIRFLOW-238: Set secure cookie to true for secure cluster by default. |
| 371f1524a6 | 2025-05-02 | AIRFLOW-233: Removed redhat-lsb-core from Airflow dependency. |
| ba9c81ccc8 | 2025-05-02 | AIRFLOW-224: Added airflow-env.sh configuration to overwrite Airflow services start parameters. |
Known Issues and Limitations
- The Installer can install Airflow, but cannot set up MySQL as the backend database for Airflow. The default Airflow database is SQLite.
- Apache PySpark has many CVEs and is removed from the default Airflow dependencies. To
use the Spark JDBC operator/hook from Apache, install PySpark as follows:
- Run
<airflow_home>/build/env/bin/activate. - Run
pip install pyspark==3.3.3. - Run
deactivate. -
NOTEThis process does not affect the Ezmeral Spark provider.
- Run
- If the
repair_pip_depends.shscript failed with the following error, you must run the script again:subprocess.CalledProcessError: Command 'krb5-config --libs gssapi' returned non-zero exit status 127. [end of output]
Resolved Issues
None.