Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
219 changes: 122 additions & 97 deletions docs/_layouts/global.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/building-spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You can fix these problems by setting the `MAVEN_OPTS` variable as discussed bef
**Note:**

* If using `build/mvn` with no `MAVEN_OPTS` set, the script will automatically add the above options to the `MAVEN_OPTS` environment variable.
* The `test` phase of the Spark build will automatically add these options to `MAVEN_OPTS`, even when not using `build/mvn`.
* The `test` phase of the Spark build will automatically add these options to `MAVEN_OPTS`, even when not using `build/mvn`.

### build/mvn

Expand Down Expand Up @@ -290,8 +290,8 @@ If use an individual repository or a repository on GitHub Enterprise, export bel

### Related environment variables

<table class="table">
<tr><th>Variable Name</th><th>Default</th><th>Meaning</th></tr>
<table class="table table-striped">
<thead><tr><th>Variable Name</th><th>Default</th><th>Meaning</th></tr></thead>
<tr>
<td><code>SPARK_PROJECT_URL</code></td>
<td>https://github.com/apache/spark</td>
Expand Down
6 changes: 3 additions & 3 deletions docs/cluster-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ license: |
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down Expand Up @@ -91,7 +91,7 @@ The [job scheduling overview](job-scheduling.html) describes this in more detail

The following table summarizes terms you'll see used to refer to cluster concepts:

<table class="table">
<table class="table table-striped">
<thead>
<tr><th style="width: 130px;">Term</th><th>Meaning</th></tr>
</thead>
Expand Down
252 changes: 126 additions & 126 deletions docs/configuration.md

Large diffs are not rendered by default.

Loading