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_HOME to JDK base directory
Run the following: mvn initialize and then mvn clean compile package
mvn initialize
mvn clean compile package
Last updated 1 year ago