Updated Branches: refs/heads/trunk 52b7e5d6e -> 14171ad3c
GIRAPH-635 Website Documentation: Missing presentations Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/14171ad3 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/14171ad3 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/14171ad3 Branch: refs/heads/trunk Commit: 14171ad3cb5a8bf52ceb62dfd5632338bbe2d11b Parents: 52b7e5d Author: Sebastian Schelter <[email protected]> Authored: Mon Apr 22 06:57:54 2013 +0200 Committer: Sebastian Schelter <[email protected]> Committed: Mon Apr 22 06:57:54 2013 +0200 ---------------------------------------------------------------------- CHANGELOG | 2 ++ src/site/xdoc/presentations.xml | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/14171ad3/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index aa82ce6..27eab13 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 1.0.1 - unreleased + GIRAPH-635: Website Documentation: Missing presentations (ssc) + GIRAPH-647: Update HiveIO to 0.8 (nitay) GIRAPH-624: ByteArrayPartition reports 0 aggregate edges when used with http://git-wip-us.apache.org/repos/asf/giraph/blob/14171ad3/src/site/xdoc/presentations.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/presentations.xml b/src/site/xdoc/presentations.xml index 4ef9406..96c46fd 100644 --- a/src/site/xdoc/presentations.xml +++ b/src/site/xdoc/presentations.xml @@ -33,6 +33,8 @@ under the License. <li>Claudio Martella gave a talk about Giraph at FOSDEM 2012. Watch <a href="http://www.youtube.com/watch?v=3ZrqPEIPRe4">part 1</a> and <a href="http://www.youtube.com/watch?v=BmRaejKGeDM">part 2</a>. The presentation slides can be found <a href="http://prezi.com/9ake_klzwrga/apache-giraph-distributed-graph-processing-in-the-cloud/">here</a>.</li> <li>André Kelpe presented an overview of the Giraph project at the Belgian Big Data group. Slides are <a href="https://speakerdeck.com/u/fs111/p/large-scale-graph-processing-with-apache-giraph">available here</a>.</li> <li>Jakob Homan talked about Giraph at 2012 Berlin Buzzwords. Slides are <a href="http://bit.ly/MDc4Dk">available here</a>.</li> + <li>Sebastian Schelter gave a talk about Giraph at the GameDuell Tech-talk Berlin, in May 2012. Slides are <a href="http://s.apache.org/mks">available here</a>.</li> + <li>Sebastian Schelter introduced Giraph at Berlin's Hadoop Get-Together, in April 2012. Slides are <a href="http://s.apache.org/WFf">available here</a>, video is <a href="http://s.apache.org/A2o">available here</a>.</li> <li>Avery Ching introduced Giraph at Hadoop Summit 2011. <a href="http://www.youtube.com/watch?v=l4nQjAG6fac">Watch the video</a>.</li> </ul> </section>
