# spark-scala-first **Repository Path**: mpv945/spark-scala-first ## Basic Information - **Project Name**: spark-scala-first - **Description**: spark-scala 项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-22 - **Last Updated**: 2025-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 安装JDK 2. 安装Scala
Scala 2.13 支持 JDK 8 到 JDK 11,并且对 JDK 11 提供了更好的支持。 Scala 2.12 的最高支持 JDK 版本为 JDK 8。
CS 安装 Scala:https://www.scala-lang.org/download/
SBT 安装: https://www.scala-sbt.org/download ;sbt使用:https://www.scala-sbt.org/1.x/docs/sbt-by-example.html
3. spark 安装:https://dblab.xmu.edu.cn/blog/4322/ 下载:https://spark.apache.org/downloads.html
配置:https://spark.apache.org/docs/latest/spark-standalone.html#installing-spark-standalone-to-a-cluster
使用案例:https://spark.apache.org/docs/latest/quick-start.html
4. Hudi 安装:
安装:https://hudi.apache.org/cn/docs/quick-start-guide
源码:https://github.com/apache/iceberg
5. IDEA安装Scala插件 reload重新加载项目依赖 clean清空 package 打包