v0.6.2
Release Notes - v0.6.2
Includes a couple fixes / improvements:
- Closes issue #383, draggable Transformation Scenarios should be cross-browser
- Allows for OAI-PMH harvesting of records not part of an OAI set with new "Harvest All Records" option
Upgrading to v0.6.2
Run the built-in update command to run any migrations, restart services, and pull in new front-end static files:
./manage.py update --release v0.6.2
Note: While not mandatory, it's been observed that adding the following Spark configuration may help when data is highly "skewed" in OAI harvests, meaning some sets are very large, or all records exist outside of OAI sets.
Add the following configuration to the file /opt/spark/conf/spark-defaults.conf
, allowing RPC messages to be 1024mb:
spark.rpc.message.maxSize 1024