Remove title from content in Bagel

This commit is contained in:
Matei Zaharia 2012-09-12 19:50:38 -07:00
parent 88181bee9e
commit d3db46fdef

View file

@ -2,7 +2,6 @@
layout: global
title: Bagel Programming Guide
---
# Bagel Programming Guide
**Bagel** is a Spark implementation of Google's [Pregel](http://portal.acm.org/citation.cfm?id=1807184) graph processing framework. Bagel currently supports basic graph computation, combiners, and aggregators.