From 66071dc9d655ac51e9e5eeb90ee98ac78b6efa84 Mon Sep 17 00:00:00 2001 From: Maxwell Alexander O'Cull Date: Sat, 20 Apr 2019 20:51:43 -0400 Subject: [PATCH] fix makefile --- p4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p4/Makefile b/p4/Makefile index 1035657..ce1d0ff 100644 --- a/p4/Makefile +++ b/p4/Makefile @@ -5,11 +5,11 @@ all: package submit clean: mvn clean -build: +package: mvn package submit: - spark-submit --class cs448.App target/p4-1.0-SNAPSHOT.jar -i "/user/mocull/input" + spark-submit --class cs448.App target/p4-1.0-SNAPSHOT.jar -i "/user/mocull/input" -q 1,12,3 -test warmup: spark-submit --class cs448.App target/p4-1.0-SNAPSHOT.jar -i "/user/mocull/input" -warmup