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

Commitf158696

Browse files
authored
Update SortedWordCountSolution.java
1 parent1cc38dc commitf158696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/java/com/sparkTutorial/pairRdd/sort/SortedWordCountSolution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class SortedWordCountSolution {
1616
publicstaticvoidmain(String[]args)throwsException {
1717

1818
Logger.getLogger("org").setLevel(Level.ERROR);
19-
SparkConfconf =newSparkConf().setAppName("wordCounts").setMaster("local[3]");
19+
SparkConfconf =newSparkConf().setAppName("SortedWordCountSolution").setMaster("local[3]");
2020
JavaSparkContextsc =newJavaSparkContext(conf);
2121

2222
JavaRDD<String>lines =sc.textFile("in/word_count.text");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp