Skip to content

Commit

Permalink
[KYUUBI #5981] Deploy Spark Hive connector with Scala 2.13 to Maven C…
Browse files Browse the repository at this point in the history
…entral
  • Loading branch information
pan3793 committed Feb 16, 2024
1 parent 81d1a1d commit 506ab48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ upload_nexus_staging() {
-s "${KYUUBI_DIR}/build/release/asf-settings.xml" \
-pl extensions/spark/kyuubi-extension-spark-3-5 -am

# Spark TPC-DS/TPC-H Connector built with default Spark version (3.4) and Scala 2.13
# Spark Hive/TPC-DS/TPC-H Connector built with default Spark version (3.4) and Scala 2.13
${KYUUBI_DIR}/build/mvn clean deploy -DskipTests -Papache-release,flink-provided,spark-provided,hive-provided,spark-3.4,scala-2.13 \
-s "${KYUUBI_DIR}/build/release/asf-settings.xml" \
-pl extensions/spark/kyuubi-spark-connector-tpcds,extensions/spark/kyuubi-spark-connector-tpch -am
-pl extensions/spark/kyuubi-spark-connector-hive,extensions/spark/kyuubi-spark-connector-tpcds,extensions/spark/kyuubi-spark-connector-tpch -am

# All modules including Spark Extension Plugin and Connectors built with default Spark version (3.4) and default Scala version (2.12)
${KYUUBI_DIR}/build/mvn clean deploy -DskipTests -Papache-release,flink-provided,spark-provided,hive-provided,spark-3.4 \
Expand Down

0 comments on commit 506ab48

Please sign in to comment.