Relative Content

Tag Archive for apache-sparkpyspark

why reading a parquet file creating a job in spark UI?

I am using this statement to read the parquet file in pyspark (without using any display function or show method later). When I go to Spark UI, I can see a job being created. How does not using any action create a job in spark?