Skip to content

Commit 1cc38dc

Browse files
authored
Update AverageHousePriceSolution.java
1 parent 1b76555 commit 1cc38dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/sparkTutorial/pairRdd/aggregation/combinebykey/AverageHousePriceSolution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class AverageHousePriceSolution {
1818
public static void main(String[] args) throws Exception {
1919

2020
Logger.getLogger("org").setLevel(Level.ERROR);
21-
SparkConf conf = new SparkConf().setAppName("wordCounts").setMaster("local[3]");
21+
SparkConf conf = new SparkConf().setAppName("averageHousePriceSolution").setMaster("local[3]");
2222
JavaSparkContext sc = new JavaSparkContext(conf);
2323

2424
JavaRDD<String> lines = sc.textFile("in/RealEstate.csv");

0 commit comments

Comments
 (0)