teragrep / zep_01

0 stars 0 forks source link

Spark preloader server-side implementation #33

Open Laukkala opened 3 months ago

Laukkala commented 3 months ago

If a notebook contains a Paragraph using Spark interpreter, the interpreter should be started when the note is opened. The only exception to this is if the notebook contains a Spark configuration paragraph. In that case, the interpreter should remain closed until the paragraphs are run to ensure that configuration gets applied properly.

Some interpreters, such as Spark, use a shared process, but report whether they have been "opened" separately. Interpreters are identified by their ID's which can include user-supplied strings. This means that Interpreters must be identified exactly. Additional information in internal page, search for "Spark Preloader"