spark-crowd (homepage)
A package for dealing with crowdsourced big data.
@enriquegrodrigo / (0)
This package allows the user the use of classical crowdsourcing algorithms in a scalable way through the use of Apache Spark.
Tags (No tags yet, login to add one. )
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages com.enriquegrodrigo:spark-crowd_2.11:0.2.0
sbt
In your sbt build file, add:
libraryDependencies += "com.enriquegrodrigo" % "spark-crowd_2.11" % "0.2.0"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>com.enriquegrodrigo</groupId> <artifactId>spark-crowd_2.11</artifactId> <version>0.2.0</version> </dependency> </dependencies>
Releases
Version: 0.2.0 ( 3051d0 | zip | jar ) / Date: 2018-10-21 / License: MIT / Scala version: 2.11
Version: 0.1.5 ( 32a3e5 | zip | jar ) / Date: 2017-12-13 / License: MIT / Scala version: 2.11
Version: 0.1.4 ( a44ff5 | zip | jar ) / Date: 2017-12-12 / License: MIT / Scala version: 2.11
Version: 0.1.3 ( ef2188 | zip | jar ) / Date: 2017-11-09 / License: MIT / Scala version: 2.11