We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14eb3e commit 319e282Copy full SHA for 319e282
examples/src/main/scala/org/apache/spark/examples/graphx/Analytics.scala
@@ -35,13 +35,11 @@ object Analytics extends Logging {
35
36
def main(args: Array[String]): Unit = {
37
if (args.length < 2) {
38
- val usage = """
39
- |Usage: Analytics <taskType> <file> --numEPart=<num_edge_partitions> [other options]
40
- |Supported 'taskType' as follows:
+ val usage = """Usage: Analytics <taskType> <file> --numEPart=<num_edge_partitions>
+ |[other options] Supported 'taskType' as follows:
41
|pagerank Compute PageRank
42
|cc Compute the connected components of vertices
43
|triangles Count the number of triangles""".stripMargin
44
-
45
System.err.println(usage)
46
System.exit(1)
47
}
0 commit comments