Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/552#discussion_r12389059
--- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/Analytics.scala
---
@@ -27,10 +27,9 @@ import org.apache.spark.graphx.PartitionStrategy._
object Analytics extends Logging {
def main(args: Array[String]): Unit = {
--- End diff --
I think we should still, though not copy and pasting, because all the
options after the file name are specific to the application (e.g. page rank).
This still leaves the first argument undocumented. I would do something like
```
Usage: Analytics <taskType> <file> [other options]
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---