Running UDFs
There are 2 main ways to run UDFs:
- On short, small resources requirements (RAM / CPU / storage) jobs
- On longer, higher resources requirements jobs
Documentation overview
📄️ Small UDF run
{/ TODO: Might want to mention fused.submit() here to be able to run multiple jobs? /}
📄️ Large UDF run
Some jobs require more resources than a few Gb of RAM or take more than a few seconds to run. This section will show how to run such larger jobs
📄️ Dependencies
To keep things simple, Fused maintains a single runtime image. This means that any UDF you run will be executed with these dependencies by default