Michael Stack
b49ec58073
HBASE-23779 Up the default fork count; make count relative to CPU count ( #1108 )
...
Set the fork count for first and second parts to be 0.5C. Add a bit of
doc too on this as well as some qualification on our test categories.
Also adds -T0.5C to MAVEN_ARGS in the hbase personality.
2020-02-05 11:09:44 -08:00
Josh Elser
70699365ad
HBASE-23774 Add the user-zh mailing list
2020-01-31 19:33:59 -05:00
Josh Elser
8b00f9f0b1
HBASE-17115 Define UI admins via an ACL
...
The Hadoop AccessControlList allows us to specify admins of the webUI
via a list of users and/or groups. Admins of the WebUI can mutate the
system, potentially seeing sensitive data or modifying the system.
hbase.security.authentication.spnego.admin.users is a comma-separated
list of users who are admins.
hbase.security.authentication.spnego.admin.groups is a comma-separated
list of groups whose membership are admins. Either of these
configuration properties may also contain an asterisk (*) which denotes
"any entity" (e.g user, group).
Previously, when a user was denied from some endpoint that was
designated for admins, they received an HTTP/401. In this case, it is
more correct to return HTTP/403 as they were correctly authenticated,
but they were disallowed from fetching the given resource. This commit
incorporates this change.
hbase.security.authentication.ui.config.protected also exists for users
who have sensitive information stored in the Hadoop service
configuration and want to limit access to this endpoint. By default,
the Hadoop configuration endpoint is not protected and any
authenticated user can access it.
The test is based off of work by Nihal Jain in HBASE-20472.
Co-authored-by: Nihal Jain <nihaljain.cs@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
2020-01-29 16:36:55 -05:00
Geoffrey Jacoby
2d6bb81dff
HBASE-23710 - Priority configuration for system coprocessors ( #1077 )
...
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-01-23 16:23:28 -08:00
Peter Somogyi
11b7ecb3af
HBASE-23719 Add 1.5.0 release to Downloads ( #1083 )
...
Signed-off-by: Jan Hentschel <janh@apache.org>
2020-01-22 15:46:37 +01:00
Michael Stack
2ed81c645b
HBASE-20516 Offheap read-path needs more detail ( #1081 )
...
Signed-off-by: Anoop Sam John <anoopsamjohn@apacher.org>
2020-01-21 19:08:27 -08:00
Michael Stack
9e4323171a
HBASE-23690 Checkstyle plugin complains about our checkstyle.xml format; doc how to resolve mismatched version ( #1044 )
...
Signed-off-by: Jan Hentschel <janh@apache.org>
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
2020-01-17 14:51:25 -08:00
Peter Somogyi
c4395b52c9
HBASE-23703 Add HBase 2.2.3 documentation to website ( #1059 )
...
Signed-off-by: Jan Hentschel <janh@apache.org>
2020-01-17 16:31:13 +01:00
Guanghao Zhang
c1ba3bfa12
HBASE-23691 Add 2.2.3 to download page ( #1045 )
...
Signed-off-by: Jan Hentschel <janh@apache.org>
2020-01-15 17:49:48 +08:00
Nick Dimiduk
8cd6410128
HBASE-23688 Update docs for setting up IntelliJ as a development environment ( #1041 )
...
Signed-off-by: stack <stack@apache.org>
2020-01-14 22:25:18 -08:00
Bharath Vissapragada
4e60583b5a
HBASE-23689: Bookmark for github PR to jira redirection ( #1042 )
...
Signed-off-by: stack <stack@apache.org>
2020-01-14 22:19:19 -08:00
Beata Sudi
0587cf331a
HBASE-23654 Adding Apache Trafodion and EsgynDB to 'Powered by Apache HBase' page
...
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Jan Hentschel <janh@apache.org>
2020-01-09 15:36:24 +01:00
Beata Sudi
5a7c9443e9
HBASE-22908 Link To HBase 1.4 Documentation on HBase Site ( #993 )
...
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2020-01-07 08:46:08 -06:00
Manu Manjunath
2a4bd0574b
HBASE-23629: Add to 'Supporting Projects' in site ( #976 )
...
* Update supportingprojects.xml
Signed-off-by: Jan Hentschel <janh@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-01-02 13:38:58 +05:30
Viraj Jasani
e32dbe8ed2
HBASE-23590 : Update maxStoreFileRefCount to maxCompactedStoreFileRefCount for auto region recovery based on old reader references
...
Signed-off-by: Anoop Sam John <anoopsamjohn@apache.org>
2020-01-01 22:16:54 +05:30
Sean Busbey
17e180e4ee
HBASE-23549 Document steps to disable MOB for a column family ( #928 )
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Josh Elser <elserj@apache.org>
2019-12-16 12:48:27 -06:00
Sean Busbey
bc2f162749
HBASE-23239 Reporting on status of backing MOB files from client-facing cells ( #785 )
...
* Adds a new MapReduce job that builds a report of health of mob files
* Also builds background information on mob system use
* add a basic mob architecture in the ref guide to explain how mob takes the reference hfile value and finds the actual cell contents
* add a troubleshooting mob section to the ref guide to explain how to do a mob reference scan.
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-12-16 12:48:17 -06:00
Michael Stack
2d76457577
HBASE-23570 Point users to the async-profiler home page if diagrams are coming up blank ( #937 )
2019-12-12 16:51:04 -08:00
Duo Zhang
f2f01ffe98
HBASE-23357 Add 2.1.8 to download page ( #892 )
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-12-04 17:46:34 +08:00
Sean Busbey
25d83c1aa7
HBASE-23323 Update downloads page for Apache HBase 1.4.12. ( #886 )
...
Signed-off-by: stack <stack@apache.org>
2019-11-30 17:42:38 -06:00
Mingliang Liu
8bfdfe1b85
HBASE-23289 Update links to Hadoop wiki in book and code
...
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
2019-11-18 08:58:07 -08:00
Udai Bhan Kashyap
b5e8727617
HBASE-22969 A new binary component comparator(BinaryComponentComparator) to perform comparison of arbitrary length and position ( #829 )
...
Signed-off-by: Balazs Meszaros <meszibalu@apache.org>
2019-11-18 13:28:06 +01:00
Mingliang Liu
1d6f50fd86
HBASE-23284 Fix Hadoop wiki link in Developer guide to "Distributions and Commercial Support"
...
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
2019-11-13 10:17:19 -08:00
Daisuke Kobayashi
2c1d500828
HBASE-23268 Remove disable/enable ops from doc when altering schema
...
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
2019-11-08 10:47:08 +00:00
Nick Dimiduk
34d5b3bf05
HBASE-23272 Fix link in Developer guide to "code review checklist" ( #805 )
...
Signed-off-by: stack <stack@apache.org>
2019-11-07 15:34:37 -08:00
Viraj Jasani
10cc64a7d6
HBASE-23212 : Dynamically reload configs for Region Recovery chore ( #773 )
...
* HBASE-23212 : Dynamically reload configs for Region Recovery chore
* remove redundant volatile
2019-11-04 11:36:38 -08:00
Duo Zhang
d7deafa120
HBASE-23216 Add 2.2.2 to download page ( #758 )
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-10-26 22:45:33 +08:00
Sean Busbey
50dc288875
HBASE-22991 add HBase 1.4.11 to the downloads page.
...
closes #756
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2019-10-25 18:01:58 -05:00
Sakthi
65ee17086a
HBASE-23012 Addendum - Update 1.3.6 Release date in the downloads page
2019-10-24 11:05:33 -07:00
Viraj Jasani
14dcf1d0c6
HBASE-22460 : Reopen regions with very high Store Ref Counts ( #600 )
...
Signed-off-by Anoop Sam John <anoopsamjohn@apache.org>
2019-10-23 21:16:47 +05:30
Sakthi
6e9673852a
HBASE-23012 Add HBase 1.3.6 to the downloads page ( #738 )
2019-10-21 12:34:32 -07:00
Duo Zhang
d8ea42cb3a
HBASE-23130 Add 2.1.7 to download page ( #697 )
...
Signed-off-by: meiyi <myimeiyi@gmail.com>
2019-10-08 14:10:14 +08:00
Toshihiro Suzuki
8859651f16
HBASE-22986 Add documentation for hbtop ( #693 )
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-10-08 13:24:22 +09:00
stack
1366c4d393
HBASE-23106 WAL tools doc cleanup; talk of WAL Reader/Verifier; link WALPlayer
2019-10-06 21:11:10 -07:00
Sean Busbey
52f5a85bfc
HBASE-22968 Update website for branch-2.0 EOL ( #659 )
...
* Remove from downloads
* Remove nav menu item
* Remove from compat ref guide
* Remove from list of release managers
Signed-off-by: stack <stack@apache.org>
2019-09-24 12:51:15 -05:00
Peter Somogyi
90c8f5e32f
HBASE-22956 Add hbase-operator-tools 1.0.0 to downloads ( #658 )
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-09-24 15:45:13 +02:00
Joey
fe74e6e3ac
HBASE-23030 Update completebulkload hadoop jar usage in related doc ( #630 )
...
Signed-off-by: stack <stack@apache.org>
2019-09-17 09:39:23 -07:00
Guanghao Zhang
1ae6cccef4
HBASE-23028 Add 2.2.1 to download page ( #629 )
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-09-17 07:58:50 +08:00
Nick Dimiduk
3583ef7476
HBASE-23022 Downloads page archive link should be https ( #622 )
...
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit a048630763
)
2019-09-13 21:40:40 -05:00
Sean Busbey
96580331e1
Revert "Downloads page archive link should be https"
...
bad commit message
This reverts commit a048630763
.
2019-09-13 21:39:45 -05:00
Nick Dimiduk
a048630763
Downloads page archive link should be https
2019-09-13 14:21:49 -07:00
Viraj Jasani
1dcc8ee50c
HBASE-22760 : Pause/Resume/Query Snapshot Auto Cleanup Activity ( #617 )
2019-09-13 10:34:01 +05:30
stack
018396d84c
HBASE-22859 [HBCK2] Fix the orphan regions on filesystem
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Add section to the bulk load complete tool on how it can be
used 'adopting' stray 'orphan' data turned up by hbck2 or
the new reporting facility in the Master UI.
Did a cleanup of BulkLoadHFileTool mostly around usage
pointing back to this new documentation.
2019-09-09 08:47:30 -07:00
ravowlga123
8e8bd8b254
HBASE-22893 Change the comment in HBaseClassTestRule to reflect change in default test timeouts (addendum, changes in the book)
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-09-02 17:26:41 +08:00
ravowlga123
a5ef6b287c
HBASE-20688 Refguide has HBase Backup section and a chapter named Backup and Restore; neither refers to the other ( #562 )
...
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
Signed-off-by: stack <stack@duboce.net>
2019-09-01 11:27:34 -07:00
Duo Zhang
ee5cf0d209
HBASE-22959 Add 2.1.6 to download page ( #567 )
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-08-31 21:03:52 +08:00
stack
504fc52187
HBASE-22625 documet use scan snapshot feature ( #496 )
...
Fix feedback from Clay Baenziger.
Signed-off-by: Clay Baenziger <cwb@clayb.net>
2019-08-23 15:55:09 -07:00
stack
04feab97e0
HBASE-22625 documet use scan snapshot feature ( #496 )
...
Addendum adding Zheng Hu feedback.
2019-08-23 15:23:39 -07:00
meiyi
3b16ae2720
HBASE-22625 documet use scan snapshot feature ( #496 )
...
Signed-off-by: Zheng Hu <openinx@gmail.com>
2019-08-23 15:04:53 -07:00
Itsuki Toyota
767bb15112
HBASE-22898 [DOC] HBaseContext doesn't have hBaseRDD method
...
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2019-08-22 18:51:00 +02:00