Spark Out Of Memory Error OOM error Spark driver level: 1. Spark driver is the main control of spark application .if its configured with l…
1. Diff e rence between Coalesce and repartition ? Repartition is used to increase or decrease the number of partition with equal sized data…
1. Difference between groupByKey() and reduceByKey() in spark? groupBykey() works on dataset with key value pair(K,V) and groups data based on the …