BigData
11
16
Hello World Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2021-11-16 tzkTangXS
08
16
Spark性能调优经验总结 Spark性能调优经验总结
常规性能调优资源配置方面 方式 原理 –num-executors 通过提高task并行度提高效率 –executor-cores 通过增加每个executor的核数,提高平行度(虚拟核) –executor-memory
2021-08-16
02
20
git使用 git使用
初始化git init 克隆git clone 地址 切换分支-- 先查看commit git reflog -- 切换commit git reset --hard commitID 暴利pushgit push --force
2021-02-20
07
04
Spark金典例题 Spark金典例题
spark2-submit --class resume.mlib.RcoAID \ --master yarn \ --deploy-mode cluster \ --num-executors 4 \ --executor-memor
2020-07-04
6 / 6