Apache Spark اسئلة واجوبة المقابلات
Question: Explain the concept of lazy evaluation in Apache Spark.Answer: Lazy evaluation is a strategy in which the execution of operations is delayed until the result is actually needed. This helps in optimizing the execution plan.Example:
|
احفظ للمراجعة
احفظ هذا العنصر في الإشارات المرجعية، او حدده كصعب، او ضعه في مجموعة مراجعة.
سجل الدخول لحفظ الإشارات المرجعية والاسئلة الصعبة ومجموعات المراجعة.
هل هذا مفيد؟ نعم لا
الاكثر فائدة حسب تقييم المستخدمين:
- What is the purpose of the Spark SQL module?
- Explain the difference between narrow and wide transformations in Spark.