11 2020 档案
摘要:目录 文件结构 pom.xml 主程序 Controller Service 异常处理 配置 自定义注解以及 AOP 拦截器 ApplicationRunner 定时调度 logback-spring.xml 配置日志 Actuator Prometheus 文件结构 pom.xml <?xml v
阅读全文
摘要:###通过 spring initializr 创建 Spring Boot 项目 打开网站 https://start.spring.io/ 填写项目名称,spring boot 版本,编程语言,Dependency 等信息 然后可以生成包含代码和配置的 zip 包,可以导入 IDE ###通过
阅读全文
摘要:配置本地的用户和邮箱 git config --local user.name "username" git config --local user.email username@mail.com 切换分支 git checkout dev 创建并切换分支 git checkout -b priva
阅读全文
摘要:###基本原理 (YARN 模式) 每个 stage 会有多个 partition,每个 partition 由 Executor 的一个 Task 执行 stage 的默认 partition 数量由 spark.default.parallelism 参数决定,默认由 parent stage
阅读全文
摘要:###准备 HDP-2 的安装文档 https://docs.cloudera.com/HDPDocuments/Ambari-2.6.2.2/bk_ambari-installation/content/ch_Getting_Ready.html HDP-3 的安装文档 https://docs.
阅读全文