You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2014/03/21 02:31:28 UTC

svn commit: r1579861 - in /spark: news/_posts/2014-03-20-submit-talks-to-spark-summit-2014.md site/news/submit-talks-to-spark-summit-2014.html

Author: matei
Date: Fri Mar 21 01:31:28 2014
New Revision: 1579861

URL: http://svn.apache.org/r1579861
Log:
Add news for summit 2014

Added:
    spark/news/_posts/2014-03-20-submit-talks-to-spark-summit-2014.md
    spark/site/news/submit-talks-to-spark-summit-2014.html

Added: spark/news/_posts/2014-03-20-submit-talks-to-spark-summit-2014.md
URL: http://svn.apache.org/viewvc/spark/news/_posts/2014-03-20-submit-talks-to-spark-summit-2014.md?rev=1579861&view=auto
==============================================================================
--- spark/news/_posts/2014-03-20-submit-talks-to-spark-summit-2014.md (added)
+++ spark/news/_posts/2014-03-20-submit-talks-to-spark-summit-2014.md Fri Mar 21 01:31:28 2014
@@ -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.

Added: spark/site/news/submit-talks-to-spark-summit-2014.html
URL: http://svn.apache.org/viewvc/spark/site/news/submit-talks-to-spark-summit-2014.html?rev=1579861&view=auto
==============================================================================
--- spark/site/news/submit-talks-to-spark-summit-2014.html (added)
+++ spark/site/news/submit-talks-to-spark-summit-2014.html Fri Mar 21 01:31:28 2014
@@ -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>