From 0764e20842236494672a1e79f924e1bcc147571d Mon Sep 17 00:00:00 2001 From: Max O'Cull Date: Sat, 20 Apr 2019 21:45:00 -0400 Subject: [PATCH] Add all tests to Makefile --- p4/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/p4/Makefile b/p4/Makefile index 2034bb3..d07fccc 100644 --- a/p4/Makefile +++ b/p4/Makefile @@ -10,6 +10,9 @@ 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 + spark-submit --class cs448.App target/p4-1.0-SNAPSHOT.jar -i "/user/mocull/input" -o "/user/mocull/output" -q 2,12,3 -test + spark-submit --class cs448.App target/p4-1.0-SNAPSHOT.jar -i "/user/mocull/input" -o "/user/mocull/output" -q 3,12,3 -test + spark-submit --class cs448.App target/p4-1.0-SNAPSHOT.jar -i "/user/mocull/input" -o "/user/mocull/output" -q 4,12 -test warmup: spark-submit --class cs448.App target/p4-1.0-SNAPSHOT.jar -i "/user/mocull/input" -warmup