Andrew Purtell
b9c676cdc0
Set version on branch-1 to 1.7.0-SNAPSHOT
2020-02-14 11:31:32 -08:00
Andrew Purtell
5ec5a5b115
Update POMs and CHANGES.txt for 1.6.0RC0
2020-02-14 11:30:22 -08:00
Peter Somogyi
907184dfa0
HBASE-23675 Move to Apache parent POM version 22 ( #1023 )
...
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2020-01-15 10:10:23 +01:00
Sean Busbey
4bcc397f3e
HBASE-23229 Update branch-1 to 1.6.0-SNAPSHOT ( #772 )
...
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
2019-10-30 09:22:39 -05:00
Andrew Purtell
214d33e0f4
Renumber branch to 1.5.1-SNAPSHOT
2019-10-12 13:21:18 -07:00
Andrew Purtell
3966d0fee6
Update POMs and CHANGES.txt for 1.5.0 RC4
2019-10-07 11:46:53 -07:00
Toshihiro Suzuki
dd9eadb00f
HBASE-22988 Backport HBASE-11062 "hbtop" to branch-1
...
Fixes #647
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-10-01 16:48:16 -07:00
Viraj Jasani
4b34d24f7a
HBASE-22728 Jackson dependency cleanup and moving to Jackson2
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-08-15 18:32:36 -07:00
Viraj Jasani
96ff5f2998
HBASE-22838 : assembly plugin should use posix
...
Signed-off-by: huzheng <openinx@gmail.com>
2019-08-13 14:59:41 +08:00
Andrew Purtell
98dc440462
HBASE-22449 https everywhere in Maven metadata ( #247 )
2019-05-21 12:44:02 -07:00
Andrew Purtell
e2d48f41c5
Set version on branch back to 1.5.0-SNAPSHOT
2019-05-20 13:02:40 -07:00
Andrew Purtell
ce6a6014da
Update POMs and CHANGES.txt for 1.5.0 RC0
2019-02-01 12:36:10 -08:00
Andrew Purtell
14318d734e
HBASE-19420 Backport HBASE-19152 Update refguide 'how to build an RC' and the make_rc.sh script
...
Removes src.xml used building src tgz via hbase-assembly.
Use git archive instead going forward. Updates developer release candidate
documentation and the make_rc.sh script.
Slight modifications to developer.adoc for branch-1
2017-12-04 16:35:13 -08:00
Sean Busbey
719f5465c4
HBASE-18940 include project pylint configs in source artifact.
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2017-10-05 10:41:06 -05:00
Andrew Purtell
3dd55fa0c0
Set versions on branch-1 to 1.5.0-SNAPSHOT
2017-07-03 18:01:15 -07:00
Vincent
a3c3f1012d
HBASE-18060 Backport to branch-1 HBASE-9774 HBase native metrics and metric collection for coprocessors
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2017-05-24 13:20:44 -07:00
Mike Drob
f348caf7fe
HBASE-17286 Add goal to remote-resources plugin
...
With Apache parent pom v12 our remote-resources-plugin execution id was
shadowing the parent declaration, and our configuration would get run to
aggregate LICENSE files correctly. When upgrading to v18, apache changed
the execution id, so our configuration no longer gets used.
Add an explicit goal to our usage of the remote-resources-plugin and
change the name to something more descriptive and less likely to
conflict (either intentionally or not).
Signed-off-by: Josh Elser <elserj@apache.org>
2017-05-19 13:29:15 -04:00
Junegunn Choi
68d292d83b
HBASE-17352 Fix hbase-assembly build with bash 4
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-05-16 08:05:32 -07:00
Mikhail Antonov
0f158edb3a
HBASE-16951 1.3 assembly scripts dont package hbase-archetypes in the tarball
2016-10-28 15:55:18 -07:00
Apekshit Sharma
e46a073ed2
HBASE-16101 Tool to microbenchmark procedure WAL performance.
...
Change-Id: I8ec158319395d2ec8e36641a3beab2694f7b6aef
2016-08-30 13:32:42 -07:00
Elliott Clark
1318e84e14
HBASE-16177 In dev mode thrift server can't be run
2016-07-05 12:15:31 -07:00
Mikhail Antonov
998e339d6e
HBASE-15342 create branch-1.3 and update branch-1 poms to 1.4.0-SNAPSHOT
2016-02-28 16:23:29 -08:00
Sean Busbey
69b96a666c
HBASE-14952. ADDENDUM hbase-spark not present in branch-1 yet.
2015-12-16 12:51:20 -06:00
Sean Busbey
25f7c33c2f
HBASE-14952 ensure correct components in source assembly.
...
* hbase-external-blockcache
* hbase-spark
* remove duplicate inclusion of hbase-shaded-{client,server}
Signed-off-by: stack <stack@apache.org>
2015-12-16 12:02:00 -06:00
Elliott Clark
d4d398d942
HBASE-14334 Move Memcached block cache in to it's own optional module.
2015-09-16 15:26:31 -07:00
Nick Dimiduk
1548c3c1f8
HBASE-14219 src tgz no longer builds after HBASE-14085
2015-08-13 11:14:48 -07:00
Sean Busbey
a45651c2cf
HBASE-14085 Update LICENSE and NOTICE files.
...
* corrects license/notice for source distribution
* adds inception year to correct copyright in generated NOTICE files for jars
* updates project names in poms to use "Apache HBase" instead of "HBase" so jar NOTICE files will be correct
* uses append-resources to include supplemental info on jars with 3rd party works in source
* adds an hbase specific resource bundle for jars that include 3rd party works for binaries
** uses supplemental-model to fill in license gaps
** uses the above and a shade plugin transformation to build proper files for shaded jars.
** uses the above and the assembly plugin to build the proper files for bin assembly
* adds a NOTICE item for things copied out of Hadoop (TODO legal-discuss)
Conflicts:
NOTICE.txt
hbase-checkstyle/pom.xml
hbase-resource-bundle/pom.xml
hbase-server/pom.xml
hbase-thrift/pom.xml
pom.xml
2015-08-05 14:52:33 -07:00
Sean Busbey
f2f19ddb5c
HBASE-13909 update branch-1 poms to 1.3.0-SNAPSHOT
2015-06-15 22:30:56 -05:00
Jerry He
b484fb16f7
HBASE-13598 Make hbase assembly attach to the project
2015-04-30 23:03:45 -07:00
Nick Dimiduk
36f9546115
HBASE-13596 src assembly does not build
2015-04-29 13:43:44 -07:00
Elliott Clark
d9bf56ab3a
HBASE-13517 Publish a client artifact with shaded dependencies
...
Summary: Add in shaded versions of server and shaded versions of client
Test Plan: HBase downstreamer
Differential Revision: https://reviews.facebook.net/D37467
2015-04-28 09:44:12 -07:00
Nick Dimiduk
cf45c8d30a
Bump pom version to 1.2.0-SNAPSHOT
2015-04-16 17:30:48 -07:00
Aditya Kishore
c20037bdf2
HBASE-13009: HBase REST UI inaccessible
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-02-10 19:09:35 -08:00
Enis Soztutar
d66ae28c07
Update pom.xml version for 1.1.0-SNAPSHOT for branch-1
2014-12-17 23:16:41 -08:00
stack
f0afcd2cc2
HBASE-12689 Move version on from 0.99.2 to HBASE-1.0.0-SNAPSHOT
2014-12-14 20:37:59 -08:00
Enis Soztutar
5f150e49f9
Update pom.xml version for 0.99.2
2014-12-02 20:28:29 -08:00
stack
c99d89fd63
HBASE-12427 Change branch-1 version from 0.99.2-SNAPSHOT to 0.99.3-SNAPSHOT --REVERT
2014-11-05 19:15:24 -08:00
stack
c66a6b02a5
HBASE-12427 Change branch-1 version from 0.99.2-SNAPSHOT to 0.99.3-SNAPSHOT
2014-11-04 12:41:38 -08:00
stack
1d2c4bca56
HBASE-12352 Add hbase-annotation-tests to runtime classpath so can run hbase it tests; ADDENDUM
2014-10-27 15:40:35 -07:00
Enis Soztutar
10ebc49130
Update pom.xml version to 0.99.2-SNAPSHOT
2014-10-17 11:32:59 -07:00
Enis Soztutar
7d0be32b1d
Update pom.xml version for 0.99.1
2014-10-11 21:56:30 -07:00
Enis Soztutar
63c24ac73f
Update pom.xml version to 0.99.1-SNAPSHOT
2014-09-22 20:14:52 -07:00
Enis Soztutar
6337705f26
Update pom.xml version for 0.99.0
2014-09-09 18:56:44 -07:00
Michael Stack
37654f77a6
HBASE-10781 Remove hadoop-one-compat module and all references to hadoop1
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1579449 13f79535-47bb-0310-9956-ffa450edef68
2014-03-19 23:08:55 +00:00
Andrew Kyle Purtell
f8139d1bf5
Update version in POMs to 0.99.0-SNAPSHOT after branching for release 0.98.0
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1547743 13f79535-47bb-0310-9956-ffa450edef68
2013-12-04 09:31:02 +00:00
Enis Soztutar
25c871b71c
HBASE-9755 Cannot run classes in hbase-server tests jar from command line
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1533267 13f79535-47bb-0310-9956-ffa450edef68
2013-10-17 21:25:27 +00:00
eclark
ce7c5b8e03
HBASE-9699 For Downstreamers using HBaseTestingUtility is hard.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528645 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 21:59:19 +00:00
Jonathan Hsieh
f4f3bc3129
HBASE-9660 Release source tarball should contain ./dev-support contents
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526358 13f79535-47bb-0310-9956-ffa450edef68
2013-09-26 02:38:21 +00:00
nkeywal
bba51c29c7
HBASE-9632 Put the shell in a maven sub module (hbase-shell) instead of hbase-server
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525641 13f79535-47bb-0310-9956-ffa450edef68
2013-09-23 16:40:51 +00:00
eclark
10f0270f2c
HBASE-9597 Create an hbase-thrift module
...
* Starting to create a thrift server module.
* Finished creating a thrift module
* Fix the assembly.
(cherry picked from commit 84e71a3469ec8eea1e0164bee3f7b2c9e0242847)
(cherry picked from commit 7fa170bd25e9b311b1cf268070ae05562d221f49)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525139 13f79535-47bb-0310-9956-ffa450edef68
2013-09-20 20:44:22 +00:00