Compiling From Source
For a different Spark version or compiling latest code
If you need to compile the latest code or build for a different Spark version, you can clone this repo and
Install maven
Install JDK 1.8
Set
JAVA_HOMEto JDK base directoryInstall Apache Spark (version spark-3.5.0-bin-hadoop3)
Set
SPARK_HOMEas path to location of Apache SparkSet
SPARK_MASTERas local[*]Run the following:
mvn initializeand thenmvn clean compile package
Last updated
Was this helpful?