spark-centrality (homepage)
Library for computing centrality for graph nodes
@webgeist / (3)
It has implementation of harmonic centrality algorithm.
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages webgeist:spark-centrality:0.11
sbt
If you use the sbt-spark-package plugin, in your sbt build file, add:
spDependencies += "webgeist/spark-centrality:0.11"
Otherwise,
resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/" libraryDependencies += "webgeist" % "spark-centrality" % "0.11"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>webgeist</groupId> <artifactId>spark-centrality</artifactId> <version>0.11</version> </dependency> </dependencies> <repositories> <!-- list of other repositories --> <repository> <id>SparkPackagesRepo</id> <url>https://repos.spark-packages.org/</url> </repository> </repositories>
Releases
Version: 0.11 ( 2b78b8 | zip | jar ) / Date: 2015-08-09 / License: LGPL-3.0 / Scala version: 2.10
Version: 0.1 ( 03cb33 | zip | jar ) / Date: 2015-08-09 / License: LGPL-3.0 / Scala version: 2.10
Version: 0.1-s_2.10 ( 4a2c42 | zip | jar ) / Date: 2015-08-08 / License: LGPL-3.0 / Scala version: 2.10