Skip to content

Commit 1b76555

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class AverageHousePriceSolution {
1414

1515
public static void main(String[] args) throws Exception {
1616
Logger.getLogger("org").setLevel(Level.ERROR);
17-
SparkConf conf = new SparkConf().setAppName("wordCounts").setMaster("local[3]");
17+
SparkConf conf = new SparkConf().setAppName("averageHousePriceSolution").setMaster("local[3]");
1818
JavaSparkContext sc = new JavaSparkContext(conf);
1919

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

0 commit comments

Comments
 (0)