File tree Expand file tree Collapse file tree 7 files changed +107
-15
lines changed
hbase-backup-restore-bundle Expand file tree Collapse file tree 7 files changed +107
-15
lines changed Original file line number Diff line number Diff line change 11buildpack :
2- name : Blazar-Buildpack-Java-oss-fork
2+ name : Blazar-Buildpack-Java-single-module
33
44env :
55 MAVEN_PHASE : " package assembly:single deploy"
Original file line number Diff line number Diff line change 11buildpack :
2- name : Blazar-Buildpack-Java-oss-fork
2+ name : Blazar-Buildpack-Java
3+ branch : rm-test-hbase
34
45env :
56 # Below variables are generated in prepare_environment.sh.
@@ -22,7 +23,3 @@ depends:
2223 - hbase
2324provides :
2425 - hubspot-client-bundles
25- - hbase-backup-restore-bundle
26- - hbase-client-bundle
27- - hbase-mapreduce-bundle
28- - hbase-server-it-bundle
Original file line number Diff line number Diff line change 1+ buildpack :
2+ name : Blazar-Buildpack-Java
3+ branch : rm-test-hbase
4+ env :
5+ # Below variables are generated in prepare_environment.sh.
6+ # The build environment requires environment variables to be explicitly defined before they may
7+ # be modified by the `write-build-env-var` utilty script to persist changes to an environment variable
8+ # throughout a build
9+ REPO_NAME : " "
10+ SET_VERSION : " "
11+ HBASE_VERSION : " "
12+ PKG_RELEASE : " "
13+ FULL_BUILD_VERSION : " "
14+ MAVEN_BUILD_ARGS : " "
15+
16+ before :
17+ - description : " Prepare build environment"
18+ commands :
19+ - $WORKSPACE/build-scripts/prepare_environment.sh
20+
21+ depends :
22+ - hubspot-client-bundles
23+ - hbase-client-bundle
24+ - hbase-mapreduce-bundle
25+ provides :
26+ - hbase-backup-restore-bundle
Original file line number Diff line number Diff line change 1+ buildpack :
2+ name : Blazar-Buildpack-Java
3+ branch : rm-test-hbase
4+
5+ env :
6+ # Below variables are generated in prepare_environment.sh.
7+ # The build environment requires environment variables to be explicitly defined before they may
8+ # be modified by the `write-build-env-var` utilty script to persist changes to an environment variable
9+ # throughout a build
10+ REPO_NAME : " "
11+ SET_VERSION : " "
12+ HBASE_VERSION : " "
13+ PKG_RELEASE : " "
14+ FULL_BUILD_VERSION : " "
15+ MAVEN_BUILD_ARGS : " "
16+
17+ before :
18+ - description : " Prepare build environment"
19+ commands :
20+ - $WORKSPACE/build-scripts/prepare_environment.sh
21+
22+ depends :
23+ - hubspot-client-bundles
24+ provides :
25+ - hbase-client-bundle
26+
Original file line number Diff line number Diff line change 1+ buildpack :
2+ name : Blazar-Buildpack-Java
3+ branch : rm-test-hbase
4+
5+ env :
6+ # Below variables are generated in prepare_environment.sh.
7+ # The build environment requires environment variables to be explicitly defined before they may
8+ # be modified by the `write-build-env-var` utilty script to persist changes to an environment variable
9+ # throughout a build
10+ REPO_NAME : " "
11+ SET_VERSION : " "
12+ HBASE_VERSION : " "
13+ PKG_RELEASE : " "
14+ FULL_BUILD_VERSION : " "
15+ MAVEN_BUILD_ARGS : " "
16+
17+ before :
18+ - description : " Prepare build environment"
19+ commands :
20+ - $WORKSPACE/build-scripts/prepare_environment.sh
21+
22+ depends :
23+ - hubspot-client-bundles
24+ - hbase-client-bundle
25+ provides :
26+ - hbase-mapreduce-bundle
Original file line number Diff line number Diff line change 1+ buildpack :
2+ name : Blazar-Buildpack-Java
3+ branch : rm-test-hbase
4+ env :
5+ # Below variables are generated in prepare_environment.sh.
6+ # The build environment requires environment variables to be explicitly defined before they may
7+ # be modified by the `write-build-env-var` utilty script to persist changes to an environment variable
8+ # throughout a build
9+ YUM_REPO_UPLOAD_OVERRIDE_CENTOS_8 : " "
10+ SET_VERSION : " "
11+ HBASE_VERSION : " "
12+ PKG_RELEASE : " "
13+ FULL_BUILD_VERSION : " "
14+ MAVEN_BUILD_ARGS : " "
15+ REPO_NAME : " "
16+
17+ before :
18+ - description : " Prepare build environment"
19+ commands :
20+ - $WORKSPACE/build-scripts/prepare_environment.sh
21+
22+ depends :
23+ - hbase
24+ provides :
25+ - hbase-server-it-bundle
26+
Original file line number Diff line number Diff line change 15361536 <groupId >org.apache.hbase.thirdparty</groupId >
15371537 <artifactId >hbase-shaded-miscellaneous</artifactId >
15381538 <version >${hbase-thirdparty.version} </version >
1539- <!-- HubSpot: This conflicts with other jspecify uses in the company.
1540- This exclusion is already backed into newer versions of hbase-thirdparty,
1541- so we can remove it here when hbase-thirdparty is upgraded. -->
1542- <exclusions >
1543- <exclusion >
1544- <groupId >org.jspecify</groupId >
1545- <artifactId >jspecify</artifactId >
1546- </exclusion >
1547- </exclusions >
15481539 </dependency >
15491540 <dependency >
15501541 <groupId >org.apache.hbase.thirdparty</groupId >
You can’t perform that action at this time.
0 commit comments