ukwa / webarchive-discovery

WARC and ARC indexing and discovery tools.
https://github.com/ukwa/webarchive-discovery/wiki
113 stars 24 forks source link

Make tmp usage H020/H3 compatible #273

Open anjackson opened 2 years ago

anjackson commented 2 years ago

The indexer depends on a deprecated variable that is not supplied on H3:

https://github.com/ukwa/webarchive-discovery/blob/ad6d52bbf59a11258b1fc74a3e9bf9823a8f8955/warc-hadoop-indexer/src/main/java/uk/bl/wa/hadoop/indexer/WARCIndexerMapper.java#L111

This can be worked around simply enough, just by setting the variable when running the job, but it would be good to fix it properly.