You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by mh...@apache.org on 2014/04/28 02:35:16 UTC

svn commit: r1590545 [1/2] - in /incubator/datafu/site: blog/2014/ blog/2014/04/ blog/2014/04/27/ blog/2014/04/27/datafu-at-apachecon.html blog/index.html docs/datafu/guide.html docs/hourglass/contributing.html sitemap.xml

Author: mhayes
Date: Mon Apr 28 00:35:15 2014
New Revision: 1590545

URL: http://svn.apache.org/r1590545
Log:
Update datafu website with new slides link

Added:
    incubator/datafu/site/blog/2014/
    incubator/datafu/site/blog/2014/04/
    incubator/datafu/site/blog/2014/04/27/
    incubator/datafu/site/blog/2014/04/27/datafu-at-apachecon.html
Modified:
    incubator/datafu/site/blog/index.html
    incubator/datafu/site/docs/datafu/guide.html
    incubator/datafu/site/docs/hourglass/contributing.html
    incubator/datafu/site/sitemap.xml

Added: incubator/datafu/site/blog/2014/04/27/datafu-at-apachecon.html
URL: http://svn.apache.org/viewvc/incubator/datafu/site/blog/2014/04/27/datafu-at-apachecon.html?rev=1590545&view=auto
==============================================================================
--- incubator/datafu/site/blog/2014/04/27/datafu-at-apachecon.html (added)
+++ incubator/datafu/site/blog/2014/04/27/datafu-at-apachecon.html Mon Apr 28 00:35:15 2014
@@ -0,0 +1,70 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    
+    <!-- Always force latest IE rendering engine or request Chrome Frame -->
+    <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
+    <meta name="google-site-verification" content="9N7qTOUYyX4kYfXYc0OIomWJku3PVvGrf6oTNWg2CHI" />
+    
+    <!-- Use title if it's in the page YAML frontmatter -->
+    <title>DataFu @ Apache 2014</title>
+    
+    <link href="/stylesheets/all.css" media="screen" rel="stylesheet" type="text/css" />
+<link href="/stylesheets/highlight.css" media="screen" rel="stylesheet" type="text/css" />
+    <script src="/javascripts/all.js" type="text/javascript"></script>
+
+    
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-30533336-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);
+      })();
+    </script>
+    
+  </head>
+  
+  <body class="blog blog_2014 blog_2014_04 blog_2014_04_27 blog_2014_04_27_datafu-at-apachecon">
+
+    <div class="container">
+
+      <div class="header">
+
+  <ul class="nav nav-pills pull-right">
+    <li><a href="/">Home</a></li>
+    <li><a href="/blog">Blog</a></li>
+  </ul>
+
+  <h3 class="header-title"><a href="/">Apache DataFu</a></h3>
+
+</div>
+
+      
+      <div class="row">
+  <article class="col-lg-10">
+    <h1>DataFu @ Apache 2014</h1>
+    <h5 class="text-muted"><time>Apr 27, 2014</time></h5>
+    
+      <h5 class="text-muted">Matthew Hayes</h5>
+    
+
+    <hr>
+
+    <p><a href="https://www.linkedin.com/in/williamgvaughan">William Vaughan</a> gave a presentation at ApacheCon North America on Apache DataFu.  Check out the <a href="http://www.slideshare.net/williamgvaughan/datafu-apachecon-33420740">slides</a> for a great overview of Apache DataFu and some of the cool things you can do with it.</p>
+
+
+  </article>
+</div>
+
+    
+      
+
+    </div>
+
+  </body>
+</html>
\ No newline at end of file

Modified: incubator/datafu/site/blog/index.html
URL: http://svn.apache.org/viewvc/incubator/datafu/site/blog/index.html?rev=1590545&r1=1590544&r2=1590545&view=diff
==============================================================================
--- incubator/datafu/site/blog/index.html (original)
+++ incubator/datafu/site/blog/index.html Mon Apr 28 00:35:15 2014
@@ -47,6 +47,20 @@
       
       <div class="row">
   <article class="col-lg-10">
+    <h2><a href="/blog/2014/04/27/datafu-at-apachecon.html">DataFu @ Apache 2014</a></h2>
+    <h5 class="text-muted"><time>Apr 27, 2014</time>
+    
+    <h5 class="text-muted">
+        Matthew Hayes
+    </h5>
+    
+    <p><a href="https://www.linkedin.com/in/williamgvaughan">William Vaughan</a> gave a presentation at ApacheCon North America on Apache DataFu.  Check out the <a href="http://www.slideshare.net/williamgvaughan/datafu-apachecon-33420740">slides</a> for a great overview of Apache DataFu and some of the cool things you can do with it.</p>
+
+    <a href="/blog/2014/04/27/datafu-at-apachecon.html">Read more...</a>
+  </article>
+</div>
+<div class="row">
+  <article class="col-lg-10">
     <h2><a href="/blog/2013/10/03/datafus-hourglass-incremental-data-processing-in-hadoop.html">DataFu's Hourglass, Incremental Data Processing in Hadoop</a></h2>
     <h5 class="text-muted"><time>Oct  3, 2013</time>
     

Modified: incubator/datafu/site/docs/datafu/guide.html
URL: http://svn.apache.org/viewvc/incubator/datafu/site/docs/datafu/guide.html?rev=1590545&r1=1590544&r2=1590545&view=diff
==============================================================================
--- incubator/datafu/site/docs/datafu/guide.html (original)
+++ incubator/datafu/site/docs/datafu/guide.html Mon Apr 28 00:35:15 2014
@@ -111,6 +111,7 @@ Our policy is to test against the most r
 <ul>
 <li><a href="http://www.slideshare.net/matthewterencehayes/datafu">A Brief Tour of DataFu</a></li>
 <li><a href="http://www.slideshare.net/matthewterencehayes/building-data-products-at-linkedin-with-datafu">Building Data Products at LinkedIn with DataFu</a></li>
+<li><a href="http://www.slideshare.net/williamgvaughan/datafu-apachecon-33420740">DataFu @ ApacheCon 2014</a></li>
 </ul>
 
     </div>

Modified: incubator/datafu/site/docs/hourglass/contributing.html
URL: http://svn.apache.org/viewvc/incubator/datafu/site/docs/hourglass/contributing.html?rev=1590545&r1=1590544&r2=1590545&view=diff
==============================================================================
--- incubator/datafu/site/docs/hourglass/contributing.html (original)
+++ incubator/datafu/site/docs/hourglass/contributing.html Mon Apr 28 00:35:15 2014
@@ -80,7 +80,7 @@
 
 <h2 id="toc_1">Common Tasks</h2>
 
-<p>Common tasks for working with the DataFu Pig code can be found below.  For information on how to contribute patches, please
+<p>Common tasks for working with the DataFu Hourglass code can be found below.  For information on how to contribute patches, please
 follow the wiki link above.</p>
 
 <h3 id="toc_2">Build the JAR</h3>