aboutsummaryrefslogtreecommitdiff
path: root/graph/src
Commit message (Collapse)AuthorAgeFilesLines
* Removed Kryo dependency and graphx-shellAnkur Dave2014-01-094-5/+6
|
* Fix AbstractMethodError by inlining zip{Edge,Vertex}PartitionsAnkur Dave2014-01-083-49/+35
| | | | | | | | The zip{Edge,Vertex}Partitions methods created doubly-nested closures and passed them to zipPartitions. For some reason this caused an AbstractMethodError when zipPartitions tried to invoke the closure. This commit works around the problem by inlining these methods wherever they are called, eliminating the doubly-nested closure.
* Take SparkConf in constructor of Serializer subclassesAnkur Dave2014-01-082-19/+26
|
* Manifest -> Tag in variable namesAnkur Dave2014-01-083-15/+15
|
* ClassManifest -> ClassTagAnkur Dave2014-01-0819-111/+129
|
* Merge pull request #127 from jegonzal/MapByPartitionDan Crankshaw2014-01-044-35/+130
|\ | | | | Adding mapEdges and mapTriplets by Partition
| * slightly more efficient map operationJoseph E. Gonzalez2014-01-041-2/+7
| |
| * Adding partition level mapEdges and mapTriplets. This is necessary to ↵Joseph E. Gonzalez2014-01-044-35/+125
| | | | | | | | support computation with random number generation.
* | Merge pull request #124 from jianpingjwang/masterJoey2014-01-042-114/+59
|\ \ | |/ |/| refactor and bug fix
| * Update SvdppSuite.scalaJianping J Wang2013-12-311-5/+5
| |
| * fix test bugJianping J Wang2013-12-311-3/+3
| |
| * Update Svdpp.scalaJianping J Wang2013-12-311-1/+1
| |
| * Update Svdpp.scalaJianping J Wang2013-12-311-1/+1
| |
| * update svdpp testJianping J Wang2013-12-311-1/+1
| |
| * refactor and fix bugsJianping J Wang2013-12-311-58/+29
| |
| * updateJianping J Wang2013-12-301-2/+3
| |
| * refactor and bug fixJianping J Wang2013-12-301-91/+64
| |
* | Merge pull request #121 from ankurdave/more-simplifyJoey2014-01-043-113/+106
|\ \ | | | | | | Simplify GraphImpl internals further
| * | Revert "Create VertexPlacement on demand in VTableReplicated"Ankur Dave2014-01-033-75/+109
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 32f957f3317bd62768b415da0c0cd9114f59782c. Conflicts: graph/src/main/scala/org/apache/spark/graph/impl/GraphImpl.scala graph/src/main/scala/org/apache/spark/graph/impl/ReplicatedVertexView.scala
| * | Rename VTableReplicated -> ReplicatedVertexViewAnkur Dave2013-12-202-88/+77
| | |
| * | Create VertexPlacement on demand in VTableReplicatedAnkur Dave2013-12-203-109/+79
| | |
| * | Merge branch 'subgraph-reuses-view' into HEADAnkur Dave2013-12-201-7/+7
| |\ \
* | | | Addressing issue in compute where compute is invoked instead of iterator on ↵Joseph E. Gonzalez2013-12-312-6/+6
| | | | | | | | | | | | | | | | the parent RDD.
* | | | Fixing the persist behavior of the Vertex and Edge RDDs to persist the ↵Joseph E. Gonzalez2013-12-312-2/+2
| | | | | | | | | | | | | | | | current RDD and not the parent.
* | | | Merge pull request #120 from ankurdave/subgraph-reuses-viewJoey2013-12-311-7/+7
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | Reuse VTableReplicated in GraphImpl.subgraph
| * | Remove unused EdgePartition.filterAnkur Dave2013-12-202-21/+0
| | |
| * | Reuse VTableReplicated in GraphImpl.subgraphAnkur Dave2013-12-203-7/+28
| | |
* | | Merge pull request #116 from jianpingjwang/masterReynold Xin2013-12-221-31/+32
|\ \ \ | |_|/ |/| | remove unused variables and fix a bug
| * | Update Svdpp.scalaWang Jianping J2013-12-221-5/+5
| | |
| * | Update Svdpp.scalaWang Jianping J2013-12-211-1/+1
| | |
| * | Update Svdpp.scalaWang Jianping J2013-12-211-9/+5
| | |
| * | Update Svdpp.scalaWang Jianping J2013-12-211-1/+1
| | |
| * | add javadocWang Jianping J2013-12-211-15/+23
| | |
| * | remove unused variable and fix a bugWang Jianping J2013-12-201-9/+6
| | |
* | | Test VertexPartition and fix bugsAnkur Dave2013-12-202-9/+128
| |/ |/|
* | Test all methods on EdgePartitionAnkur Dave2013-12-201-5/+36
| |
* | Test EdgePartition2DAnkur Dave2013-12-201-2/+26
| |
* | Write mapTriplets testAnkur Dave2013-12-201-1/+13
| |
* | Split AnalyticsSuite into algorithms suitesAnkur Dave2013-12-199-322/+375
| |
* | Split VertexRDD tests; fix #114Ankur Dave2013-12-195-74/+86
| |
* | Split GraphSuite; simplify LocalSparkContextAnkur Dave2013-12-198-264/+344
|/
* added scc testsAkihiro Matsukawa2013-12-181-0/+43
|
* scc algorithmAkihiro Matsukawa2013-12-181-0/+87
|
* Reimplement Graph.mask using innerJoinAnkur Dave2013-12-185-38/+83
|
* Merge remote-tracking branch 'upstream/master' into add_project_to_graphAnkur Dave2013-12-1833-1928/+2348
|\ | | | | | | | | | | Conflicts: graph/src/main/scala/org/apache/spark/graph/Graph.scala graph/src/main/scala/org/apache/spark/graph/impl/GraphImpl.scala
| * Merge pull request #104 from jianpingjwang/masterJoey2013-12-182-0/+173
| |\ | | | | | | SVD++ demo
| | * Update Svdpp.scalaWang Jianping J2013-12-181-1/+0
| | |
| | * Update Svdpp.scalaWang Jianping J2013-12-181-1/+1
| | |
| | * Update Svdpp.scalaWang Jianping J2013-12-181-13/+14
| | |
| | * Update AnalyticsSuite.scalaWang Jianping J2013-12-171-35/+56
| | |