From 894079e7e21e822f6e595885b4a6a39a56874883 Mon Sep 17 00:00:00 2001 From: Kostas Kougios Date: Fri, 12 Jan 2024 23:20:18 +0000 Subject: [PATCH] - --- docs/spark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spark.md b/docs/spark.md index 712bfb40..666de99e 100644 --- a/docs/spark.md +++ b/docs/spark.md @@ -6,7 +6,7 @@ Terminal 21 spark integration allows using datasets and dataframes inside termin It also provides caching of datasets in order for scripts to be used as notebooks. The caching has also a UI component to allow invalidating the cache and re-evaluating the datasets. -To give it a go, please checkout this repo and try the examples: +To give it a go, please checkout this repo and try the examples. Only requirement to do this is that you have `scala-cli` installed: ```shell git clone https://github.com/kostaskougios/terminal21-restapi.git