From b3bc2a4f25c7c3f8b5b0f1c345938f83572f9ba1 Mon Sep 17 00:00:00 2001 From: Raghav Date: Sat, 21 Jun 2025 13:36:21 +0530 Subject: [PATCH] Initial commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f0bf039550d7..d0437fba08cf3 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ And run the following command, which should also return 1,000,000,000: >>> spark.range(1000 * 1000 * 1000).count() ``` -## Example Programs +## Example of some Programs Spark also comes with several sample programs in the `examples` directory. To run one of them, use `./bin/run-example [params]`. For example: