Code Prototypes Demo
Code prototypes demo, include ScalaDemo/SparkDemo/DataLoader etc.
Build project with sbt:
$ cd code_source_path
$ sbt update gen-idea
$ sbt clean assembly
Build project with maven:
$ cd code_source_path
$ mvn clean install -DskipTests
$ mvn clean package -DskipTests
- Author : Wallace Huang
- Email : h417652303@gmail.com