Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions Assignment #2 Quiz - Spark Internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@ Question 1
How many fire calls are in our table?

240613

Question 2
How large is our fireCalls dataset in memory?

59.3

Question 3
Which "Unit Type" is the most common?

ENGINE

Question 3
Question 4
What type of transformation, wide or narrow, did the 'GROUP BY' and 'ORDER BY' queries result in?

**Wide**

Narrow

Question 4
Question 5
How many tasks were in the last stage of the last job?

2
1