Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd36bffa

Browse files
author
James Lee
committed
improve AverageHousePriceProblem and WordCount
1 parent1b5926d commitd36bffa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎src/main/java/com/sparkTutorial/pairRdd/aggregation/reducebykey/WorldCount.javarenamed to‎src/main/java/com/sparkTutorial/pairRdd/aggregation/reducebykey/WordCount.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
importjava.util.Arrays;
1515
importjava.util.Map;
1616

17-
publicclassWorldCount {
17+
publicclassWordCount {
1818

1919
publicstaticvoidmain(String[]args)throwsException {
2020

‎src/main/java/com/sparkTutorial/pairRdd/aggregation/reducebykey/housePrice/AverageHousePriceProblem.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ public class AverageHousePriceProblem {
55

66
publicstaticvoidmain(String[]args)throwsException {
77

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.
910
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 (1997­2003)
12-
spreadsheet.
11+
The houses dataset contains a collection of recent real estate listings in San Luis Obispo county and
12+
around it. 
1313
1414
The dataset contains the following fields:
1515
1. MLS: Multiple listing service number for the house (unique ID).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp