From e657bf3b96dd62ddfae50741d4a0cfe77f3511ba Mon Sep 17 00:00:00 2001 From: Kanchan Chowdhury <43951087+kanchanchy@users.noreply.github.com> Date: Sat, 24 Oct 2020 04:09:24 -0700 Subject: [PATCH] Readme Updated --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 2e588db..e48873f 100644 --- a/README.md +++ b/README.md @@ -125,12 +125,6 @@ In the code template, 3. The output DataFrame should be sorted by you according to G-score. The coding template will take the first 50 to output. DO NOT OUTPUT G-score. -## Submission -### Submission files -1. Submit your project jar package. -2. Zip your project source code and submit to Blackboard. -3. Note that: you need to make sure your code can compile and package by entering ```sbt clean assembly```. We will run the compiled package on our cluster directly using "spark-submit" with parameters. If your code cannot compile and package, you will not receive any points. - ## Tips (Optional) This section is same with that in Phase 1. ### How to debug your code in IDE