WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit c08abcf

Browse files
committed
[KYUUBI #5981] Deploy Spark Hive connector with Scala 2.13 to Maven Central
# 🔍 Description ## Issue References 🔗 This pull request closes #5981 ## Describe Your Solution 🔧 As title ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 N/A, will test in v1.8.1 release process. --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6060 from pan3793/hive-scala213. Closes #5981 506ab48 [Cheng Pan] [KYUUBI #5981] Deploy Spark Hive connector with Scala 2.13 to Maven Central Authored-by: Cheng Pan <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit eae9ffd) Signed-off-by: Cheng Pan <[email protected]>
1 parent 26bcbbd commit c08abcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/release/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ upload_nexus_staging() {
129129
-s "${KYUUBI_DIR}/build/release/asf-settings.xml" \
130130
-pl extensions/spark/kyuubi-extension-spark-3-5 -am
131131

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

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

0 commit comments

Comments
 (0)