专项练习
结束做题
 列出你所知道的调度器,说明其⼯作原理
 YarnClient模式下,执⾏Spark SQL报这个错,Exception in thread "Thread-2" java.lang.OutOfMemoryError: PermGen space,但是在Yarn Cluster模式下正常运⾏,可能是什么原因?
 spark.driver.extraJavaOptions这个参数是什么意思,你们⽣产环境配了多少?
 导致Executor产⽣FULL gc 的原因,可能导致什么问题?
 Combiner 和partition的作⽤
知识点: 大数据
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39