graphx
graphx copied to clipboard
Former GraphX development repository. GraphX has been merged into Apache Spark; please submit pull requests there.
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 8.1.14.v20131031 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @jianglai (Lai Jiang) @markslater (markslater) @prenagha (Padraic Renaghan)...
Bumps derby from 10.4.2.0 to 10.14.2.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps cassandra-all from 1.2.6 to 3.0.26. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 2.4.1 to 3.16.1. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.16.1 Java Improve performance characteristics of UnknownFieldSet parsing (#9371) Protocol Buffers v3.16.0 C++ Fix compiler warnings...
Bumps `jetty.version` from 8.1.14.v20131031 to 9.4.22.v20191022. Updates `jetty-util` from 8.1.14.v20131031 to 9.4.22.v20191022 Commits - [`b1e6b55`](https://github.com/eclipse/jetty.project/commit/b1e6b55512e008f7fbdf1cbea4ff8a6446d1073b) Updating to version 9.4.22.v20191022 - [`a9e543c`](https://github.com/eclipse/jetty.project/commit/a9e543c1c023cc67b9614ab952c65421c4c3eb20) Issue [#4227](https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4227) - do not use encodeRedirectURL for openid...
Bumps [netty-all](https://github.com/netty/netty) from 4.0.17.Final to 4.1.42.Final. Commits - [`bd907c3`](https://github.com/netty/netty/commit/bd907c3b3acf3d746ad1143270224aa0f784cd1b) [maven-release-plugin] prepare release netty-4.1.42.Final - [`2791f0f`](https://github.com/netty/netty/commit/2791f0fefac82663ca09dc8aa5dda024152c92f8) Avoid use of global AtomicLong for ScheduledFutureTask ids ([#9599](https://github-redirect.dependabot.com/netty/netty/issues/9599)) - [`86ff76a`](https://github.com/netty/netty/commit/86ff76a4f77662fe1bf61deeec5f3e39e16d4020) Fix incorrect comment ([#9598](https://github-redirect.dependabot.com/netty/netty/issues/9598))...
When we run PageRank for too many iterations (100 iterations consistently triggers it), we get a stack overflow that stems from reading deeply nested serial data using the default java...
The local clustering coefficient of a vertex (node) in a graph quantifies how close its neighbours are to being a clique (complete graph). More specifically, the local clustering coefficient C_i...
Hi, I added section "Books" and a link to the Spark GraphX in Action written by Michael S. Malak and Robin East for Manning Publications. We believe this book is...