cs448/p4/Makefile
Maxwell Alexander O'Cull 4e055f3761 Fix makefile again
2019-04-20 21:20:50 -04:00

16 lines
322 B
Makefile

.PHONY=clean build submit
all: package submit
clean:
mvn clean
package:
mvn package
submit:
spark-submit --class cs448.App target/p4-1.0-SNAPSHOT.jar -i "/user/mocull/input" -o "/user/mocull/output" -q 1,12,3 -test
warmup:
spark-submit --class cs448.App target/p4-1.0-SNAPSHOT.jar -i "/user/mocull/input" -warmup