📄️ How to run simple spark job
A simple Spark job in Ilum operates just like one submitted via spark-submit, but with additional enhancements for ease of use, configuration, and integration with external tools.
📄️ How to run interactive spark job
An interactive Spark job is a dynamic and responsive way to execute Spark tasks that allows for real-time manipulation and querying of data directly within a live Spark session. Unlike a traditional Spark job, which is typically batch-oriented and executed as a single, predefined workflow, an interactive job offers a more flexible and exploratory environment.
📄️ How to run interactive code group
The Interactive Code Group in Ilum offers a robust and dynamic environment for real-time data exploration and analysis.