Nick Dimiduk
|
ffb2359146
|
HBASE-24013 Bump branch-2 version to 2.4.0-SNAPSHOT (#1309)
Increment version in poms with
```
$ mvn org.codehaus.mojo:versions-maven-plugin:2.7:set -DnewVersion=2.4.0-SNAPSHOT -DgenerateBackupPoms=false
```
Verified no dangling references with
```
$ find . -iname '*pom.xml' -exec grep -n '2.3.0-SNAPSHOT' {} +
```
Verified build with
```
$ JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home mvn clean package -DskipTests
$ JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home mvn clean package -DskipTests -Dhadoop.profile=3.0
```
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
|
2020-03-19 08:01:43 -07:00 |
Duo Zhang
|
7eeb6a0815
|
HBASE-23077 move entirely to spotbugs (#1265)
Signed-off-by: Sean Busbey <busbey@apache.org>
|
2020-03-12 11:42:23 +08:00 |
Toshihiro Suzuki
|
1ad28a6f40
|
HBASE-23165 [hbtop] Some modifications from HBASE-22988 (#987)
Signed-off-by: stack <stack@apache.org>
|
2020-01-11 21:22:14 +09:00 |
Ankit Singhal
|
6e6c7b3c2d
|
HBASE-23065 [hbtop] Top-N heavy hitter user and client drill downs
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
Signed-off-by: Josh Elser <elserj@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2019-12-22 20:13:50 -08:00 |
Toshihiro Suzuki
|
a8cdee6122
|
HBASE-11062 hbtop (addendum - fix error-prone errors)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
|
2019-09-09 10:34:23 +09:00 |
Toshihiro Suzuki
|
d17cbe183c
|
HBASE-11062 hbtop (addendum - fix hbase-hbtop/pom.xml) (#476)
|
2019-09-07 16:43:01 +09:00 |
Toshihiro Suzuki
|
345455a3db
|
HBASE-11062 hbtop (#476)
Signed-off-by: Stack <stack@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Josh Elser <elserj@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2019-09-07 14:17:59 +09:00 |