Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs525-sp18-g07
spark
Commits
22b982d2
Commit
22b982d2
authored
11 years ago
by
Patrick Wendell
Browse files
Options
Downloads
Patches
Plain Diff
File rename
parent
61c4762d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/_layouts/global.html
+1
-1
1 addition, 1 deletion
docs/_layouts/global.html
docs/hadoop-third-party-distributions.md
+1
-3
1 addition, 3 deletions
docs/hadoop-third-party-distributions.md
with
2 additions
and
4 deletions
docs/_layouts/global.html
+
1
−
1
View file @
22b982d2
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
<ul
class=
"dropdown-menu"
>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"configuration.html"
>
Configuration
</a></li>
<li><a
href=
"configuration.html"
>
Configuration
</a></li>
<li><a
href=
"tuning.html"
>
Tuning Guide
</a></li>
<li><a
href=
"tuning.html"
>
Tuning Guide
</a></li>
<li><a
href=
"
cdh-hdp
.html"
>
Running with CDH/HDP
</a></li>
<li><a
href=
"
hadoop-third-party-distributions
.html"
>
Running with CDH/HDP
</a></li>
<li><a
href=
"hardware-provisioning.html"
>
Hardware Provisioning
</a></li>
<li><a
href=
"hardware-provisioning.html"
>
Hardware Provisioning
</a></li>
<li><a
href=
"building-with-maven.html"
>
Building Spark with Maven
</a></li>
<li><a
href=
"building-with-maven.html"
>
Building Spark with Maven
</a></li>
<li><a
href=
"contributing-to-spark.html"
>
Contributing to Spark
</a></li>
<li><a
href=
"contributing-to-spark.html"
>
Contributing to Spark
</a></li>
...
...
This diff is collapsed.
Click to expand it.
docs/
cdh-hdp
.md
→
docs/
hadoop-third-party-distributions
.md
+
1
−
3
View file @
22b982d2
...
@@ -54,9 +54,7 @@ Spark can run in a variety of deployment modes:
...
@@ -54,9 +54,7 @@ Spark can run in a variety of deployment modes:
cores dedicated to Spark on each node.
cores dedicated to Spark on each node.
*
Run Spark alongside Hadoop using a cluster resource manager, such as YARN or Mesos.
*
Run Spark alongside Hadoop using a cluster resource manager, such as YARN or Mesos.
These options are identical for those using CDH and HDP. Note that if you have a YARN cluster,
These options are identical for those using CDH and HDP.
but still prefer to run Spark on a dedicated set of nodes rather than scheduling through YARN,
use
`mr1`
versions of HADOOP_HOME when compiling.
# Inheriting Cluster Configuration
# Inheriting Cluster Configuration
If you plan to read and write from HDFS using Spark, there are two Hadoop configuration files that
If you plan to read and write from HDFS using Spark, there are two Hadoop configuration files that
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment