From eac944eab990269c3caf1b3f49df26a432efab74 Mon Sep 17 00:00:00 2001 From: Holden Karau Date: Mon, 26 Feb 2024 15:39:57 -0800 Subject: [PATCH] Fix up parent refs. --- settings.xml | 5 ++ shims/spark-3.4/pom.xml | 101 ++++++++++++++++++++++++++++++++++++++++ shims/spark-3.5/pom.xml | 2 +- 3 files changed, 107 insertions(+), 1 deletion(-) create mode 100644 settings.xml create mode 100644 shims/spark-3.4/pom.xml diff --git a/settings.xml b/settings.xml new file mode 100644 index 000000000..af394ae40 --- /dev/null +++ b/settings.xml @@ -0,0 +1,5 @@ + + + spark-3.4 + + diff --git a/shims/spark-3.4/pom.xml b/shims/spark-3.4/pom.xml new file mode 100644 index 000000000..d7df10846 --- /dev/null +++ b/shims/spark-3.4/pom.xml @@ -0,0 +1,101 @@ + + + + + + + 4.0.0 + + org.apache.comet + comet-spark-shims + 0.1.0-SNAPSHOT + ../pom.xml + + + comet-spark-shims${spark.version.short}_${scala.binary.version} + comet-spark-shims${spark.version.short}_${scala.binary.version} + pom + + + + false + + + + + org.apache.spark + spark-sql_${scala.binary.version} + + + org.scala-lang + scala-library + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + put-client-artifacts-in-a-property + pre-integration-test + + build-classpath + + + true + ; + comet-artifacts + + + + + + org.codehaus.mojo + exec-maven-plugin + + + check-jar-contents + integration-test + + exec + + + bash + ${project.build.testOutputDirectory} + false + + ${project.basedir}/../dev/ensure-jars-have-correct-contents.sh + ${comet-artifacts} + + + + + + + + diff --git a/shims/spark-3.5/pom.xml b/shims/spark-3.5/pom.xml index a3d29d085..d7df10846 100644 --- a/shims/spark-3.5/pom.xml +++ b/shims/spark-3.5/pom.xml @@ -25,7 +25,7 @@ under the License. 4.0.0 org.apache.comet - comet-parent-spark${spark.version.short}_${scala.binary.version} + comet-spark-shims 0.1.0-SNAPSHOT ../pom.xml