teragrep / ajs_01

User interface for Teragrep
Apache License 2.0
0 stars 0 forks source link

Preloading for spark interpreter #213

Closed BVVLD closed 10 months ago

BVVLD commented 10 months ago

Spark interpreter takes significant time to load. If user opens a notebook with no spark interpreter running, it would save a lot of time if it starts to load at the moment the notebook opens. It would be also good to have a preloading indication somewhere on the page.

BVVLD commented 10 months ago

The current status - working prototype. Preloading is working, but goes in conflict with %spark.conf. Needs additional optimization. Preloading indicator is still in TODO.

BVVLD commented 10 months ago

The feature is implemented on the UI-side. Added indicator and %spark.conf workarounds. Might need some UX polishing.

BVVLD commented 10 months ago

The feature is tested and does suffice the current requirements.