Skip to content

Updated the archive operator jar path to an existing version

Mforns requested to merge fix_archive_jar_path into main

Some days ago, we deleted a bunch of unused jars from the refinery repository. One of them was still used by the HDFSArchiveOperator. We didn't notice it, because the code was not using artifacts.yaml to declare the dependency and the jar path was hard-coded instead of using the artifact() method.

This patch bumps up the version of the hard-coded jar to a newer version that is present currently in the Airflow machine.

Note this does not remove the hack that made this fail in the first place! But since we are currently developing a new HDFSArchiveOperator that uses Skein and handles jars the correct way, it's not worth spending time correcting this code that will last for just a couple days.

Merge request reports