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/01/23 22:39:16 UTC

svn commit: r1560818 [1/2] - in /incubator/datafu/site: docs/datafu/guide.html docs/hourglass/contributing.html sitemap.xml

Author: mhayes
Date: Thu Jan 23 21:39:16 2014
New Revision: 1560818

URL: http://svn.apache.org/r1560818
Log:
Update datafu website guide with notes on pig compatibility, blog posts, and presentations

Modified:
    incubator/datafu/site/docs/datafu/guide.html
    incubator/datafu/site/docs/hourglass/contributing.html
    incubator/datafu/site/sitemap.xml

Modified: incubator/datafu/site/docs/datafu/guide.html
URL: http://svn.apache.org/viewvc/incubator/datafu/site/docs/datafu/guide.html?rev=1560818&r1=1560817&r2=1560818&view=diff
==============================================================================
--- incubator/datafu/site/docs/datafu/guide.html (original)
+++ incubator/datafu/site/docs/datafu/guide.html Thu Jan 23 21:39:16 2014
@@ -88,6 +88,26 @@ It has a number of useful functions avai
 UDFs to the library.  If you are interested in helping out please follow the <a href="/docs/datafu/contributing.html">Contributing</a>
 guide.</p>
 
+<h2 id="toc_1">Pig Compatibility</h2>
+
+<p>The current version of DataFu has been tested against Pig 0.11.1 and 0.12.0.  DataFu should be compatible with some older versions of Pig, however we do not do any sort of testing with prior versions of Pig and do not guarantee compatibility.
+Our policy is to test against the most recent version of Pig whenever we release and make sure DataFu works with that version. </p>
+
+<h2 id="toc_2">Blog Posts</h2>
+
+<ul>
+<li><a href="/blog/2012/01/10/introducing-datafu.html">Introducing DataFu</a></li>
+<li><a href="/blog/2013/01/24/datafu-the-wd-40-of-big-data.html">DataFu: The WD-40 of Big Data</a></li>
+<li><a href="/blog/2013/09/04/datafu-1-0.html">DataFu 1.0</a></li>
+</ul>
+
+<h2 id="toc_3">Presentations</h2>
+
+<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>
+</ul>
+
     </div>
   </div>
 

Modified: incubator/datafu/site/docs/hourglass/contributing.html
URL: http://svn.apache.org/viewvc/incubator/datafu/site/docs/hourglass/contributing.html?rev=1560818&r1=1560817&r2=1560818&view=diff
==============================================================================
--- incubator/datafu/site/docs/hourglass/contributing.html (original)
+++ incubator/datafu/site/docs/hourglass/contributing.html Thu Jan 23 21:39:16 2014
@@ -72,7 +72,8 @@
 <p>We welcome contributions to the Apache DataFu Hourglass library!  If you are interested please follow the guide below.</p>
 
 <h2 id="toc_1">Build the JAR</h2>
-<pre class="highlight text">ant jar
+<pre class="highlight text">cd contrib/hourglass
+ant jar
 </pre>
 <h2 id="toc_2">Running Tests</h2>