InterviewSolution
Saved Bookmarks
| 1. |
What are the performance techniques in Spark? |
|
Answer» There are MANY optimization techniques that we can perform to help SPARK job run faster. We will list some of them. Please note that these can be applied when your code requires improvement in performance based on the functionality which you are implementing.
|
|