This is an automated email from the ASF dual-hosted git repository.
zkaoudi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
The following commit(s) were added to refs/heads/main by this push:
new 6cad74e corrected api module name
6cad74e is described below
commit 6cad74e660a985100b73406a027a57dd9be6381d
Author: zoi <[email protected]>
AuthorDate: Wed Jun 8 13:47:32 2022 +0200
corrected api module name
---
documentation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation.md b/documentation.md
index 46d5f17..ef58e65 100644
--- a/documentation.md
+++ b/documentation.md
@@ -49,7 +49,7 @@ Apache Wayang is available via Maven Central. To use it with
Maven, for instance
Note the `***`: Apache Wayang ships with multiple modules that can be included
in your app, depending on how you want to use it:
* `wayang-core`: provides core data structures and the optimizer (required)
* `wayang-basic`: provides common operators and data types for your apps
(recommended)
-* `wayang-api`: provides an easy-to-use Scala and Java API to assemble wayang
plans (recommended)
+* `wayang-api-scala-java_2.12`: provides an easy-to-use Scala and Java API to
assemble wayang plans (recommended)
* `wayang-java`, `wayang-spark`, `wayang-graphchi`, `wayang-sqlite3`,
`wayang-postgres`: adapters for the various supported processing platforms
* `wayang-profiler`: provides functionality to learn operator and UDF cost
functions from historical execution data