Spark Performance Tuning | Practical Performance Optimization | Spark Developer

preview_player
Показать описание
Dynamic Allocation Property set to true by default is false also dynamic initial and max executors should be set:

Executor and Driver memory need to be set:

Example of spark-submit
spark-submit --master yarn-cluster \
--driver-cores 2 \
--driver-memory 2G \
--num-executors 10 \
--executor-cores 5 \
--executor-memory 2G \
Рекомендации по теме
Комментарии
Автор

Looks Good information for new job seekers in Spark

adityakanadi
Автор

Simple and super mam. Mam If it is possible please try to make a video on errors in big data and how to monitor failed jobs

PraveenKumar-dqsq
Автор

Ladki padhaye to alag hi concentration banta h . Nice tutorial keep teaching

klrahul
Автор

Simple presentation.. really liked it ❤️

SidharthanPV
Автор

Good Presentations, Very Easy to understand

ramnavale
Автор

Please put video for spark sumit and it's arguments

ps-upmx
Автор

Please make series on Spark interview questions

nileshsatpute
Автор

Do you really think that we need to filter before joining?

selvansenthil