Go to file
Matt Foley f3c0a0e06d
HBASE-24318 Create-release scripts fixes and enhancements (#1643)
* narrow 'dry-run' limits so see svn activity up to just before check-in.
* Fix several typos and, in case of dry run, enable build step to chain from tag step by keeping the tagged git repo.
* Improve Maven settings.xml file, and names of variables related to it. Remove unnecessary use of "-Dmaven.repo.local", put it in settings.xml instead. Stop putting password literals in settings.xml. 
* stop deleting maven settings file, now that it doesn't contain password strings
* Merge 'tag' into release-build.sh as another stage. Also found and fixed a couple bugs in the current release-tag.sh.
* Delete redundant release-tag.sh script.
* Small changes to make dev-support/create-release tools less focused
on hbase project only, while retaining special behaviors for
hbase sub-projects which share the hbase dist and jira locations.
* Changed terminology of release publish steps, from <build|publish>
to <publish-dist|publish-release>. In fact, what was formerly called
"build" built the distribution tarballs AND published them to dist,
while "publish" built the  maven artifacts AND published them to Nexus.
The new terminology clarifies what's happening, and removes the appearance
of order dependendency.
* Fix publish-snapshot so it does same checks as publish-release.
* Factor out common maven usages, and move them to build-util.sh.
* Change default polarity of DRY_RUN to default to true. Change -n ("no-publish") to -f ("force publish") to actually publish.
* Fix problems in do-release.sh so it runs correctly outside of docker,
  including DRY_RUN being exported.
* Have do-release.sh set REPO (shared maven local repository) if doing all three stages.
* Cleaned up REPO directory creation.
* General cleanup of comments and usage.
*  fix all 'shellcheck' errors
* use ${BASH_SOURCE[0]} instead of $0 to determine script directory path
* smarter way to read version from pom with mvn
* do maven-gpg-plugin config settings in maven settings file correctly as documented
* fix gpg signing failure on Mac due to gpg-agent timeout
* fix various bugs to enable publish-dist, publish-snapshot, and publish-release to work correctly as individual steps and/or without docker
* improve log reporting from publish-release step
*  fix bug in argument to checkcompatibility.py: replace PACKAGE_VERSION with GIT_REF
* demote "PACKAGE_VERSION" to "package_version_name" and undocument it in favor of RELEASE_TAG. Still enable appropriate defaulting in case RELEASE_TAG is undefined.
* unify RELEASE_VERSION with VERSION, to remove ambiguity and allow it to be set when only running 'publish' step without 'tag'
* query confirm RELEASE_TAG
* emphasize that release-build.sh is called for a single action at a time, and should be called from do-release.sh.
* add '-s' option to do-release.sh
* suppress maven "Download from central:" messages
* Replace human wait for tag propagation

Signed-off-by: Cesar Delgado <cdelgado@apple.com>
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2020-05-09 10:46:41 -05:00
.idea HBASE-23707 Add IntelliJ check style plugin configuration (#1064) 2020-01-27 10:40:24 -08:00
bin HBASE-24143 [JDK11] Switch default garbage collector from CMS ; Addendum (#1594) 2020-04-27 09:24:46 -07:00
conf HBASE-24310 Use Slf4jRequestLog for hbase-http (#1634) 2020-05-08 11:16:18 +08:00
dev-support HBASE-24318 Create-release scripts fixes and enhancements (#1643) 2020-05-09 10:46:41 -05:00
hbase-annotations HBASE-23253 Rewrite rsgroup related UTs with the new methods introduced in HBASE-22932 (#813) 2020-03-02 15:43:40 +08:00
hbase-archetypes HBASE-24284 [h3/jdk11] REST server won't start Exclude transitive includes of jax-rs 1.x and then explicitly include jax-rs 2.x glassfish impl for REST context when hadoop3. (#1625) 2020-05-05 15:36:01 -07:00
hbase-assembly HBASE-24304 Separate a hbase-asyncfs module (#1628) 2020-05-06 14:40:21 +08:00
hbase-asyncfs HBASE-24304 Separate a hbase-asyncfs module (#1628) 2020-05-06 14:40:21 +08:00
hbase-backup HBASE-24305 Removed deprecations in ServerName (#1666) 2020-05-08 09:41:55 +02:00
hbase-balancer HBASE-24305 Removed deprecations in ServerName (#1666) 2020-05-08 09:41:55 +02:00
hbase-build-configuration HBASE-23675 Move to Apache parent POM version 22 2020-01-11 11:18:30 +01:00
hbase-checkstyle HBASE-22749 Distributed MOB compactions 2020-02-19 16:06:38 -06:00
hbase-client HBASE-24265 Remove hedged rpc call support, implement the logic in MaterRegistry … (#1593) 2020-05-06 15:55:26 +08:00
hbase-common HBASE-24305 Removed deprecations in ServerName (#1666) 2020-05-08 09:41:55 +02:00
hbase-endpoint HBASE-24304 Separate a hbase-asyncfs module (#1628) 2020-05-06 14:40:21 +08:00
hbase-examples HBASE-24304 Separate a hbase-asyncfs module (#1628) 2020-05-06 14:40:21 +08:00
hbase-external-blockcache HBASE-24170 Remove hadoop-2.0 profile (#1495) 2020-04-16 18:57:40 +08:00
hbase-hadoop-compat HBASE-24334 Removed duplicated dependency declaration of metrics-api (#1665) 2020-05-06 14:22:12 +02:00
hbase-hbtop HBASE-23077 move entirely to spotbugs (#1265) 2020-03-12 10:18:09 +08:00
hbase-http HBASE-24310 Use Slf4jRequestLog for hbase-http (#1634) 2020-05-08 11:16:18 +08:00
hbase-it HBASE-24295 [Chaos Monkey] abstract logging through the class hierarchy ; ADDENDUM 2020-05-07 13:20:15 -07:00
hbase-mapreduce HBASE-24284 [h3/jdk11] REST server won't start Exclude transitive includes of jax-rs 1.x and then explicitly include jax-rs 2.x glassfish impl for REST context when hadoop3. (#1625) 2020-05-08 13:08:57 -07:00
hbase-metrics HBASE-23245 : MutableHistogram constructor changes and provide HistogramImpl maxExpected as long (#787) 2019-11-12 00:22:02 +08:00
hbase-metrics-api HBASE-22449 https everywhere in Maven metadata (#247) 2019-05-21 12:34:25 -07:00
hbase-native-client
hbase-procedure HBASE-24170 Remove hadoop-2.0 profile (#1495) 2020-04-16 18:57:40 +08:00
hbase-protocol-shaded HBASE-24260 Add a ClusterManager that issues commands via coprocessor 2020-05-04 10:53:02 -07:00
hbase-replication HBASE-24170 Remove hadoop-2.0 profile (#1495) 2020-04-16 18:57:40 +08:00
hbase-resource-bundle HBASE-24258 [Hadoop3.3] Update license for org.ow2.asm:* (#1582) 2020-05-04 14:57:15 -07:00
hbase-rest HBASE-24305 Removed deprecations in ServerName (#1666) 2020-05-08 09:41:55 +02:00
hbase-server HBASE-24256 When fixOverlap hits the max region limit, it is possible to include the same region in multiple merge request (#1584) 2020-05-08 10:16:42 -07:00
hbase-shaded HBASE-24304 Separate a hbase-asyncfs module (#1628) 2020-05-06 14:40:21 +08:00
hbase-shell HBASE-24335 Support deleteall with ts but without column in shell mode (#1668) 2020-05-07 18:18:57 +01:00
hbase-testing-util HBASE-24304 Separate a hbase-asyncfs module (#1628) 2020-05-06 14:40:21 +08:00
hbase-thrift HBASE-24304 Separate a hbase-asyncfs module (#1628) 2020-05-06 14:40:21 +08:00
hbase-zookeeper HBASE-24211: Create table is slow in large cluster when AccessController is enabled. (#1631) 2020-05-06 15:12:20 +05:30
src HBASE-24137:The max merge count of metafixer may be remind in hbase-site.xml (#1478) 2020-05-05 16:14:14 -07:00
.asf.yaml HBASE-24261: (Addendum) Make notifications a toplevel object 2020-05-04 16:19:58 -07:00
.editorconfig HBASE-23767 Add JDK11 compilation and unit test support to Github precommit 2020-03-05 11:46:15 -08:00
.gitattributes
.gitignore HBASE-24318 Create-release scripts fixes and enhancements (#1643) 2020-05-09 10:46:41 -05:00
.pylintrc HBASE-21712 : Make submit-patch.py python3 compatible 2019-01-14 14:50:50 -08:00
.rubocop.yml HBASE-23943 Updated Rubocop configuration to current version 2020-03-18 11:09:36 +01:00
CHANGES.txt
LICENSE.txt
NOTICE.txt HBASE-15666 shaded dependencies for hbase-testing-util 2019-07-23 15:22:00 +02:00
README.txt HBASE-14348 Update download mirror link 2018-04-04 14:30:06 -07:00
pom.xml HBASE-24304 Separate a hbase-asyncfs module (#1628) 2020-05-06 14:40:21 +08:00

README.txt

Apache HBase [1] is an open-source, distributed, versioned, column-oriented
store modeled after Google' Bigtable: A Distributed Storage System for
Structured Data by Chang et al.[2]  Just as Bigtable leverages the distributed
data storage provided by the Google File System, HBase provides Bigtable-like
capabilities on top of Apache Hadoop [3].

To get started using HBase, the full documentation for this release can be
found under the doc/ directory that accompanies this README.  Using a browser,
open the docs/index.html to view the project home page (or browse to [1]).
The hbase 'book' at http://hbase.apache.org/book.html has a 'quick start'
section and is where you should being your exploration of the hbase project.

The latest HBase can be downloaded from an Apache Mirror [4].

The source code can be found at [5]

The HBase issue tracker is at [6]

Apache HBase is made available under the Apache License, version 2.0 [7]

The HBase mailing lists and archives are listed here [8].

The HBase distribution includes cryptographic software. See the export control
notice here [9].

1. http://hbase.apache.org
2. http://research.google.com/archive/bigtable.html
3. http://hadoop.apache.org
4. http://www.apache.org/dyn/closer.lua/hbase/
5. https://hbase.apache.org/source-repository.html
6. https://hbase.apache.org/issue-tracking.html
7. http://hbase.apache.org/license.html
8. http://hbase.apache.org/mail-lists.html
9. https://hbase.apache.org/export_control.html