You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by steveloughran <gi...@git.apache.org> on 2016/03/09 12:41:14 UTC

[GitHub] spark pull request: [SPARK-13148] [YARN] zero-keytab Oozie applica...

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

    https://github.com/apache/spark/pull/11033#discussion_r55506512
  
    --- Diff: docs/running-on-yarn.md ---
    @@ -441,3 +441,81 @@ If you need a reference to the proper location to put log files in the YARN so t
     - In `cluster` mode, the local directories used by the Spark executors and the Spark driver will be the local directories configured for YARN (Hadoop YARN config `yarn.nodemanager.local-dirs`). If the user specifies `spark.local.dir`, it will be ignored. In `client` mode, the Spark executors will use the local directories configured for YARN while the Spark driver will use those defined in `spark.local.dir`. This is because the Spark driver does not run on the YARN cluster in `client` mode, only the Spark executors do.
     - The `--files` and `--archives` options support specifying file names with the # similar to Hadoop. For example you can specify: `--files localtest.txt#appSees.txt` and this will upload the file you have locally named `localtest.txt` into HDFS but this will be linked to by the name `appSees.txt`, and your application should use the name as `appSees.txt` to reference it when running on YARN.
     - The `--jars` option allows the `SparkContext.addJar` function to work if you are using it with local files and running in `cluster` mode. It does not need to be used if you are using it with HDFS, HTTP, HTTPS, or FTP files.
    +
    +# Running in a secure YARN cluster
    +
    +As covered in [security](security.html), Kerberos is used in a secure YARN cluster to
    +authenticate principals with services —and so access these services and
    --- End diff --
    
    not really, I'm trying to say authenticate and then you can access the services. But I'll rewrite the whole para to make it clearer.


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org