Skip to content

Commit

Permalink
Remove Spark site plugins (not used/working); fix jekyll build warnin…
Browse files Browse the repository at this point in the history
…g and one bad heading tag; remove inactive {% extra %} tag; commit current output of jekyll for consistency (mostly minor whitespace changes)
  • Loading branch information
srowen committed Jun 27, 2016
1 parent 774d10b commit 17e6348
Show file tree
Hide file tree
Showing 33 changed files with 110 additions and 250 deletions.
6 changes: 1 addition & 5 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# pygments option has been renamed to highlighter.
# pygments: true
highlighter: pygments
markdown: kramdown
kramdown:
entity_output: symbol
permalink: none
destination: site
exclude: README.md
exclude: ['README.md']
keep_files: ['docs', '.svn']

# The recommended way of viewing the website on your local machine is via jekyll using
Expand All @@ -16,5 +14,3 @@ keep_files: ['docs', '.svn']
# E.g. on OS X this might be:
#url: file:///Users/andyk/Development/spark/website/site/
url: /

shark_url: http://shark.cs.berkeley.edu
19 changes: 0 additions & 19 deletions _plugins/extra.rb

This file was deleted.

16 changes: 0 additions & 16 deletions _plugins/sidebar.rb

This file was deleted.

36 changes: 0 additions & 36 deletions _plugins/site_navigation.rb

This file was deleted.

5 changes: 0 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ navigation:
</div>
</div>

{% extra %}


<div class="row">
<div class="col-md-4 col-padded">
<h3>Community</h3>
Expand Down Expand Up @@ -190,5 +187,3 @@ navigation:
<a href="{{site.url}}downloads.html" class="btn btn-success btn-lg" style="width: 262px;">Download Apache Spark</a>
</div>
</div>

{% endextra %}
5 changes: 0 additions & 5 deletions mllib/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ subproject: MLlib
</div>
</div>

{% extra %}


<div class="row">
<div class="col-md-4 col-padded">
<h3>Algorithms</h3>
Expand Down Expand Up @@ -148,5 +145,3 @@ subproject: MLlib
</a>
</div>
</div>

{% endextra %}
2 changes: 1 addition & 1 deletion releases/_posts/2016-01-04-spark-release-1-6-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ You can consult JIRA for the [detailed changes](https://issues.apache.org/jira/s
- [SPARK-11337](https://issues.apache.org/jira/browse/SPARK-11337) **Testable example code** - Automated testing for code in user guide examples


##Deprecations
## Deprecations
* In spark.mllib.clustering.KMeans, the "runs" parameter has been deprecated.
* In spark.ml.classification.LogisticRegressionModel and spark.ml.regression.LinearRegressionModel, the "weights" field has been deprecated, in favor of the new name "coefficients." This helps disambiguate from instance (row) weights given to algorithms.

Expand Down
5 changes: 3 additions & 2 deletions site/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,13 @@ <h4>Spark Summit Videos</h4>
</ul>

<h4><a name="meetup-videos"></a>Meetup Talk Videos</h4>
<p>In addition to the videos listed below, you can also view <a href="http://www.meetup.com/spark-users/files/">all slides from Bay Area meetups here</a>.
<p>In addition to the videos listed below, you can also view <a href="http://www.meetup.com/spark-users/files/">all slides from Bay Area meetups here</a>.</p>
<style type="text/css">
.video-meta-info {
font-size: 0.95em;
}
</style></p>
</style>

<ul>
<li><a href="http://www.youtube.com/watch?v=NUQ-8to2XAk&amp;list=PL-x35fyliRwiP3YteXbnhk0QGOtYLBT3a">Spark 1.0 and Beyond</a> (<a href="http://files.meetup.com/3138542/Spark%201.0%20Meetup.ppt">slides</a>) <span class="video-meta-info">by Patrick Wendell, at Cisco in San Jose, 2014-04-23</span></li>

Expand Down
Loading

0 comments on commit 17e6348

Please sign in to comment.