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/05/11 20:52:18 UTC

svn commit: r1593839 - /incubator/datafu/site/blog/2012/01/10/introducing-datafu.html

Author: mhayes
Date: Sun May 11 18:52:18 2014
New Revision: 1593839

URL: http://svn.apache.org/r1593839
Log:
Fix datafu blog post link

Modified:
    incubator/datafu/site/blog/2012/01/10/introducing-datafu.html

Modified: incubator/datafu/site/blog/2012/01/10/introducing-datafu.html
URL: http://svn.apache.org/viewvc/incubator/datafu/site/blog/2012/01/10/introducing-datafu.html?rev=1593839&r1=1593838&r2=1593839&view=diff
==============================================================================
--- incubator/datafu/site/blog/2012/01/10/introducing-datafu.html (original)
+++ incubator/datafu/site/blog/2012/01/10/introducing-datafu.html Sun May 11 18:52:18 2014
@@ -67,7 +67,7 @@
 
 <ul>
 <li>Run <a href="/docs/datafu/1.2.0/datafu/pig/linkanalysis/PageRank.html">PageRank</a> on a large number of independent graphs.</li>
-<li>Perform set operations such as <a href="/docs/datafu/1.2.0/datafu/pig/sets/SetIntersect.html">intersect</a> and <a href="http://localhost:4567/docs/datafu/1.2.0/datafu/pig/sets/SetUnion.html">union</a>.</li>
+<li>Perform set operations such as <a href="/docs/datafu/1.2.0/datafu/pig/sets/SetIntersect.html">intersect</a> and <a href="/docs/datafu/1.2.0/datafu/pig/sets/SetUnion.html">union</a>.</li>
 <li>Compute the <a href="/docs/datafu/1.2.0/datafu/pig/geo/HaversineDistInMiles.html">haversine distance</a> between two points on the globe.</li>
 <li>Create an <a href="/docs/datafu/1.2.0/datafu/pig/util/Assert.html">assertion</a> on input data which will cause the script to fail if the condition is not met.</li>
 <li>Perform various operations on bags such as <a href="/docs/datafu/1.2.0/datafu/pig/bags/AppendToBag.html">append a tuple</a>, <a href="/docs/datafu/1.2.0/datafu/pig/bags/PrependToBag.html">prepend a tuple</a>, <a href="/docs/datafu/1.2.0/datafu/pig/bags/BagConcat.html">concatenate bags</a>, <a href="/docs/datafu/1.2.0/datafu/pig/bags/UnorderedPairs.html">generate unordered pairs</a>, etc.</li>