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
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
When UDFs are called, they run and return the output of the execution. They can be called in two ways that influence how Fused handles them: File and Tile.
There are 2 main ways to run UDFs:
{/ TODO: Might want to mention fused.submit() here to be able to run multiple jobs? /}
Fused is a data analytics platform to write and deploy Python User Defined Functions (UDFs) behind HTTP endpoints and interactive applications.
Follow these steps to write a User Defined Function (UDF).