Skip to content

Commit

Permalink
[SPARK-4932] Add help comments in Analytics
Browse files Browse the repository at this point in the history
Trivial modifications for usability.

Author: Takeshi Yamamuro <[email protected]>

Closes #3775 from maropu/AddHelpCommentInAnalytics and squashes the following commits:

fbea8f5 [Takeshi Yamamuro] Add help comments in Analytics
  • Loading branch information
maropu authored and JoshRosen committed Dec 23, 2014
1 parent dd15536 commit 9c251c5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ object Analytics extends Logging {
if (args.length < 2) {
System.err.println(
"Usage: Analytics <taskType> <file> --numEPart=<num_edge_partitions> [other options]")
System.err.println("Supported 'taskType' as follows:")
System.err.println(" pagerank Compute PageRank")
System.err.println(" cc Compute the connected components of vertices")
System.err.println(" triangles Count the number of triangles")
System.exit(1)
}

Expand Down

0 comments on commit 9c251c5

Please sign in to comment.