summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2014-03-21 01:31:28 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2014-03-21 01:31:28 +0000
commitc92123dabe204084d1a40b205f770abd32c22601 (patch)
tree9b9fe7ff77d5d8b54fa9f8e2ef8f1d5d8f72a688
parentc792aed7a0be6640cbb605d77173420f214081be (diff)
downloadspark-website-c92123dabe204084d1a40b205f770abd32c22601.tar.gz
spark-website-c92123dabe204084d1a40b205f770abd32c22601.tar.bz2
spark-website-c92123dabe204084d1a40b205f770abd32c22601.zip
Add news for summit 2014
-rw-r--r--news/_posts/2014-03-20-submit-talks-to-spark-summit-2014.md24
-rw-r--r--site/news/submit-talks-to-spark-summit-2014.html198
2 files changed, 222 insertions, 0 deletions
diff --git a/news/_posts/2014-03-20-submit-talks-to-spark-summit-2014.md b/news/_posts/2014-03-20-submit-talks-to-spark-summit-2014.md
new file mode 100644
index 000000000..9321b7fd7
--- /dev/null
+++ b/news/_posts/2014-03-20-submit-talks-to-spark-summit-2014.md
@@ -0,0 +1,24 @@
+---
+layout: post
+title: Submissions and registration open for Spark Summit 2014
+categories:
+- News
+tags: []
+status: publish
+type: post
+published: true
+meta:
+ _edit_last: '4'
+ _wpas_done_all: '1'
+---
+
+After last year's successful <a href="http://spark-summit.org/2013">first Spark Summit</a>, registrations
+and talk submissions are now open for <a href="http://spark-summit.org/2014">Spark Summit 2014</a>.
+This will be a 3-day event in San Francisco organized by multiple companies in the Spark community.
+The event will run <strong>June 30th to July 2nd</strong> in San Francisco, CA.
+
+If you'd like to present at the Summit, <a href="http://spark-summit.org/submit">submit a talk</a>
+before April 11th, 2014. We welcome talks on use cases, open source development, and applications built
+on Spark.
+
+To attend, <a href="http://www.eventbrite.com/e/2014-spark-summit-registration-registration-10381067051?aff=Summitorgsite">register</a> for the event today. Early-bird registration is open until May 16th.
diff --git a/site/news/submit-talks-to-spark-summit-2014.html b/site/news/submit-talks-to-spark-summit-2014.html
new file mode 100644
index 000000000..623a18c24
--- /dev/null
+++ b/site/news/submit-talks-to-spark-summit-2014.html
@@ -0,0 +1,198 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+ <title>
+ Submissions and registration open for Spark Summit 2014 | Apache Spark
+
+ </title>
+
+
+
+ <!-- Bootstrap core CSS -->
+ <link href="/css/cerulean.min.css" rel="stylesheet">
+ <link href="/css/custom.css" rel="stylesheet">
+
+ <script type="text/javascript">
+ <!-- Google Analytics initialization -->
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-32518208-2']);
+ _gaq.push(['_trackPageview']);
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+ <!-- Adds slight delay to links to allow async reporting -->
+ function trackOutboundLink(link, category, action) {
+ try {
+ _gaq.push(['_trackEvent', category , action]);
+ } catch(err){}
+
+ setTimeout(function() {
+ document.location.href = link.href;
+ }, 100);
+ }
+ </script>
+
+ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+ <!--[if lt IE 9]>
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+ <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+ <![endif]-->
+</head>
+
+<body>
+
+<div class="container" style="max-width: 1200px;">
+
+<div class="masthead">
+
+ <p class="lead">
+ <a href="/">
+ <img src="/images/spark-logo.png"
+ style="height:100px; width:auto; vertical-align: bottom; margin-top: 20px;"></a><span class="tagline">
+ Lightning-fast cluster computing
+ </span>
+ </p>
+
+</div>
+
+<nav class="navbar navbar-default" role="navigation">
+ <!-- Brand and toggle get grouped for better mobile display -->
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse"
+ data-target="#navbar-collapse-1">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ </div>
+
+ <!-- Collect the nav links, forms, and other content for toggling -->
+ <div class="collapse navbar-collapse" id="navbar-collapse-1">
+ <ul class="nav navbar-nav">
+ <li><a href="/downloads.html">Download</a></li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+ Related Projects <b class="caret"></b>
+ </a>
+ <ul class="dropdown-menu">
+
+ <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+ <li><a href="/streaming/">Spark Streaming</a></li>
+ <li><a href="/mllib/">MLlib (machine learning)</a></li>
+ <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+ Documentation <b class="caret"></b>
+ </a>
+ <ul class="dropdown-menu">
+ <li><a href="/documentation.html">Overview</a></li>
+ <li><a href="/docs/latest/">Latest Release</a></li>
+ <li><a href="/examples.html">Examples</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+ Community <b class="caret"></b>
+ </a>
+ <ul class="dropdown-menu">
+ <li><a href="/community.html">Mailing Lists</a></li>
+ <li><a href="/community.html#events">Events and Meetups</a></li>
+ <li><a href="/community.html#history">Project History</a></li>
+ <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Powered+By+Spark">Powered By</a></li>
+ </ul>
+ </li>
+ <li><a href="/faq.html">FAQ</a></li>
+ </ul>
+ </div>
+ <!-- /.navbar-collapse -->
+</nav>
+
+
+<div class="row">
+ <div class="col-md-3 col-md-push-9">
+ <div class="news" style="margin-bottom: 20px;">
+ <h5>Latest News</h5>
+ <ul class="list-unstyled">
+
+ <li><a href="/news/submit-talks-to-spark-summit-2014.html">Submissions and registration open for Spark Summit 2014</a>
+ <span class="small">(Mar 20, 2014)</span></li>
+
+ <li><a href="/news/spark-becomes-tlp.html">Spark becomes top-level Apache project</a>
+ <span class="small">(Feb 27, 2014)</span></li>
+
+ <li><a href="/news/spark-0-9-0-released.html">Spark 0.9.0 released</a>
+ <span class="small">(Feb 02, 2014)</span></li>
+
+ <li><a href="/news/spark-0-8-1-released.html">Spark 0.8.1 released</a>
+ <span class="small">(Dec 19, 2013)</span></li>
+
+ </ul>
+ <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
+ </div>
+ <div class="hidden-xs hidden-sm">
+ <a href="/downloads.html" class="btn btn-success btn-lg btn-block" style="margin-bottom: 30px;">
+ Download Spark
+ </a>
+ <p style="font-size: 16px; font-weight: 500; color: #555;">
+ Related Projects:
+ </p>
+ <ul class="list-narrow">
+
+ <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+ <li><a href="/streaming/">Spark Streaming</a></li>
+ <li><a href="/mllib/">MLlib (machine learning)</a></li>
+ <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+ </ul>
+ </div>
+ </div>
+
+ <div class="col-md-9 col-md-pull-3">
+ <h2>Submissions and registration open for Spark Summit 2014</h2>
+
+
+<p>After last year’s successful <a href="http://spark-summit.org/2013">first Spark Summit</a>, registrations
+and talk submissions are now open for <a href="http://spark-summit.org/2014">Spark Summit 2014</a>.
+This will be a 3-day event in San Francisco organized by multiple companies in the Spark community.
+The event will run <strong>June 30th to July 2nd</strong> in San Francisco, CA.</p>
+
+<p>If you’d like to present at the Summit, <a href="http://spark-summit.org/submit">submit a talk</a>
+before April 11th, 2014. We welcome talks on use cases, open source development, and applications built
+on Spark.</p>
+
+<p>To attend, <a href="http://www.eventbrite.com/e/2014-spark-summit-registration-registration-10381067051?aff=Summitorgsite">register</a> for the event today. Early-bird registration is open until May 16th.</p>
+
+
+<p>
+<br/>
+<a href="/news/">Spark News Archive</a>
+</p>
+
+ </div>
+</div>
+
+
+
+<footer class="small">
+ <hr>
+ Apache Spark, Spark, Apache, and the Spark logo are trademarks of
+ <a href="http://www.apache.org">The Apache Software Foundation</a>.
+</footer>
+
+</div>
+
+<script src="https://code.jquery.com/jquery.js"></script>
+<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+<script src="/js/lang-tabs.js"></script>
+
+</body>
+</html>