baha-bouali commented on issue #71847: URL: https://github.com/apache/airflow/issues/71847#issuecomment-5385174607
**apache.hdfs 4.13.0rc1** ::: [#71278](https://github.com/apache/airflow/pull/71278) ✅ * `HdfsRemoteLogIO.from_config()` with `remote_base_log_folder = hdfs://namenode:8020/airflow/logs` returns `remote_base = '/airflow/logs' ` The` urlsplit(...).` path stripping matches the legacy `airflow_local_settings.py` branch, and `base_log_folder` is expanded correctly. * The hdfs scheme is registered in the shipped provider metadata, mapped to `airflow.providers.apache.hdfs.log.hdfs_task_handler.HdfsRemoteLogIO`. * Note: on 3.1.3 the ProvidersManager-based dispatch from #67056 isn't present yet. The hardcoded `startswith("hdfs://")` branch is still what runs. So the registration is correct but dormant on this version; it would need re-testing on the Airflow release that carries the core-side consumer. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
