sbt assembly
./spark-submit --class com.newday.Launcher --master local[*] ${path to assignment-1.0.jar} ${path to properties file}
| Property Name | Description |
|---|---|
| movies.input.file | Path of the input movie file |
| movies.read.format | format of the input movie file |
| movies.output.file | Write path of the tranformed movie file |
| movies.write.format | format of the transformed movie file |
| ratings.input.file | Path of the input movie file |
| ratings.read.format | format of the input movie file |
| ratings.output.file | Write path of the tranformed ratings file |
| ratings.write.format | format of the transformed ratings file |
| movie_ratings.output.file | Write path of the tranformed movie_rating file |
| movie_ratings.write.format | format of the transformed movie_rating file |