Commit Graph

2930 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
Shuai Lin 7903f55c18 HBASE-22873 Typo in block caching docs
Signed-off-by: Reid Chan <reidchan@apache.org>
2019-08-17 19:10:46 +08:00
stack 53db390f60 HBASE-22854 Remove +x shell spew from do-release-*.sh create-release scripts 2019-08-14 10:05:41 -07:00
Wellington Chevreuil 8c1edb3bba HBASE-22837 Move Custom WAL Directory section from Bulk Loading to Write Ahead Log chapter 2019-08-13 10:32:41 +01:00
Pankaj b83d0c035f HBASE-22628 [Addendum] Document the custom WAL directory (hbase.wal.dir) usage
Signed-off-by: Reid Chan <reidchan@apache.org>
2019-07-25 15:11:14 +08:00
Pankaj 7ebf80fe1d HBASE-22628 Document the custom WAL directory (hbase.wal.dir) usage
Signed-off-by Reid Chan <reidchan@apache.org>
2019-07-24 10:45:45 +08:00
Peter Somogyi b6d4529102 HBASE-22720 Incorrect link for hbase.unittests
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2019-07-23 13:55:59 +02:00
Viraj Jasani 9615c644f5 HBASE-22648 Snapshot TTL (#371)
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-07-22 15:03:44 -07:00
stack 2afd5d05d4 HBASE-22685 Add to migration doc that meta should be healthy before upgrade 2019-07-17 15:03:26 -07:00
毛蛤丝 54b514d62a HBASE-22700:incorrect timeout in recommended ZooKeeper configuration
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-07-17 22:08:52 +08:00
Wellington Chevreuil 72e58a8fed HBASE-21462 Add note for CopyTable section explaining it does not perform a diff, but a full write from source to target
Signed-off-by: Josh Elser <elserj@apache.org>
2019-07-16 18:39:01 +01:00
Mate Szalay-Beko e5f05bf119 HBASE-21606 document meta table load metrics
Closes #369

Signed-off-by: Xu Cang <xcang@apache.org>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-07-15 11:08:58 -05:00
Jan Hentschel 380f80f316
HBASE-22689 Added line breaks for fix version in JIRA
Signed-off-by: stack <stack@apache.org>
2019-07-14 17:15:34 +02:00
syedmurtazahassan c5f879483d HBASE-19230 Write up fixVersion policy from dev discussion in refguide
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2019-07-13 18:00:44 +02:00
Dequan Chen 4e46093a9a HBASE-7129 Rest Documentation for check-and operations.
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-07-12 16:19:17 -05:00
Murtaza Hassan cc62cb81fb HBASE-22604 fix the link in the docs to "Understanding HBase and BigTable" by Jim R. Wilson
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-07-03 08:52:32 -05:00
openinx 0198868531
HBASE-20060 Add details of off heap memstore into book. (#334) 2019-06-26 14:58:34 +08:00
openinx 2e414360bd HBASE-22547 Align the config keys and add document for offheap read in HBase Book. (#301) 2019-06-24 10:25:34 +08:00
Mingliang Liu 6d08ffcfc6
HBASE-21284 Default limits for PressureAwareCompactionThroughputController are too low
This is a forward port HBASE-21000 from branch-1.

Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-06-20 12:44:01 -07:00
Mingliang Liu 6a068da4dc HBASE-22605 Ref guide includes dev guidance only applicable to EOM versions
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-06-20 09:12:30 -05:00
TAK LON WU 863b7b9412 HBASE-22395 Document RC voting guidelines in ref guide
closes #297

Signed-off-by: Sean Busbey <busbey@apache.org>
2019-06-12 22:11:37 -05:00
Josh Elser 853e586d0f HBASE-22566 Update the 2.x upgrade chapter to include default compaction throughput limits
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-06-12 15:48:39 -04:00
stack 8745d5e7e8 HBASE-21935 Replace make_rc.sh with customized spark/dev/create-release
These scripts came originally from spark [1]. They were then
modified to suit hbase context. Supercedes the old
../make_rc.sh script because what is here is more comprehensive
doing more steps of the RM process as well as running in a
container so the RM build environment can be a constant.

It:
 * Tags release
 * Updates RELEASENOTES.md and CHANGES.md.
 * Sets version to the release version
 * Sets version to next SNAPSHOT version.
 * Builds, signs, and hashes all artifacts.
 * Generates the API report.
 * Pushes release tgzs to the dev dir in a apache dist.
 * Pushes to repository.apache.org staging.
 * Generates a vote email with filled-in fields.

The entry point is the do-release-docker.sh script. Pass -h to
see available options. For example, running below will do all
steps above using the 'rm' dir under Downloads as workspace:

 $ ./do-release-docker.sh  -d ~/Downloads/rm

1. https://github.com/apache/spark/tree/master/dev/create-release

Signed-off-by: Peter Somogyi <psomogyi@cloudera.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-06-12 07:53:49 -07:00
Wellington Chevreuil 8b989fdfa1 HBASE-22495 Update SyncTable section, explaining from which specific minor versions doDeletes/doPuts is available 2019-06-08 18:25:23 +01:00
stack 4d4f4ee4d1 HBASE-22549 Document how to re-run github PR checks
Signed-off-by: Peter Somogyi <psomogyi@cloudera.com>
2019-06-06 11:46:13 -07:00
zhangduo aacacc5cce HBASE-22501 Modify the hadoop support matrix in the ref guide 2019-06-04 11:28:08 +08:00
Sean Busbey 51c49a1784 HBASE-22497 Mark HBase 1.2 line as EOM
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-06-03 06:55:58 -05:00
Norbert Kalmar b4dc778c3b HBASE-22311 - Update community docs to recommend use of "Co-authored-by" in git commits 2019-05-27 17:24:57 +02:00
Biju Nair 91ccb22d32
HBASE-22443 Add hbase-vote script details to documentation
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-05-20 15:00:45 -07:00
Murtaza Hassan c80f2ad276 HBASE-22226 Incorrect level for headings in asciidoc 2019-05-19 21:25:34 +02:00
Jan Hentschel fde025112b HBASE-22384 Fixed formatting issues in administration section of book 2019-05-14 18:30:01 +02:00
Sean Busbey feee97fffb HBASE-22405 Update Ref Guide for EOL of Hadoop 2.7
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-05-13 13:14:44 -05:00
Artem Ervits 420fbba6ae HBASE-21536 Fix completebulkload usage instructions
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-05-10 09:53:51 +02:00
Jan Hentschel ba235c93a5 HBASE-22379 Fixed Markdown in 'Voting on Release Candidates' section 2019-05-08 16:59:42 +02:00
Jan Hentschel 70296a2e78 HBASE-22341 Extended the documentation for deprecating APIs 2019-04-30 21:45:07 +02:00
Sakthi e44fe4964a HBASE-22054: Space Quota: Compaction is not working for super user in case of NO_WRITES_COMPACTIONS
Signed-off-by: Josh Elser <elserj@apache.org>
2019-04-30 12:18:21 -04:00
Andrew Purtell 9743b3c70d
HBASE-22321 Add 1.5 release line to the Hadoop supported versions table
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-04-29 13:43:42 -07:00
Wellington Chevreuil b306bdfa60 HBASE-21502 - Update SyncTable description on ref guide
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-04-25 14:03:59 -05:00
Sayed Anisul Hoque e39f7dc930 HBASE-22299 Documentation has incorrect default number of versions (#187) 2019-04-24 16:16:30 +02:00
meiyi 94d9dc1e84 HBASE-22084 Rename AccessControlLists to PermissionStorage
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-04-12 14:18:09 +08:00
Wei-Chiu Chuang ad81d25a8b HBASE-22173 Update doc on integration tests
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-04-08 15:16:13 +02:00
subrat.mishra f22b8ade63 HBASE-22053 Addendum changed zookeeper version from 3.3.3 to 3.4.10. 2019-03-28 08:09:47 -07:00
subrat.mishra 03296663c1 HBASE-20755 quickstart note about Web UI port changes in ref guide corrected. 2019-03-28 08:07:18 -07:00
Zheng Wang e46dc61569 HBASE-21918 the use cases in doc should use Cell instead of KeyValue
Signed-off-by: Xu Cang <xcang@salesforce.com>
Signed-off-by: stack <stack@apache.org>
2019-03-27 08:49:10 -07:00
William Shen 9e273b3f3e HBASE-22092 Typo in block cache monitoring documentation 2019-03-27 08:37:16 -07:00
William Shen 4c1765f1d5 HBASE-22092 Typo in block cache monitoring documentation 2019-03-27 08:37:16 -07:00
subrat.mishra 53f449c47e HBASE-22053 Changed zookeeper URL from http://hadoop.apache.org to https://zookeeper.apache.org Replaced version 3.1.1 with 3.3.3 as 3.1.1 is deprecated.
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
2019-03-28 00:30:54 +09:00
Andrew Purtell 6cd78e899f
HBASE-21926 Profiler servlet 2019-03-17 18:48:12 -07:00
Sean Busbey 3d269cb37a HBASE-22010 Upgrade to 2.2 section header can't use spaces.
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-03-08 10:57:47 -06:00
ramkrishna fd6bc5d900 HBASE-21874 Bucket cache on Persistent memory
Signed-off-by: Anoop John <anoop.hbase@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 763202d48e)
2019-03-07 08:50:08 -06:00
Sean Busbey d9793c311c Revert "HBASE-21874 Bucket cache on Persistent memory"
This reverts commit 763202d48e.

bad signed-off-by line
2019-03-07 08:49:41 -06:00
ramkrishna 763202d48e HBASE-21874 Bucket cache on Persistent memory
Signed-off-by: Anoop John <anoop.hbase@gmail.com>, Sean Busbey
<busbey@apache.org>
2019-03-06 22:37:54 +05:30
Gokul b801fc66df HBASE-20754 [documentation] quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-03-06 09:47:13 -06:00
Guanghao Zhang 3bd7f8424b HBASE-21992 Add release manager for 2.2 in ref guide 2019-03-05 13:37:10 +08:00
Guanghao Zhang f8e84ca164 HBASE-21970 Document that how to upgrade from 2.0 or 2.1 to 2.2+ 2019-03-02 13:19:55 +08:00
Michael Stack e65744a813 HBASE-21450 [documentation] Point spark doc at hbase-connectors spark
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-02-27 19:47:01 -08:00
Jingyun Tian f38223739f HBASE-21730 Update HBase-book with the procedure based WAL splitting 2019-02-22 13:12:42 -08:00
Peter Somogyi 9af8d58d4a HBASE-21667 Move to latest ASF Parent POM
Signed-off-by: Josh Elser <elserj@apache.org>
2019-02-22 12:19:44 +01:00
Sakthi 64c32720d6 HBASE-21794 Update the Coprocessor observer example given in section 111.1 of the ref guide.
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-02-01 10:23:29 -06:00
Wellington Chevreuil 8018a7a46b HBASE-21790 - Detail docs on ref guide for CompactionTool
Change-Id: I5d60d177d562d94296b278297dcbf2f5a9eba0ae
2019-01-27 20:37:22 -08:00
Sakthi 7b867a9d1d HBASE-21741: Add a note in "HFile Tool" section regarding 'seqid=0'
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-01-25 10:38:58 +01:00
Sakthi 3d23490e88 HBASE-21737 Fix typos in "Appendix A: HFile format" section in the doc
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-01-17 22:26:54 -06:00
Peter Somogyi 51c58e083c HBASE-21727 Simplify documentation around client timeout
Signed-off-by: Michael Stack <stack@apache.org>
2019-01-16 11:32:46 +01:00
Peter Somogyi 400276e3ec HBASE-21711 Remove references to git.apache.org/hbase.git 2019-01-16 10:02:13 +01:00
Peter Somogyi 2b5b190882 HBASE-21295 Update compatibility matrices
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-01-11 14:25:22 +01:00
Peter Somogyi 9158792265 HBASE-21685 Change repository urls to Gitbox
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-01-09 19:01:06 +01:00
Josh Elser 7d6ce3569d HBASE-21091 Update Hadoop and Java "supported" versions tables
Amending-Author: Peter Somogyi <psomogyi@apache.org>
2019-01-08 15:49:24 +01:00
Wei-Chiu Chuang c552088877 HBASE-14939 Document bulk loaded hfile replication
Signed-off-by: Ashish Singhi <ashishsinghi@apache.org>
2018-12-26 20:14:18 +05:30
stack da9508d427 HBASE-21567 Allow overriding configs starting up the shell
Adds support for -D as option to 'hbase shell'
2018-12-08 15:08:19 -08:00
Guanghao Zhang 1e65bd5cf9 HBASE-21549 Add shell command for serial replication peer 2018-12-07 10:10:13 +08:00
utf7 a819875939 HBASE-21460 correct Document Configurable Bucket Sizes in bucketCache
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-11-15 07:52:42 -08:00
Roland Teague 2153d2c0c4 HBASE-21411 document the snapshot metric data that is shown in HBase Master Web UI
Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
2018-11-08 08:57:00 -06:00
Wellington Chevreuil 7997c5187f HBASE-15557 Add guidance on HashTable/SyncTable to the RefGuide
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-11-07 08:23:15 -06:00
tedyu 82ce149601 HBASE-21381 Document the hadoop versions using which backup and restore feature works (liubang) 2018-11-05 18:59:44 -08:00
Michael Stack 3a7412d0af
HBASE-21383 Change refguide to point at hbck2 instead of hbck1
Removes the hbck1-in-depth index. Adds small section on hbck2 and
has all hbck talk defer to it.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
2018-10-25 21:08:20 -07:00
Mike Drob bc7628a8c3
HBASE-21073 Redo concept of maintenance mode
Instead of being an ephemeral state set by hbck, maintenance mode is now
an explicit toggle set by either configuration property or environment
variable. In maintenance mode, master will host system tables and not
assign any user-space tables to RSs. This gives operators the ability to
affect repairs to meta table with fewer moving parts.
2018-10-18 16:27:53 -05:00
Michael Stack 8cc56bd18c
HBASE-21320 [canary] Cleanup of usage and add commentary
Signed-off-by: Peter Somogyi <psomogyi@cloudera.com>
2018-10-16 22:20:00 -07:00
Reid Chan 5a672b9da9 HBASE-21148 [Docs] Some errors in section#Security Configuration Example of hbase book 2018-09-06 10:37:08 +08:00
Mike Drob cc414bdeab HBASE-18974 flesh out guidance for contributors to ref guide.
* New "Becoming a committer" section
* Clean up some related documentation around contributing.

Co-authored-by: Misty Stanley-Jones <misty@apache.org>
Ammending-Author: Misty Stanley-Jones <misty@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2018-09-05 15:14:52 -05:00
Sean Busbey 23d54f8587 HBASE-21074 JDK7 builds need to be done with TLSv1.2.
* for master and branches-2 we skip the jdk7 stuff

Signed-off-by: Michael Stack <stack@apache.org>
2018-08-21 09:14:48 -05:00
Michael Stack 695182bfe3 HBASE-20512 document change to running tests on secure clusters
Signed-off-by: Tak Lon (Stephen) Wu
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-08-11 11:19:57 -07:00
brandboat 699ea4c7d0 HBASE-21012 Revert the change of serializing TimeRangeTracker
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: zhangduo <zhangduo@apache.org>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2018-08-11 22:17:04 +08:00
Sahil Aggarwal 86821dee22 HBASE-20753 fix the email address for security related issues in docs
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-08-10 10:29:36 -05:00
brandboat 28635d6101 HBASE-18201 add UT and docs for DataBlockEncodingTool
Signed-off-by: Reid Chan <reidchan@apache.org>
2018-08-10 11:15:50 +08:00
Mingliang Liu 3f5033f88e HBASE-21026 Fix Backup/Restore command usage bug in book
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-08-08 12:01:32 -07:00
Michael Stack 78164efcf4 Revert "HBASE-20937 Update the support matrix in our ref guide about recent hadoop releases"
Revert. Need discuss on mailing list first.

This reverts commit 1b28903b7b.
2018-08-01 21:07:37 -07:00
Daisuke Kobayashi 9b06361a5a HBASE-20550 Document about MasterProcWAL
Signed-off-by: Michael Stack <stack@apache.org>
2018-08-01 13:33:34 -07:00
TAK LON WU 1d0fca370b HBASE-20856 PITA having to set WAL provider in two places
With this change if hbase.wal.meta_provider is not explicitly set,
it uses whatever set with hbase.wal.provider. this change avoids a use
case of unexpectedly using two different providers when only
hbase.wal.provider is set to non-default but not hbase.wal.meta_provider.

This change also include document (architecture.adoc) update

Signed-off-by: Zach York <zyork@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Duo Zhang <Apache9@apache.org>
2018-08-01 11:29:15 -07:00
Michael Stack 1b28903b7b HBASE-20937 Update the support matrix in our ref guide about recent hadoop releases
Signed-off-by: zhangduo <zhangduo@apache.org>
2018-08-01 08:25:02 -07:00
Reid Chan a8e184dc77 HBASE-20886 [Auth] Support keytab login in hbase client
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-07-31 11:04:40 +08:00
Josh Elser 803b62f0b2 HBASE-20977 Avoid using the word "snapshot" when defining HBase Snapshots
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-07-30 18:12:39 -04:00
Sahil Aggarwal c075f33fc7 HBASE-20731: fix incorrect snapshot folders path in documentation
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2018-07-30 11:04:46 +02:00
Peter Somogyi ba5d1c1f28 HBASE-20649 Validate HFiles do not have PREFIX_TREE DataBlockEncoding
Amending-Author: Balazs Meszaros <balazs.meszaros@cloudera.com>

Signed-off-by: Sean Busbey <busbey@apache.org>
2018-07-25 09:00:00 -05:00
Wei-Chiu Chuang e44f506694 HBASE-20873 Update doc for Endpoint-based Export
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2018-07-25 10:38:12 +08:00
Reid Chan 4613f3e8c7 HBASE-20401 Make MAX_WAIT and waitIfNotFinished in CleanerContext configurable (Contributed by Stephen Wu) 2018-07-23 10:30:01 +08:00
Mohit Goel 950d6e6fb0 HBASE-6028 Start/Stop compactions at region server level
Add switching on/off of compactions.

Switching off compactions will also interrupt any currently ongoing compactions.
Adds a "compaction_switch" to hbase shell. Switching off compactions will
interrupt any currently ongoing compactions. State set from shell will be
lost on restart. To persist the changes across region servers modify
hbase.regionserver.compaction.enabled in hbase-site.xml and restart.

Signed-off-by: Umesh Agashe <uagashe@cloudera.com>
Signed-off-by: Michael Stack <stack@apache.org>
2018-07-19 06:20:44 -07:00
Balazs Meszaros ad5b4af2c4
HBASE-20833 Modify pre-upgrade coprocessor validator to support table level coprocessors
- -jar parameter now accepts multiple jar files and directories of jar files.
- observer classes can be verified by -class option.
- -table parameter was added to check table level coprocessors.
- -config parameter was added to obtain the coprocessor classes from
  HBase cofiguration.
- -scan option was removed.

Signed-off-by: Mike Drob <mdrob@apache.org>
2018-07-09 11:00:36 -05:00
zhangduo 3e7f724837 HBASE-20843 Add release manager for 2.1 in ref guide 2018-07-04 16:33:13 +08:00
zhangduo 4aae55fba0 HBASE-20841 Add note about the limitations when running WAL against the recent versions of hadoop 2018-07-04 16:26:43 +08:00
Mike Drob 79e960f4ee HBASE-20502 Document necessity of YARN-7190 and non-production for Hadoop 3.1.0
Amending-Author: Sean Busbey <busbey@apache.org>

Signed-off-by: zhangduo <zhangduo@apache.org>
2018-07-04 15:38:17 +08:00
zhangduo 7c5188f39e HBASE-20830 Document that region replica does not work well with AMv2 2018-07-02 17:25:30 +08:00
tedyu 85b41f36e0 HBASE-20357 AccessControlClient API Enhancement - addendum for ACL Matrix (Pankaj Kumar) 2018-06-28 23:25:08 -07:00
huzheng 9a2c71b2c2 HBASE-20393 Operational documents for synchromous replication
Signed-off-by: zhangduo <zhangduo@apache.org>
2018-06-28 18:08:43 +08:00
zhangduo 32ee0eaf4b HBASE-20788 Write up a doc about how to rolling upgrade from 1.x to 2.x 2018-06-27 18:52:05 -07:00
Artem Ervits d1cad1a254
HBASE-18269 Jython docs out of date
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-06-20 09:42:38 -07:00
Thiriguna Bharat Rao 9bd98522f6 HBASE-20369 Document incompatibilities between HBase 1.x and HBase 2.0
Signed-off-by: Josh Elser <elserj@apache.org>
2018-06-19 13:17:43 -07:00
Michael Stack 0825462436
HBASE-20730 Add pv2 and amv2 chapters to refguide
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-06-15 15:41:30 -07:00
Balazs Meszaros c323e7bfaa
HBASE-20656 Validate pre-2.0 coprocessors against HBase 2.0+
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-06-11 10:26:58 -05:00
Thiriguna Bharat Rao 08446916a0 HBASE-18948: Added a note in the Tag implementation details in security.adoc
Coprocessors that run server-side on RegionServers can perform get and set operations on cell Tags.
Tags are striped out at the RPC layer before the read response is sent back, so clients do not see these tags.

Signed-off-by: Josh Elser <elserj@apache.org>
2018-06-04 11:03:58 -04:00
Jan Hentschel 5b24d4ce0c HBASE-19475 Extended backporting strategy in documentation 2018-06-02 10:36:01 +02:00
Peter Somogyi 0968668283 HBASE-20592 Create a tool to verify tables do not have prefix tree encoding
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-06-01 19:17:49 +02:00
Biju Nair 2fdd36fdcf HBASE-20602 hbase.master.quota.observer.ignore property seems to be not taking effect
Signed-off-by: Josh Elser <elserj@apache.org>
2018-05-31 20:21:36 -04:00
Sean Busbey c19fbf2be0 HBASE-20501 update minimum supported Hadoop version to 2.7.1.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2018-05-30 21:22:42 -05:00
eshcar 63726f12d0 HBASE-20390-ADDENDUM-3: IMC Default Parameters for 2.0.0 (fix documentation) 2018-05-30 13:08:52 +03:00
eshcar 1eabbb4295 HBASE-20390: IMC Default Parameters for 2.0.0 2018-05-26 22:57:28 +03:00
Peter Somogyi 477f9fdb32 HBASE-19718 Remove PREFIX_TREE from compression.adoc
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
2018-05-25 15:55:46 +02:00
Biju Nair a03a652e20 HBASE-20207 Update doc on the steps to revert rsgroups feature
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-05-24 08:58:25 -07:00
Josh Elser f917f4e7c8 HBASE-20581 Fix documentation about schema updates
Signed-off-by: Balazs Meszaros <balazs.meszaros@cloudera.com>
2018-05-17 14:29:48 -04:00
Michael Stack 060b8aca86
HBASE-20520 Failed effort upping default HDFS blocksize, hbase.regionserver.hlog.blocksize 2018-05-16 09:19:24 -07:00
Sean Busbey b1d6f576aa HBASE-15317 document release announcement template
Signed-off-by: Michael Stack <stack@apache.org>
2018-05-01 11:28:06 -05:00
Sakthi 2ab731824f HBASE-20489 Updated Reference Guide that CLUSTER_KEY value is present on the Master UI info page.
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-04-26 06:44:16 -05:00
Michael Stack 70377babd0 HBASE-20059 Make sure documentation is updated for the offheap Bucket cache usage 2018-04-19 16:19:53 -07:00
Michael Stack 7fc6e33be3 HBASE-20454 [DOC] Add note on perf to upgrade section
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-04-19 13:21:22 -07:00