Skip to content

Commit 0df253b

Browse files
author
James Lee
committed
improve AverageHousePriceSolution
1 parent 6a7508d commit 0df253b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/sparkTutorial/pairRdd/aggregation/reducebykey/housePrice/AverageHousePriceSolution.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public static void main(String[] args) throws Exception {
3737
System.out.println("housePriceAvg: ");
3838
for (Map.Entry<String, Double> housePriceAvgPair : housePriceAvg.collectAsMap().entrySet()) {
3939
System.out.println(housePriceAvgPair.getKey() + " : " + housePriceAvgPair.getValue());
40-
4140
}
4241
}
4342
}

0 commit comments

Comments
 (0)