forked from 0x1DOCD00D/LogFileGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.txt
More file actions
28 lines (25 loc) · 1.44 KB
/
feedback.txt
File metadata and controls
28 lines (25 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Student: Elijah Rodriguez-Beltran
Grader: Vineet Patel
Grading Evaluation:
- only some basic map/reduce or CORBA examples from some repos are given and nothing else is done: zero grade;
* tasks and videos present: -0%
- having less than five unit and/or integration scalatests: up to 5% lost;
* tests present: -0%
- missing comments and explanations from your program: up to 5% lost;
* comments present: -0%
- logging is not used in your programs: up to 3% lost;
* loggig present: -0%
- hardcoding the input values in the source code instead of using the suggested configuration libraries: up to 4% lost;
* configuration used: -0%
- for each used var for heap-based shared variables or mutable collections: 0.2% lost;
* no vars used: -0%
- for each used while or for or other loops with induction variables to iterate over a collection: 0.2% lost;
* no loops used: -0%
- no instructions in README.md on how to install and run your program: up to 5% lost;
* instructions present: -0%
- the program crashes without completing the core functionality: up to 6% lost;
* program won't compile (missing plugins.sbt): -2%
- the documentation exists but it is insufficient to understand your program design and models and how you assembled and deployed all components of your mappers and reducers: up to 5% lost;
* documentation present: -0%
Final Grade: 7%
Comments: Good video. Your repo was missing a plugins.sbt file, without which the program wouldn't compile.