Compiling Code
- Compile the open-source adaptation code.
cd /opt/Spark-ml-algo-lib-1.2.0/ mvn clean package

- Obtain the sophon-mlcore_2.11-1.2.0.jar file from the /opt/Spark-ml-algo-lib/ml-core/target/ directory.
- Obtain the sophonml-acc_2.11-1.2.0.jar file from the /opt/Spark-ml-algo-lib-1.2.0/ml-accelerator/target/ directory.
cd /opt/Spark-ml-algo-lib-1.2.0/ml-accelerator/target/

- Obtain the sophonml-kernel-client_2.11-1.2.0.jar file from the /opt/Spark-ml-algo-lib-1.2.0/ml-kernel-client/target/ directory.
Parent topic: Software Compiling