You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2013/09/10 21:32:10 UTC

[05/50] git commit: Merge pull request #900 from pwendell/cdh-docs

Merge pull request #900 from pwendell/cdh-docs

Provide docs to describe running on CDH/HDP cluster.

Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/38488aca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/38488aca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/38488aca

Branch: refs/remotes/origin/branch-0.8
Commit: 38488aca8a67d5d2749b82e3fd5f3dc50873d09a
Parents: a8e376e 22b982d
Author: Matei Zaharia <ma...@gmail.com>
Authored: Sun Sep 8 00:28:53 2013 -0700
Committer: Matei Zaharia <ma...@gmail.com>
Committed: Sun Sep 8 00:28:53 2013 -0700

----------------------------------------------------------------------
 docs/_layouts/global.html                |  1 +
 docs/hadoop-third-party-distributions.md | 76 +++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/38488aca/docs/_layouts/global.html
----------------------------------------------------------------------
diff --cc docs/_layouts/global.html
index 6138a8f,2f6bdca..90928c8
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@@ -97,8 -97,8 +97,9 @@@
                              <a href="api.html" class="dropdown-toggle" data-toggle="dropdown">More<b class="caret"></b></a>
                              <ul class="dropdown-menu">
                                  <li><a href="configuration.html">Configuration</a></li>
 +                                <li><a href="monitoring.html">Monitoring</a></li>
                                  <li><a href="tuning.html">Tuning Guide</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="building-with-maven.html">Building Spark with Maven</a></li>
                                  <li><a href="contributing-to-spark.html">Contributing to Spark</a></li>