Repository: hadoop Updated Branches: refs/heads/trunk 69b23632c -> deb368b1b
MAPREDUCE-6842. Update the links in PiEstimator document (Contributed by Jung Yoo via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/deb368b1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/deb368b1 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/deb368b1 Branch: refs/heads/trunk Commit: deb368b1b676363fd318c9de4fa53cd8700b220a Parents: 69b2363 Author: Daniel Templeton <[email protected]> Authored: Tue Feb 7 13:04:28 2017 -0800 Committer: Daniel Templeton <[email protected]> Committed: Tue Feb 7 13:05:40 2017 -0800 ---------------------------------------------------------------------- .../src/main/java/org/apache/hadoop/examples/pi/package.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/deb368b1/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/pi/package.html ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/pi/package.html b/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/pi/package.html index 55913a9..ad06b0b 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/pi/package.html +++ b/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/pi/package.html @@ -62,11 +62,11 @@ The table on the right are the results computed by distbbp. clusters spread over 20 days.</li> <li>The remaining 70% was finished over a weekend on <i>Hammer</i>, a 30,000-task-capacity cluster, which was also used for the - <a href="http://developer.yahoo.net/blogs/hadoop/2009/05/hadoop_sorts_a_petabyte_in_162.html">petabyte sort benchmark</a>.</li> + <a href="http://yahoohadoop.tumblr.com/post/98338791001/hadoop_sorts_a_petabyte_in_162.html">petabyte sort benchmark</a>.</li> <li>The log files are available <a href="https://issues.apache.org/jira/secure/attachment/12408543/1e15log.zip">here</a>.</li> <li>The result was posted in - <a href="http://developer.yahoo.net/blogs/hadoop/2009/05/hadoop_computes_the_10151st_bi.html">this YDN blog</a>.</li> + <a href="http://yahoohadoop.tumblr.com/post/98338598026/hadoop-computes-the-10-15-1st-bit-of-Ï">this YDN blog</a>.</li> </ul></li></p> <p><li>The second part of Row 15 (<tt>D3611</tt>) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
