Skip to content

Commit

Permalink
spark agent #33 rdd support
Browse files Browse the repository at this point in the history
- temp switch to Scala 2.12
  • Loading branch information
cerveada committed Aug 11, 2022
1 parent 874577a commit d246070
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions bundle-2.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spark-2.4-spline-agent-bundle_2.11</artifactId>
<artifactId>spark-2.4-spline-agent-bundle_2.12</artifactId>
<packaging>jar</packaging>

<parent>
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion bundle-3.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<parent>
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion bundle-3.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<parent>
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion bundle-3.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<parent>
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion bundle-3.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<parent>
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>agent-core_2.11</artifactId>
<artifactId>agent-core_2.12</artifactId>
<packaging>jar</packaging>

<parent>
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>examples_2.11</artifactId>
<artifactId>examples_2.12</artifactId>
<packaging>jar</packaging>

<parent>
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

<parent>
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<artifactId>spline-spark-agent_2.12</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>integration-tests_2.11</artifactId>
<artifactId>integration-tests_2.12</artifactId>
<packaging>jar</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>spline-spark-agent_2.11</artifactId>
<artifactId>spline-spark-agent_2.12</artifactId>
<name>Spline Spark Agent</name>
<description>Spline Agent for Apache Spark</description>
<version>1.0.0-SNAPSHOT</version>
Expand Down Expand Up @@ -129,8 +129,8 @@
<scala_2.12.version>2.12.15</scala_2.12.version>

<!-- Controlled by `scala-cross-build` plugin -->
<scala.version>2.11.12</scala.version>
<scala.binary.version>2.11</scala.binary.version>
<scala.version>2.12.15</scala.version>
<scala.binary.version>2.12</scala.binary.version>
</properties>

<scm>
Expand Down

0 comments on commit d246070

Please sign in to comment.