File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/com/sparkTutorial/pairRdd/aggregation/reducebykey Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
import java .util .Arrays ;
15
15
import java .util .Map ;
16
16
17
- public class WorldCount {
17
+ public class WordCount {
18
18
19
19
public static void main (String [] args ) throws Exception {
20
20
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ public class AverageHousePriceProblem {
5
5
6
6
public static void main (String [] args ) throws Exception {
7
7
8
- /* TODO: Create a Spark program to read the house data from in/RealEstate.csv, output the average price for houses with different number of bedrooms.
8
+ /* Create a Spark program to read the house data from in/RealEstate.csv,
9
+ output the average price for houses with different number of bedrooms.
9
10
10
- The HOUSES dataset contains a collection of recent real estate listings in San Luis Obispo county and
11
- around it. The dataset is provided in two formats: as a CSV file and as a Microsoft Excel (19972003)
12
- spreadsheet.
11
+ The houses dataset contains a collection of recent real estate listings in San Luis Obispo county and
12
+ around it.
13
13
14
14
The dataset contains the following fields:
15
15
1. MLS: Multiple listing service number for the house (unique ID).
You can’t perform that action at this time.
0 commit comments