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
stack
a59f7d4ffc
Add 2.0.6 to download page in place of 2.0.5. Add notice that 2.0.6
...
is last of the 2.0.x releases under the notices column.
2019-08-19 21:20:30 -07: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
Peter Somogyi
4829c18251
HBASE-22768 Revert to MPIR 2.9 ( #433 )
...
Signed-off-by: stack <stack@apache.org>
2019-07-31 19:39:35 +02: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
Mate Szalay-Beko
438bf3284e
HBASE-20405 Update website to meet foundation recommendations (addendum)
...
fix License and Thanks links on website
2019-07-12 10:12:48 +02:00
Mate Szalay-Beko
9116534f5d
HBASE-20405 Update website to meet foundation recommendations
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-07-04 10:04:54 +02: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
Andrew Purtell
1712d2b568
HBASE-22584 Downloads page is out of date for 1.4 and 1.3 release lines ( #308 )
...
Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2019-06-14 15:56:06 -07:00
Guanghao
c2cf06d0bf
HBASE-22575 Add 2.2.0 to the download page
2019-06-13 18:09:12 +08: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
stack
addc145960
Remove 2.1.4 notice addressed by 2.1.5 release
2019-06-05 12:55:44 -07:00
stack
b31d755412
Add 2.1.5 for 2.1.4
2019-06-04 10:26:45 -07:00
zhangduo
aacacc5cce
HBASE-22501 Modify the hadoop support matrix in the ref guide
2019-06-04 11:28:08 +08:00
stack
7d9f79b93d
Add hbaseconasia2019 to front-page news section
2019-06-03 10:12:27 -07: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
Balazs Meszaros
4d64dd2e82
HBASE-22220 Release hbase-connectors-1.0.0
...
* Modified downloads.xml
2019-05-09 14:40:25 +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
Dima Spivak
7154ea7114
HBASE-22206 dist.apache.org must not be used for public downloads
...
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-04-22 09:12:34 -05:00
Sean Busbey
93cd6fb360
HBASE-22171 Update downloads page with 1.2.12 release.
2019-04-17 12:04:24 -05: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
stack
ffede2edfa
Add link to nosql day 2019 to home page
2019-04-10 09:17:39 -07: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
stack
81fbe6e9f0
Add a 'notices' column to downloads where we can call out issues
2019-03-26 18:25:21 -07:00
stack
a93febecc4
Fix the download links for tgzs for 2.0.5
2019-03-26 13:01:22 -04:00
stack
e6ecc6fbb4
Add 2.1.4 to the downloads page in place of 2.1.3; ADDENDUM
2019-03-26 10:59:04 -04:00
stack
3f432f3f0a
Add 2.1.4 to the downloads page in place of 2.1.3
2019-03-26 10:26:06 -04:00
stack
6de8a37b63
Add 2.0.5 to the downloads page in place of 2.0.4.
2019-03-25 10:36:26 -04: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
Sean Busbey
4e1f3960a5
HBASE-21898 Update downloads page with 1.2.11 release.
2019-03-02 00:09:15 -06: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
Sean Busbey
2c8f42a3a3
HBASE-21686 Update downloads page with 1.2.10 release.
2019-02-15 10:39:22 -06:00
Duo Zhang
a777a2859c
HBASE-21896 Add 2.1.3 to download page
2019-02-14 11:38:42 +08: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
stack
ebe3d1d1d9
HBASE-21697 Add 2.1.2 to the download page
2019-01-08 15:58:14 -08: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
Andrew Purtell
94093e869a
Add 1.3.3 to download page
2019-01-04 12:32:00 -08:00
stack
c300565311
HBASE-21670 Add 2.0.4 to download page
2019-01-03 21:35:14 -08: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
Andrew Purtell
2b003c5d68
Update downloads.xml for release 1.4.9
2018-12-14 13:54:57 -08:00
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
stack
12e75a8a63
Add 'strong' notice that 2.1.1 and 2.0.3 have a memory leak
2018-12-05 21:50:39 -08:00
stack
59cfe2e31b
HBASE-21543 Add 2.0.3. release to downloads page
2018-12-02 21:56:23 -08:00
Sean Busbey
64cd30f591
HBASE-21493 update downloads page for HBase 1.2.9 release.
2018-11-27 09:07:00 -06: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
ea0f1391f1
HBASE-21396 Create 2.1.1 release; add 2.1.1 to downloads page
...
ADDENDUM; Fix release date for 2.1.1
2018-11-03 16:34:59 -07:00
Michael Stack
6d709c0311
HBASE-21396 Create 2.1.1 release; add 2.1.1 to downloads page
2018-10-31 15:51:54 -07: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
Sean Busbey
ae5308ac4a
HBASE-21302 update downloads page for HBase 1.2.8 release.
2018-10-20 20:55:00 -05:00
Andrew Purtell
ae53716037
Update downloads.xml with new entry for 1.4.8 release
2018-10-19 12:57:34 -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
Mike Drob
7464e2ef9d
HBASE-21114 add 2.1 docs to menu
2018-10-12 15:02:10 -05:00
Sean Busbey
e86c736028
HBASE-18276 Add 1.2.7 to downloads page.
2018-09-15 22:49:34 -05: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
Michael Stack
0992a7c1fd
Add 2.0.2 to the downloads page. Removed 2.0.0 and 2.0.1.
2018-09-01 17:07:55 -07: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
Josh Elser
a2d3f161fe
HBASE-21005 Remove local maven repo and fluido-skin jar
...
Signed-off-by: Mike Drob <mdrob@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-08-13 18:21:19 -04: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