From 7f6bea1033ef5c02b589f8bcd9a4fd537fdf5688 Mon Sep 17 00:00:00 2001 From: Will Raschkowski Date: Wed, 10 Mar 2021 15:41:04 +0000 Subject: [PATCH 1/4] Add 'hadoop-palantir' maven profile in publish functions --- dev/publish_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/publish_functions.sh b/dev/publish_functions.sh index 7267fe9b0d705..b7604aec2be55 100644 --- a/dev/publish_functions.sh +++ b/dev/publish_functions.sh @@ -2,7 +2,7 @@ set -euo pipefail -PALANTIR_FLAGS=(-Psparkr -Phadoop-cloud) +PALANTIR_FLAGS=(-Psparkr -Phadoop-cloud -Phadoop-palantir) get_version() { git describe --tags --first-parent From 972414ed2bf8f4d146b5ddea88692f0d309588e1 Mon Sep 17 00:00:00 2001 From: Will Raschkowski Date: Wed, 10 Mar 2021 15:42:20 +0000 Subject: [PATCH 2/4] Publish a snapshot to test --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 854fc30fda6ed..feb28e77d47e4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,6 +33,7 @@ deployable-branches-and-tags: &deployable-branches-and-tags only: - /palantir-.*/ - master + - wr/fix-publish # Step templates From 1fb650abe016938a50d0afbd3109ce867ae741b5 Mon Sep 17 00:00:00 2001 From: Will Raschkowski Date: Wed, 10 Mar 2021 15:46:25 +0000 Subject: [PATCH 3/4] Remove hadoop-cloud, it's already included in hadoop-palantir --- dev/publish_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/publish_functions.sh b/dev/publish_functions.sh index b7604aec2be55..cb00cc0f2fc99 100644 --- a/dev/publish_functions.sh +++ b/dev/publish_functions.sh @@ -2,7 +2,7 @@ set -euo pipefail -PALANTIR_FLAGS=(-Psparkr -Phadoop-cloud -Phadoop-palantir) +PALANTIR_FLAGS=(-Psparkr -Phadoop-palantir) get_version() { git describe --tags --first-parent From beb38d963792a97498096b33e9f03e6cf2ba8299 Mon Sep 17 00:00:00 2001 From: Will Raschkowski Date: Wed, 10 Mar 2021 17:17:01 +0000 Subject: [PATCH 4/4] No longer publish from this branch --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index feb28e77d47e4..854fc30fda6ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,7 +33,6 @@ deployable-branches-and-tags: &deployable-branches-and-tags only: - /palantir-.*/ - master - - wr/fix-publish # Step templates