Github user mateiz commented on a diff in the pull request:
https://github.com/apache/spark/pull/880#discussion_r13110156
--- Diff: docs/configuration.md ---
@@ -51,17 +66,32 @@ appear. For all other configuration properties, you can
assume the default value
## All Configuration Properties
-Most of the properties that control internal settings have reasonable
default values. However,
-there are at least five properties that you will commonly want to control:
+Most of the properties that control internal settings have reasonable
default values. Some
+of the most common options to set are:
<table class="table">
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>
+ <td><strong><code>spark.app.name</code></strong></td>
+ <td>(none)</td>
+ <td>
+ The name of your application. This will appear in the UI and in log
data.
+ </td>
+</tr>
+<tr>
+ <td><strong><code>spark.master</code></strong></td>
+ <td>(none)</td>
+ <td>
+ The cluster manager to connect to. See the list of
+ <a href="scala-programming-guide.html#master-urls"> allowed master
URL's</a>.
+ </td>
+</tr>
+<tr>
--- End diff --
Why did you make these bold? I don't think they should be. If you want you
can add (required).
---
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.
---