-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #902 from s1ck/morpheus-renamings
Rename CAPS to Morpheus
- Loading branch information
Showing
432 changed files
with
4,021 additions
and
4,097 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
### `spark-cypher-%RELEASE_VERSION%` | ||
### `morpheus-spark-cypher-%RELEASE_VERSION%` | ||
|
||
#### Release notes | ||
|
||
<!--put release notes here--> | ||
|
||
#### Using CAPS in your system | ||
#### Using Morpheus in your system | ||
|
||
The artifact is released to [Maven Central](https://search.maven.org/#artifactdetails%7Corg.opencypher%7Cspark-cypher%7C%RELEASE_VERSION%%7Cjar). | ||
The artifact is released to [Maven Central](https://search.maven.org/#artifactdetails%7Corg.opencypher%7Cmorpheus-spark-cypher%7C%RELEASE_VERSION%%7Cjar). | ||
To use it in a Maven project, add the following dependency to your pom: | ||
|
||
``` | ||
<dependency> | ||
<groupId>org.opencypher</groupId> | ||
<artifactId>spark-cypher</artifactId> | ||
<artifactId>morpheus-spark-cypher</artifactId> | ||
<version>%RELEASE_VERSION%</version> | ||
</dependency> | ||
``` | ||
|
||
For SBT: | ||
``` | ||
libraryDependencies += "org.opencypher" % "spark-cypher" % "%RELEASE_VERSION%" | ||
libraryDependencies += "org.opencypher" % "morpheus-spark-cypher" % "%RELEASE_VERSION%" | ||
``` | ||
|
||
### `spark-cypher-%RELEASE_VERSION%-all` | ||
### `morpheus-spark-cypher-%RELEASE_VERSION%-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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,6 @@ spark-warehouse_*/ | |
.idea/ | ||
*.iml | ||
.settings | ||
caps-core/.project | ||
caps-core/.classpath | ||
.project | ||
out/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.