CAPS Release Version 0.3.1
spark-cypher-0.3.1
Release notes
- Bugfixes to
OPTIONAL MATCH - Change how we run tests using Neo4j
- Simplify how expression typing is done
- Simplify logical planning
- Make Graph DDL module more independent
Using CAPS in your system
The artifact is released to Maven Central. To use it in a Maven project, add the following dependency to your pom:
<dependency>
<groupId>org.opencypher</groupId>
<artifactId>spark-cypher</artifactId>
<version>0.3.1</version>
</dependency>
For SBT:
libraryDependencies += "org.opencypher" % "spark-cypher" % "0.3.1"
spark-cypher-0.3.1-all
This is a fat jar that does not include the Spark dependencies. It is intended to be used in environments where Spark is already present, for example, a Spark cluster or a notebook.