From 84bef5fa5cd97c0e6d7fda43a028a4182f6ea5b2 Mon Sep 17 00:00:00 2001 From: Raj Kumar Date: Tue, 12 Jul 2022 16:34:16 +0530 Subject: [PATCH] changes made in collect file --- pyspark-collect.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyspark-collect.py b/pyspark-collect.py index 6f57171..c5f18d6 100644 --- a/pyspark-collect.py +++ b/pyspark-collect.py @@ -28,3 +28,4 @@ for row in dataCollect: print(row['dept_name'] + "," +str(row['dept_id'])) +# collect is an action which will give list.