aboutsummaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-01-13 22:58:38 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-01-13 22:58:38 -0800
commit4a805aff5e381752afb2bfd579af908d623743ed (patch)
tree78f81dfdf6bcaa47ff87f8c882f829eae59c2bdb /docs/_config.yml
parent945fe7a37ea3189b5a9f8a74e5c2fa9c1088ebfc (diff)
parent80e73ed0004cceb47a450c79aa4faa598502fa45 (diff)
downloadspark-4a805aff5e381752afb2bfd579af908d623743ed.tar.gz
spark-4a805aff5e381752afb2bfd579af908d623743ed.tar.bz2
spark-4a805aff5e381752afb2bfd579af908d623743ed.zip
Merge pull request #367 from ankurdave/graphx
GraphX: Unifying Graphs and Tables GraphX extends Spark's distributed fault-tolerant collections API and interactive console with a new graph API which leverages recent advances in graph systems (e.g., [GraphLab](http://graphlab.org)) to enable users to easily and interactively build, transform, and reason about graph structured data at scale. See http://amplab.github.io/graphx/. Thanks to @jegonzal, @rxin, @ankurdave, @dcrankshaw, @jianpingjwang, @amatsukawa, @kellrott, and @adamnovak. Tasks left: - [x] Graph-level uncache - [x] Uncache previous iterations in Pregel - [x] ~~Uncache previous iterations in GraphLab~~ (postponed to post-release) - [x] - Describe GC issue with GraphLab - [ ] Write `docs/graphx-programming-guide.md` - [x] - Mention future Bagel support in docs - [ ] - Section on caching/uncaching in docs: As with Spark, cache something that is used more than once. In an iterative algorithm, try to cache and force (i.e., materialize) something every iteration, then uncache the cached things that depended on the newly materialized RDD but that won't be referenced again. - [x] Undo modifications to core collections and instead copy them to org.apache.spark.graphx - [x] Make Graph serializable to work around capture in Spark shell - [x] Rename graph -> graphx in package name and subproject - [x] Remove standalone PageRank - [x] ~~Fix amplab/graphx#52 by checking `iter.hasNext`~~
Diffstat (limited to 'docs/_config.yml')
0 files changed, 0 insertions, 0 deletions