Skip to content

Commit 67656f1

Browse files
author
James Lee
committed
adapt SortedWordCountProblem
1 parent 7cc0943 commit 67656f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/sparkTutorial/pairRdd/sort/SortedWordCountProblem.java renamed to src/main/scala/com/sparkTutorial/pairRdd/sort/SortedWordCountProblem.scala

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 SortedWordCountProblem {
4+
object 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.

0 commit comments

Comments
 (0)