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
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
Sean Busbey
2c32272dfa
HBASE-20593 HBase website landing page should link to HBaseCon Asia 2018
...
Signed-off-by: Michael Stack <stack@apache.org>
2018-05-16 13:29:15 -05:00
Michael Stack
060b8aca86
HBASE-20520 Failed effort upping default HDFS blocksize, hbase.regionserver.hlog.blocksize
2018-05-16 09:19:24 -07:00
Michael Stack
992a5e8e49
HBASE-20537 The download link is not available in the downloads webpage
2018-05-07 10:02:09 -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
Michael Stack
7ea7c7bd34
HBASE-20510 Add a downloads page to hbase.apache.org to tie mirrored artifacts to their hash and signature
2018-04-30 16:52:23 -07: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
Balazs Meszaros
357a089e06
HBASE-20275 [DOC] clarify impact to hfile command from HBASE-17197
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-04-17 12:27:33 -05:00
Mike Drob
da7776d428
HBASE-20410 update protoc to 3.5.1-1 for rhel6
2018-04-13 13:09:20 -05:00
Sean Busbey
a5408820b5
HBASE-20391 close out stale or finished PRs on github.
...
* closes #51 - > 1 month since notification
* closes #61 - HBASE-18928 has already closed
* closes #62 - HBASE-18929 has already closed
* closes #67 - HBASE-19386 has already closed
* closes #68 - HBASE-19387 has already closed
Also adds a section to the committer guide in the reference guide about closing PRs.
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-04-13 10:39:13 -05:00
Peter Somogyi
826909a59c
HBASE-20344 Fix asciidoc warnings
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-04-13 11:32:40 +02:00
Michael Stack
d59a6c8166
HBASE-20329 Add note for operators to refguide on AsyncFSWAL; ADDENDUM
...
Add small note on edits being immediately visible when Durability == ASYNC_WAL.
2018-04-12 16:00:11 -07:00
Mike Drob
70d23214fb
HBASE-20356 Make skipping protoc possible
2018-04-12 13:31:54 -05:00
Michael Stack
2912c95355
HBASE-20397 Make it more explicit that monkey.properties is found on CLASSPATH
2018-04-12 04:36:36 -07:00
Michael Stack
d14a7ff187
HBASE-20349 [DOC] upgrade guide should call out removal of prefix-tree data block encoding
2018-04-12 04:32:46 -07:00
Peter Somogyi
c4ebf666b7
HBASE-20376 RowCounter and CellCounter documentations are incorrect
2018-04-12 10:00:38 +02:00
Michael Stack
732c31e041
HBASE-20347 [DOC] upgrade section should warn about logging changes
2018-04-11 15:34:44 -07:00