graphx-diameter (homepage)

A spark package to approximate the diameter of large graphs

@Cecca / (1)

A graphx package to approximate the diameter of large graphs


Tags

  • 1|graph

How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages it.unipd.dei:graphx-diameter_2.11:0.2.0

sbt

If you use the sbt-spark-package plugin, in your sbt build file, add:

spDependencies += "Cecca/graphx-diameter:0.2.0"

Otherwise,

libraryDependencies += "it.unipd.dei" % "graphx-diameter_2.11" % "0.2.0"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>it.unipd.dei</groupId>
    <artifactId>graphx-diameter_2.11</artifactId>
    <version>0.2.0</version>
  </dependency>
</dependencies>

Releases

Version: 0.2.0-s_2.11 ( eb92c4 | zip | jar ) / Date: 2017-03-09 / License: Apache-2.0 / Scala version: 2.11

Version: 0.2.0-s_2.10 ( eb92c4 | zip | jar ) / Date: 2017-03-09 / License: Apache-2.0 / Scala version: 2.10

Version: 0.1.0-s_2.11 ( 48bdc9 | zip | jar ) / Date: 2015-12-03 / License: Apache-2.0 / Scala version: 2.11

Spark Scala/Java API compatibility: - 100% , - 7% , - 99% , - 94%

Version: 0.1.0-s_2.10 ( 48bdc9 | zip | jar ) / Date: 2015-12-03 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 1% , - 94% , - 8% , - 100% , - 7% , - 99%