Skip to content

Commit

Permalink
[KYUUBI apache#4374] Release uploading should include kyuubi-spark-co…
Browse files Browse the repository at this point in the history
…nnector-hive

### _Why are the changes needed?_

The module is missed because it's only included when `spark-3.3` is activated.

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request

Closes apache#4374 from pan3793/release.

Closes apache#4374

ffc0dc2 [Cheng Pan] fix
d21738f [Cheng Pan] Release uploading should include kyuubi-spark-connector-hive

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
  • Loading branch information
pan3793 committed Feb 21, 2023
1 parent 89cc8c1 commit 81f16df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,14 @@ upload_svn_staging() {
}

upload_nexus_staging() {
${KYUUBI_DIR}/build/mvn clean deploy -DskipTests -Papache-release,flink-provided,spark-provided,hive-provided \
-s "${KYUUBI_DIR}/build/release/asf-settings.xml"
${KYUUBI_DIR}/build/mvn clean deploy -DskipTests -Papache-release,flink-provided,spark-provided,hive-provided,spark-3.1 \
-s "${KYUUBI_DIR}/build/release/asf-settings.xml" \
-pl extensions/spark/kyuubi-extension-spark-3-1 -am
${KYUUBI_DIR}/build/mvn clean deploy -DskipTests -Papache-release,flink-provided,spark-provided,hive-provided,spark-3.2 \
-s "${KYUUBI_DIR}/build/release/asf-settings.xml" \
-pl extensions/spark/kyuubi-extension-spark-3-2 -am
${KYUUBI_DIR}/build/mvn clean deploy -DskipTests -Papache-release,flink-provided,spark-provided,hive-provided,spark-3.3 \
-s "${KYUUBI_DIR}/build/release/asf-settings.xml" \
-pl extensions/spark/kyuubi-extension-spark-3-3 -am
-s "${KYUUBI_DIR}/build/release/asf-settings.xml"
}

finalize_svn() {
Expand Down

0 comments on commit 81f16df

Please sign in to comment.