BELUGA BEHR
d866e7c658
HBASE-19488 Move to using Apache commons CollectionUtils
...
Signed-off-by: Apekshit Sharma <appy@apache.org>
2018-04-04 14:12:19 -07:00
Apekshit Sharma
dcc840e8a5
HBASE-17730 Add documentation to upgrade coprocessors for 2.0
2018-04-04 13:08:22 -07:00
wellington
f574fd4782
HBASE-20305 adding options to skip deletes/puts on target when running SyncTable
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-04-04 12:38:18 -07:00
Michael Stack
8bc723477b
HBASE-20337 Update the doc on how to setup shortcircuit reads; its stale; ADDENDUM
2018-04-04 11:25:25 -07:00
Michael Stack
d60decd959
HBASE-20337 Update the doc on how to setup shortcircuit reads; its stale
2018-04-04 11:20:58 -07:00
Yuki Tawara
0c0fe05bc4
HBASE-20328 Fix local backup master start command in documentation
...
Signed-off-by: Umesh Agashe <uagashe@cloudera.com>
2018-04-04 10:06:19 +02:00
Peter Somogyi
aed7834dd1
HBASE-20256 Document commands that do not work with 1.2 shell
2018-04-04 09:13:14 +02:00
Peter Somogyi
87ab7e712d
HBASE-19890 Canary usage should document hbase.canary.sink.class config
2018-04-04 09:08:31 +02:00
Pankaj Kumar
7abaf22a12
HBASE-20231 Not able to delete column family from a row using RemoteHTable
...
Signed-off-by: Ashish Singhi <ashishsinghi@apache.org>
2018-04-04 10:11:09 +05:30
Ashish Singhi
5937202fd5
HBASE-16499 slow replication for small HBase clusters
...
Signed-off-by: Ashish Singhi <ashishsinghi@apache.org>
2018-04-04 09:54:41 +05:30
Michael Stack
b1b0db3195
HBASE-20298 Doc change in read/write/total accounting metrics
2018-04-03 17:00:43 -07:00
Apekshit Sharma
6318e3bf5f
HBASE-17730 Migration to 2.0 for coprocessors. Upload AsciiDoc for coprocessor design improvements made in HBASE-17732.
2018-04-03 15:47:48 -07:00
Huaxiang Sun
d9e64aa6b8
HBASE-20299 Update MOB in hbase refguide
2018-04-03 13:13:16 -07:00
tedyu
f92fb0affd
HBASE-20224 Web UI is broken in standalone mode - addendum for hbase-spark and hbase-spark-it modules
2018-04-03 11:43:53 -07:00
Michael Stack
bf29a1fee9
HBASE-20329 Add note for operators to refguide on AsyncFSWAL
2018-04-03 08:51:59 -07:00
tedyu
219625233c
HBASE-20224 Web UI is broken in standalone mode - addendum for hbase-endpoint and hbase-rsgroup modules
2018-04-02 17:57:56 -07:00
Michael Stack
c88ca54c16
HBASE-20259 Doc configs for in-memory-compaction and add detail to
...
in-memory-compaction logging
Adds logging of CompactingMemStore configuration on construction.
Add logging of detail about Store on creation including memstore type.
Add chapter to refguide on new in-memory compaction feature.
2018-04-02 09:53:12 -07:00
zhangduo
1e56938757
HBASE-20296 Remove last pushed sequence ids when removing tables from a peer
2018-04-01 21:14:31 +08:00
Jan Hentschel
97b3a04019
HBASE-17631 Changed Canary interval to 60 seconds
2018-04-01 13:03:52 +02:00
Sean Busbey
5a00279c92
HBASE-20323 refresh community section of the ref guide.
...
* remove references to component owners.
* relocate RM info to the community section.
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2018-03-31 14:57:33 -05:00
Peter Somogyi
c8dff328cb
HBASE-20313 Canary documentation is incorrect in reference guide
2018-03-31 12:06:45 +02:00
Mike Drob
d57001ee2d
HBASE-20282 Clean up tooling docs/help
2018-03-30 08:59:47 -07:00
tedyu
e60f34fdb5
HBASE-20159 Support using separate ZK quorums for client - addendum fixes flaky TestSeparateClientZKCluster
2018-03-30 07:19:47 -07:00
michael.jin
53b4507c79
HBASE-20295 fix NullPointException in TableOutputFormat.checkOutputSpecs
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-03-30 07:07:45 -07:00
Vasudevan
cbd8b15e6b
HBASE-20197 Review of ByteBufferWriterOutputStream.java (BELUGA BEHR)
...
Signed-off-by: Vasudevan <ramkrishna.s.vasudevan@gmail.com>
2018-03-30 12:13:41 +05:30
Mike Drob
522b8075f3
HBASE-20314 Precommit build for master branch fails because of surefire fork fails
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2018-03-30 14:18:43 +08:00
Mike Drob
621e2b5f5e
HBASE-20273 Additional removed/changed configs
2018-03-29 11:47:14 -07:00
Sean Busbey
d8b550fabc
HBASE-20308 Dockerfile for test must include git.
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-03-28 18:07:36 -05:00
Yu Li
061a31fad1
HBASE-20159 Support using separate ZK quorums for client
2018-03-29 02:37:26 +08:00
Mike Drob
3b6199a27a
HBASE-20260 Conflict with new upgrade guide ADDENDUM
2018-03-27 20:09:32 -07:00
Umesh Agashe
f7eefaa126
HBASE-20130 (ADDENDUM) Use defaults (16020 & 16030) as base ports when the RS is bound to localhost
...
* fixed shellcheck errors
* modified script to set environment variabless HBASE_RS_BASE_PORT, HBASE_RS_INFO_BASE_PORT to defaults only if its not already set
* modified ref guide for default master ports and setting environment variables HBASE_RS_BASE_PORT, HBASE_RS_INFO_BASE_PORT for supporting more than 10 instances for region server on localhost.
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-03-27 21:24:12 -05:00
Michael Stack
0adcb40963
HBASE-13884 Fix Compactions section in HBase book
2018-03-27 17:40:35 -07:00
Josh Elser
69f5d707b6
HBASE-20199 Add a unit test to verify flush and snapshot permission requirements aren't excessive
...
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
Signed-off-by: Michael Stack <stack@apache.org>
2018-03-27 20:17:08 -04:00
Zach York
09ed7c7a10
HBASE-20280 Fix possibility of deadlocking in refreshFileConnections
...
When prefetch on open is specified, there is a deadlocking case
where if the prefetch is cancelled, the PrefetchExecutor interrupts
the threads if necessary, when that happens in FileIOEngine, it
causes an ClosedByInterruptException which is a subclass of
ClosedChannelException. If we retry all ClosedChannelExceptions,
this will lock as this access is expected to be interrupted.
This change removes calling refreshFileConnections for
ClosedByInterruptExceptions.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2018-03-27 16:53:01 -07:00
Daniel Vimont
eb424ac5f4
HBASE-16568 Remove Cygwin-oriented instructions (for installing HBase in Windows OS) from official reference materials
2018-03-27 16:38:27 -07:00
Rajeshbabu Chintaguntla
d87139989f
HBASE-20111 A region's splittable state now includes the configuration splitPolicy
...
The Master asks a RegionServer whether a Region can be split or not, primarily to
verify that the region is not closing, opening, etc. This change has the RegionServer
also consult the configured RegionSplitPolicy.
Signed-off-by: Josh Elser <elserj@apache.org>
2018-03-27 18:42:49 -04:00
tedyu
19d7bdcb4a
HBASE-20224 Web UI is broken in standalone mode - addendum for hbase-archetypes module
2018-03-27 13:51:44 -07:00
Artem Ervits
a7609bb3cd
HBASE-20291 Fix The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT missing with hadoop 3 profile
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-03-27 08:33:17 -07:00
Toshihiro Suzuki
2a2258656b
HBASE-20292 Wrong URLs in the descriptions for update_all_config and update_config commands in shell
2018-03-27 09:30:50 +02:00
zhangduo
056c3395d9
HBASE-20285 Delete all last pushed sequence ids when removing a peer or removing the serial flag for a peer
2018-03-27 12:20:51 +08:00
Josh Elser
15c398f7d2
HBASE-20223 Update to hbase-thirdparty 2.1.0
...
Remove commons-cli and commons-collections4 use. Account
for the newer internal protobuf version of 3.5.1.
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-03-26 22:05:19 -04:00
Vladimir Rodionov
64ef120808
HBASE-19258 IntegrationTest for Backup and Restore
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-03-26 15:46:30 -07:00
Toshihiro Suzuki
ff5250ca2b
HBASE-20229 ConnectionImplementation.locateRegions() returns duplicated entries when region replication is on
2018-03-26 15:09:20 -07:00
Sean Busbey
5b2d2de8f9
HBASE-20288 upgrade doc should call out removal of DLR.
...
Signed-off-by: Michael Stack <stack@apache.org>
2018-03-26 16:45:32 -05:00
Yuki Tawara
4cedd9914b
HBASE-20289 Fix comparator for NormalizationPlan
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-03-26 14:30:25 -07:00
Umesh Agashe
a73f4d84a0
HBASE-20130 Use defaults (16020 & 16030) as base ports when the RS is bound to localhost
...
Base ports are changed to defaults 16020 & 16030 when RS binds to localhost. This is mostly used in pseudo distributed mode.
2018-03-26 14:11:20 -07:00
tedyu
b30ff8196a
HBASE-20224 Web UI is broken in standalone mode - addendum for hbase-backup module
2018-03-26 12:23:47 -07:00
Peter Somogyi
4428169542
HBASE-20254 Incorrect help message for merge_region
2018-03-26 19:52:10 +02:00
Reid Chan
83fa0ad9ed
HBASE-20095 Redesign single instance pool in CleanerChore
2018-03-26 12:48:31 -05:00
Mike Drob
6a5c14b227
HBASE-20260 Remove old content from book
2018-03-26 11:29:48 -05:00