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
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
zhangduo
b4759ce6e7
HBASE-20915 Remove the commit column on our download page
2018-07-22 17:08:27 +08:00
zhangduo
c92cda8420
HBASE-20909 Add 2.1.0 to the download page
2018-07-19 22:51:55 +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
Mike Drob
8341237ddd
HBASE-20759 Use HTTPS for KEYS
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-06-20 08:58:47 -07:00
Michael Stack
7c924f75ac
HBASE-20720 addendum HTML formatting changes
...
(cherry picked from commit d3e237d141
)
2018-06-20 10:41:55 -05:00
Michael Stack
c7d0567ac9
HBASE-20720 Add 2.0.1 to the download page
...
(cherry picked from commit 9101fc246f
)
2018-06-20 10:41:51 -05:00
Sean Busbey
3ec3b33375
Revert "Add 2.0.1 to the download page"
...
This reverts commit 9101fc246f
.
needs a jira
2018-06-20 10:40:43 -05:00
Sean Busbey
0d660e30e5
Revert "HTML formatting changes"
...
This reverts commit d3e237d141
.
needs jira
2018-06-20 10:40:27 -05:00
Michael Stack
d3e237d141
HTML formatting changes
2018-06-20 07:30:50 -07:00
Michael Stack
9101fc246f
Add 2.0.1 to the download page
2018-06-19 20:16:28 -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