From 4e055f3761fced7a37a04e3f4757575f585a7be9 Mon Sep 17 00:00:00 2001 From: Maxwell Alexander O'Cull Date: Sat, 20 Apr 2019 21:20:50 -0400 Subject: [PATCH] Fix makefile again --- p4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p4/Makefile b/p4/Makefile index ce1d0ff..2034bb3 100644 --- a/p4/Makefile +++ b/p4/Makefile @@ -9,7 +9,7 @@ package: mvn package submit: - spark-submit --class cs448.App target/p4-1.0-SNAPSHOT.jar -i "/user/mocull/input" -q 1,12,3 -test + 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