From 9c74e1394e4a7c9d91acc4751396948b27a042e9 Mon Sep 17 00:00:00 2001 From: Wh1isper <9573586@qq.com> Date: Thu, 27 Jul 2023 13:06:39 +0800 Subject: [PATCH] Update docs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 238566f..a024477 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Sparglim is aimed at providing a clean solution for PySpark applications in cloud-native scenarios (On K8S、Connect Server etc.). +**This is a fledgling project, looking forward to any PRs, Feature Requests and discussions!** + +🌟✨⭐ Start to support! + ## Quick Start Run Jupyterlab with `sparglim` docker image: @@ -56,7 +60,7 @@ Access `http://localhost:4040` for Spark-UI and `sc://localhost:15002` for Spark To config Spark on k8s for Data explorations, see [examples/jupyter-sparglim-on-k8s](./examples/jupyter-sparglim-on-k8s) -To config Spark for ELT Application/Service, see [pyspark-sampling](https://github.com/Wh1isper/pyspark-sampling/) +*(TODO)To config Spark for ELT Application/Service, see [pyspark-sampling](https://github.com/Wh1isper/pyspark-sampling/)* ### Spark Connect Server on K8S