Skip to content

Commit

Permalink
IGNITE-17120 Move ignite-yarn to the Ignite Extensions project (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmuzaf authored Jun 8, 2022
1 parent e091e24 commit 747e5cb
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 2,864 deletions.
10 changes: 0 additions & 10 deletions DEVNOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,16 +205,6 @@ To test compliance with JCache TCK use:

./mvnw test -P-release,jcache-tck -pl :ignite-core -am


Ignite Yarn Maven Build Instructions
====================================

cd ./modules/yarn
mvn clean package

Look for ignite-yarn-<version>.jar in ./target directory.


Run tests
=========
To run tests locally use:
Expand Down
1 change: 0 additions & 1 deletion assembly/dependencies-apache-ignite-slim.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
<exclude>${project.groupId}:ignite-osgi-paxlogging</exclude>
<exclude>${project.groupId}:ignite-ssh</exclude>
<exclude>${project.groupId}:ignite-web</exclude>
<exclude>${project.groupId}:ignite-yarn</exclude>
<exclude>${project.groupId}:ignite-zookeeper</exclude>
</excludes>
<sources>
Expand Down
1 change: 0 additions & 1 deletion assembly/libs/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ The following modules are available:
- ignite-ssh (for starting grid nodes on remote machines)
- ignite-urideploy (for URI-based deployment)
- ignite-web (for Web Sessions Clustering)
- ignite-yarn (for integration with Apache Hadoop Yarn)
- ignite-zookeeper (for cluster discovery based on Apache Zookeeper)

For example, if you want to use Apache Ignite Spring-based configuration,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The following shows how to fill in `spark.driver.extraClassPath` parameters:

[source, shell]
----
spark.executor.extraClassPath /opt/ignite/libs/*:/opt/ignite/libs/optional/ignite-spark-ext/*:/opt/ignite/libs/optional/ignite-log4j/*:/opt/ignite/libs/optional/ignite-yarn/*:/opt/ignite/libs/ignite-spring/*
spark.executor.extraClassPath /opt/ignite/libs/*:/opt/ignite/libs/optional/ignite-spark-ext/*:/opt/ignite/libs/optional/ignite-log4j/*:/opt/ignite/libs/optional/ignite-yarn-ext/*:/opt/ignite/libs/ignite-spring/*
----

=== Source Code Configuration
Expand Down
28 changes: 0 additions & 28 deletions modules/yarn/README.txt

This file was deleted.

202 changes: 0 additions & 202 deletions modules/yarn/licenses/apache-2.0.txt

This file was deleted.

Loading

0 comments on commit 747e5cb

Please sign in to comment.