Repository: giraph Updated Branches: refs/heads/trunk 3d51e770c -> 937d5038c
Added vldb publication Summary: Added new vldb paper in literature.xml. Test Plan: n/a Reviewers: avery.ching, sergey.edunov, maja.kabiljo, ikabiljo Reviewed By: ikabiljo Differential Revision: https://reviews.facebook.net/D45399 Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/937d5038 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/937d5038 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/937d5038 Branch: refs/heads/trunk Commit: 937d5038c90f382f659a292ce6249718039ab682 Parents: 3d51e77 Author: Sergey Edunov <[email protected]> Authored: Tue Dec 1 11:50:19 2015 -0800 Committer: Sergey Edunov <[email protected]> Committed: Tue Dec 1 11:50:19 2015 -0800 ---------------------------------------------------------------------- src/site/xdoc/literature.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/937d5038/src/site/xdoc/literature.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/literature.xml b/src/site/xdoc/literature.xml index 796b27a..7c003a5 100644 --- a/src/site/xdoc/literature.xml +++ b/src/site/xdoc/literature.xml @@ -43,7 +43,12 @@ under the License. </section> <section name="Research Articles"> - + <p>Avery Ching, Sergey Edunov, Maja Kabiljo, Dionysios Logothetis, Sambavi Muthukrishnan, <i>One Trillion Edges: Graph Processing at Facebook-Scale</i>. + Proceedings of the VLDB Endowment, Vol. 8, No. 12, (2015) + <br/> + <a href="http://www.vldb.org/pvldb/vol8/p1804-ching.pdf">http://www.vldb.org/pvldb/vol8/p1804-ching.pdf</a> + </p> + <p>Xin, R. S., Crankshaw, D., Dave, A., Gonzalez, J. E., Franklin, M. J., & Stoica, I. <i>GraphX: Unifying Data-Parallel and Graph-Parallel Analytics</i>. arXiv preprint arXiv:1402.2394. (2014)<br/> <a href="http://arxiv.org/pdf/1402.2394">http://arxiv.org/pdf/1402.2394</a>
