You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by vanzin <gi...@git.apache.org> on 2014/05/01 00:38:37 UTC

[GitHub] spark pull request: SPARK-1492. Update Spark YARN docs to use spar...

Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/601#discussion_r12169776
  
    --- Diff: docs/cluster-overview.md ---
    @@ -118,21 +118,25 @@ If you are ever unclear where configuration options are coming from. fine-graine
     information can be printed by adding the `--verbose` option to `./spark-submit`.
     
     ### Advanced Dependency Management
    -When using `./bin/spark-submit` jars will be automatically transferred to the cluster. For many
    -users this is sufficient. However, advanced users can add jars by calling `addFile` or `addJar`
    +When using `./bin/spark-submit` the app jar will be automatically transferred to the cluster. For
    +many users this is sufficient. However, advanced users can add jars by calling `addFile` or `addJar`
    --- End diff --
    
    Maybe mention that spark-submit has a "--jars" option too?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---