Commit Graph

217 Commits

Author SHA1 Message Date
Guanghao Zhang c04dcc49e7 HBASE-22851 Preparing HBase release 2.2.1RC0: set version to 2.2.1 in branch-2.2 2019-08-14 19:33:21 +08:00
Viraj Jasani a424ed1daa HBASE-22743 : ClientUtils for Demo Client classes (#413) 2019-07-28 10:19:10 +08:00
subrat.mishra e4b5e12172 HBASE-22116 Added keytab and principal support for HttpDoAsClient.
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
2019-06-15 12:30:25 +08:00
Guanghao Zhang b158f6e429 Preparing development version 2.2.1-SNAPSHOT 2019-06-11 12:12:31 +08:00
Guanghao Zhang 3ec693241f Preparing HBase release 2.2.0RC6; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-06-11 12:05:35 +08:00
Guanghao Zhang 4d8ff60555 Revert "HBASE-22116 Added keytab and principal support for HttpDoAsClient."
This reverts commit 16425bd7bb.
2019-06-11 10:28:05 +08:00
subrat.mishra 16425bd7bb HBASE-22116 Added keytab and principal support for HttpDoAsClient.
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
2019-06-11 02:22:36 +09:00
Guanghao Zhang 9b9b107b8f Preparing development version 2.2.1-SNAPSHOT 2019-06-04 12:03:25 +08:00
Guanghao Zhang 5254b07383 Preparing HBase release 2.2.0RC5; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-06-04 11:49:40 +08:00
Guanghao Zhang 5329dad382 Preparing development version 2.2.1-SNAPSHOT 2019-06-03 06:34:52 +00:00
Guanghao Zhang 76db4b74b3 Preparing HBase release 2.2.0RC5; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-06-03 06:34:46 +00:00
Jan Hentschel 0ba973a631
HBASE-22326 Fixed Checkstyle errors in hbase-examples 2019-05-27 22:22:56 +02:00
Andrew Purtell b4bdf39bff
HBASE-22449 https everywhere in Maven metadata (#247) 2019-05-21 12:38:12 -07:00
Guanghao Zhang 45173a8dc5 Preparing development version 2.2.1-SNAPSHOT 2019-05-17 06:54:29 +00:00
Guanghao Zhang 7a73fd86c3 Preparing HBase release 2.2.0RC4; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-05-17 06:54:23 +00:00
Guanghao Zhang c99952f7fb Preparing development version 2.2.1-SNAPSHOT 2019-04-28 01:07:15 +00:00
Guanghao Zhang 9c079c9dc4 Preparing HBase release 2.2.0RC3; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-04-28 01:07:09 +00:00
Guanghao Zhang b20966f243 Preparing development version 2.2.1-SNAPSHOT 2019-04-16 03:09:42 +00:00
Guanghao Zhang 1a73036562 Preparing HBase release 2.2.0RC1; tagging and updates to CHANGES.md and RELEASENOTES.md 2019-04-16 03:09:36 +00:00
Jan Hentschel 297fa1c0f0
HBASE-22203 Reformatted DemoClient.java 2019-04-12 09:32:08 +02:00
Guanghao 863e268558 HBASE-22163 Should not archive the compacted store files when region warmup 2019-04-08 22:28:23 +08:00
stack fbddfb4300 HBASE-22076 Move version on from 2.2.0 to 2.2.1-SNAPSHOT 2019-03-20 16:25:39 -07:00
Guanghao Zhang 9f12c54157 HBASE-21993 Set version as 2.2.0 in branch-2.2 in prep for first RC 2019-03-06 10:02:04 +08:00
zhangduo 7cf4ea6a9d HBASE-21829 Use FutureUtils.addListener instead of calling whenComplete directly 2019-02-03 15:32:22 +08:00
TAK LON WU 040c215bfd HBASE-21318 Make RefreshHFilesClient runnable
Other than when user enables hbase.coprocessor.region.classes with
RefreshHFilesEndPoint, user can also run this client as tool runner
class/CLI and calls refresh HFiles directly.

Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-10-24 10:38:59 -07:00
Mingliang Liu a0cbfb8ea6 HBASE-21071 HBaseTestingUtility::startMiniCluster() to use builder pattern
Signed-off-by: zhangduo <zhangduo@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
2018-08-27 10:22:04 -07:00
Mike Drob 2a9162a503
HBASE-20884 Replace Base64 with j.u.Base64
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-07-13 13:00:23 -05:00
eshcar 1eef5c7a99 HBASE-20542 ADDENDUM: test fix 2018-07-03 13:51:48 +03:00
zhangduo dde042cc93 HBASE-20776 Update branch-2 version to 2.2.0-SNAPSHOT 2018-06-22 22:15:18 +08:00
Sean Busbey ee84a8f243 HBASE-20332 shaded mapreduce module shouldn't include hadoop
* modify the jar checking script to take args; make hadoop stuff optional
* separate out checking the artifacts that have hadoop vs those that don't.
* * Unfortunately means we need two modules for checking things
* * put in a safety check that the support script for checking jar contents is maintained in both modules
* * have to carve out an exception for o.a.hadoop.metrics2. :(
* fix duplicated class warning
* clean up dependencies in hbase-server and some modules that depend on it.
* allow Hadoop to have its own htrace where it needs it
* add a precommit check to make sure we're not using old htrace imports

 Conflicts:
	hbase-backup/pom.xml
	hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml

Signed-off-by: Mike Drob <mdrob@apache.org>
2018-06-18 14:02:48 -07:00
Ashish Singhi 805e2db3e2 HBASE-20590 REST Java client is not able to negotiate with the server in the secure mode
Signed-off-by: Ashish Singhi <ashishsinghi@apache.org>
2018-06-04 14:13:42 +05:30
Sean Busbey 61f96b6ffa HBASE-20544 Make HBTU default to random ports.
Signed-off-by: Umesh Agashe <uagashe@cloudera.com>
Signed-off-by: Josh Elser <elserj@apache.org>

 Conflicts:
	hbase-backup/src/test/resources/hbase-site.xml
	hbase-spark-it/src/test/resources/hbase-site.xml
	hbase-spark/src/test/resources/hbase-site.xml
2018-05-09 23:45:39 -07:00
Jan Hentschel 52014b9423 HBASE-13300 Fixed casing in set/getTimeStamp for Mutations 2018-03-23 17:23:55 -07:00
Michael Stack 705d150386 HBASE-20224 Web UI is broken in standalone mode; ADDENDUM 2018-03-22 21:29:03 -07:00
Chia-Ping Tsai dd9e46bbf5 HBASE-20212 Make all Public classes have InterfaceAudience category
Signed-off-by: tedyu <yuzhihong@gmail.com>
Signed-off-by: Michael Stack <stack@apache.org>
2018-03-22 18:09:54 +08:00
Chia-Ping Tsai 95596e8ba7 HBASE-20119 Introduce a pojo class to carry coprocessor information in order to make TableDescriptorBuilder accept multiple cp at once
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
Signed-off-by: Michael Stack <stack@apache.org>
2018-03-16 01:26:08 +08:00
Sean Busbey 71cc7869db HBASE-20155 update branch-2 version to 2.1.0-SNAPSHOT
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2018-03-08 08:44:30 -08:00
Sean Busbey 9927c2e14a HBASE-20070 refactor website generation
* rely on git plumbing commands when checking if we've built the site for a particular commit already
* switch to forcing '-e' for bash
* add command line switches for: path to hbase, working directory, and publishing
* only export JAVA/MAVEN HOME if they aren't already set.
* add some docs about assumptions
* Update javadoc plugin to consistently be version 3.0.0
* avoid duplicative site invocations on reactor modules
* update use of cp command so it works both on linux and mac
* manually skip enforcer plugin during build
* still doing install of all jars due to MJAVADOC-490, but then skip rebuilding during aggregate reports.
* avoid the pager on git-diff by teeing to a log file, which also helps later reviewing in the case of big changesets.

Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Misty Stanley-Jones <misty@apache.org>

 Conflicts:
	hbase-backup/pom.xml
	hbase-spark-it/pom.xml
2018-03-02 09:51:43 -06:00
Michael Stack a2de29560f HBASE-20113 Move branch-2 version from 2.0.0-beta-2-SNAPSHOT to 2.0.0-beta-2 2018-03-01 15:46:38 -08:00
zhangduo b001b1849a HBASE-19964 Addendum retry on major compaction 2018-02-10 20:08:22 +08:00
zhangduo 4d751383fd HBASE-19964 TestWriteHeavyIncrementObserver fails 2018-02-09 18:14:20 +08:00
Michael Stack 90a75fb052 HBASE-19888 Move branch-2 version from 2.0.0-beta-1 to 2.0.0-beta-2-SNAPSHOT 2018-01-29 14:17:54 -08:00
Duo Zhang bbf3bae72a
HBASE-19873 Add a CategoryBasedTimeout ClassRule for all UTs 2018-01-29 12:41:14 -08:00
Mike Drob 64cb777a8a HBASE-19552 find-and-replace thirdparty offset 2017-12-28 12:01:25 -06:00
Chia-Ping Tsai 97f0aad66e HBASE-19626 Rename Cell.DataType to Cell.Type 2017-12-28 12:59:28 +08:00
Michael Stack d6d8369655
HBASE-19648 Move branch-2 version from 2.0.0-beta-1-SNAPSHOT to 2.0.0-beta-1 2017-12-27 14:41:19 -08:00
Peter Somogyi 15ed748286 HBASE-19545 Replace getBytes(StandardCharsets.UTF_8) with Bytes.toBytes
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-27 20:10:50 +08:00
Balazs Meszaros 992b5d8630 HBASE-10092 Move up on to log4j2
Changes:
- replaced commons-logging to slf4j everywhere
- log.XXX(Throwable) calls were replaced with log.XXX(t.toString(), t)
- log.XXX(Object) calls were replaced with log.XXX(Objects.toString(obj))
- log.fatal() calls were replaced with log.error(HBaseMarkers.FATAL, ...)
- programmatic log4j configuration was removed from the unit test

This commit does not affect the current logging configurations, because log4j
is still on the classpath. slf4j-log4j12 binds log4j to slf4j.

Signed-off-by: Michael Stack <stack@apache.org>
2017-12-20 22:58:12 -08:00
Michael Stack 495bedea35
HBASE-19122 Suspect methods on Cell to be deprecated 2017-12-18 15:23:03 -08:00
Mike Drob 23a9059cb2 HBASE-18838 Fix hadoop3 check-shaded-invariants 2017-12-15 13:20:54 -06:00