Skip to content

Commit 7d67d40

Browse files
author
James Lee
committed
renaming
1 parent e51b646 commit 7d67d40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/sparkTutorial/pairRdd/sort/SortedWorldCountProblem.java renamed 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
package com.sparkTutorial.pairRdd.sort;
22

33

4-
public class SortedWorldCountProblem {
4+
public class SortedWordCountProblem {
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.java renamed 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
import java.util.Arrays;
1313

14-
public class SortedWorldCountSolution {
14+
public class SortedWordCountSolution {
1515

1616
public static void main(String[] args) throws Exception {
1717

0 commit comments

Comments
 (0)