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

Commit7d67d40

Browse files
author
James Lee
committed
renaming
1 parente51b646 commit7d67d40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/main/java/com/sparkTutorial/pairRdd/sort/SortedWorldCountProblem.javarenamed to‎src/main/java/com/sparkTutorial/pairRdd/sort/SortedWordCountProblem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
packagecom.sparkTutorial.pairRdd.sort;
22

33

4-
publicclassSortedWorldCountProblem {
4+
publicclassSortedWordCountProblem {
55

66
/* Create a Spark program to read the an article from in/word_count.text,
77
output the number of occurrence of each word in descending order.

‎src/main/java/com/sparkTutorial/pairRdd/sort/SortedWorldCountSolution.javarenamed to‎src/main/java/com/sparkTutorial/pairRdd/sort/SortedWordCountSolution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
importjava.util.Arrays;
1313

14-
publicclassSortedWorldCountSolution {
14+
publicclassSortedWordCountSolution {
1515

1616
publicstaticvoidmain(String[]args)throwsException {
1717

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp