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
Balazs Meszaros
eb40e6dfaa
HBASE-20386 [DOC] Align WALPlayer help text and refguide
2018-04-11 09:32:55 -07:00
Michael Stack
1b2e80389d
HBASE-17554 Figure 2.0.0 Hadoop Version Support; update refguide
...
Minor edit on hadoop section. Mark 2.8.3 as supported and 2.8.2 as NT.
2018-04-11 08:28:17 -07:00
Sean Busbey
1efd3ac240
HBASE-20372 [website] move stuff from more than 2 years ago to old news
...
Signed-off-by: Josh Elser <elserj@apache.org>
2018-04-11 01:33:14 -05:00
Michael Stack
95ca38a539
HBASE-20149 Purge dev javadoc from bin tarball (or make a separate tarball of javadoc)
...
Instead point back to the website where version-specific dev apis are
hosted.
2018-04-10 10:04:22 -07:00
meiyi
93498ddc59
HBASE-17918 document serial replication
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2018-04-10 09:44:32 +08:00
Sean Busbey
17f930c4d6
HBASE-20371 note hbasecon cfp on landing page.
...
Signed-off-by: Josh Elser <elserj@apache.org>
2018-04-09 12:19:07 -05:00
Sean Busbey
a3d5bd5586
Revert "HBASE-20371 note hbasecon cfp on landing page."
...
This reverts commit 7fc6968f7d
.
missing sign-off
2018-04-09 12:18:38 -05:00
Sean Busbey
7fc6968f7d
HBASE-20371 note hbasecon cfp on landing page.
2018-04-09 12:15:52 -05:00
Sean Busbey
116a808517
HBASE-20365 add 2.0 docs to menu.
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-04-09 12:01:12 -05:00
Balazs Meszaros
e4b8bd665a
HBASE-20343 [DOC] fix log directory paths
2018-04-06 15:08:52 -07:00
Sean Busbey
8014c5c3ac
HBASE-20354 better docs for impact of proactively checking hsync support.
...
* Add to the quickstart guide disabling the hsync check, with a
big warning about how we'll lose data if the check is disabled.
* Add to troubleshooting section so folks searching can get a pointer.
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-04-06 13:34:04 -05:00
Sean Busbey
de57d08226
HBASE-20276 restore original shell REPL functionality where commands can return results
...
* makes commands always pass any results back to hirb
* print warning if hirb is given the --return-values flag
* add some docs on how to avoid the console clutter that HBASE-15965 sought to address
* add an upgrade section note about this change.
* cleanup where the get_splits command does its printing so there's a building block that doesn't print
* some rubocop suggested tweaks and opt-out for classlength check on table and shell classes.
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-04-06 13:03:15 -05:00
Sean Busbey
c310ef7ffd
HBASE-20355 fix links in upgrade section of ref guide.
2018-04-06 10:21:20 +02:00
Zhang Ningbo
65e85c4f8a
HBASE-17518 HBase Reference Guide has a syntax error
2018-04-05 10:17:18 -07:00
Mike Drob
f27819a9ae
HBASE-20346 Update how to run shell tests in ref guide
2018-04-05 10:13:23 -07:00
Mike Drob
8adf1bb2b4
HBASE-20348 Add HTrace to upgrade notes
2018-04-05 10:13:23 -07:00
Ashish Singhi
e2b0490d18
HBASE-16499 slow replication for small HBase clusters - addendum for updating in the document
...
Signed-off-by: Ashish Singhi <ashishsinghi@apache.org>
2018-04-05 11:16:52 +05:30
Lars Francke
5fed7fd3d2
HBASE-14348 Update download mirror link
2018-04-04 14:30:06 -07:00
Apekshit Sharma
dcc840e8a5
HBASE-17730 Add documentation to upgrade coprocessors for 2.0
2018-04-04 13:08:22 -07:00
Michael Stack
8bc723477b
HBASE-20337 Update the doc on how to setup shortcircuit reads; its stale; ADDENDUM
2018-04-04 11:25:25 -07:00
Michael Stack
d60decd959
HBASE-20337 Update the doc on how to setup shortcircuit reads; its stale
2018-04-04 11:20:58 -07:00
Yuki Tawara
0c0fe05bc4
HBASE-20328 Fix local backup master start command in documentation
...
Signed-off-by: Umesh Agashe <uagashe@cloudera.com>
2018-04-04 10:06:19 +02:00
Peter Somogyi
aed7834dd1
HBASE-20256 Document commands that do not work with 1.2 shell
2018-04-04 09:13:14 +02:00
Peter Somogyi
87ab7e712d
HBASE-19890 Canary usage should document hbase.canary.sink.class config
2018-04-04 09:08:31 +02:00
Michael Stack
b1b0db3195
HBASE-20298 Doc change in read/write/total accounting metrics
2018-04-03 17:00:43 -07:00
Huaxiang Sun
d9e64aa6b8
HBASE-20299 Update MOB in hbase refguide
2018-04-03 13:13:16 -07:00
Michael Stack
bf29a1fee9
HBASE-20329 Add note for operators to refguide on AsyncFSWAL
2018-04-03 08:51:59 -07:00
Michael Stack
c88ca54c16
HBASE-20259 Doc configs for in-memory-compaction and add detail to
...
in-memory-compaction logging
Adds logging of CompactingMemStore configuration on construction.
Add logging of detail about Store on creation including memstore type.
Add chapter to refguide on new in-memory compaction feature.
2018-04-02 09:53:12 -07:00
Jan Hentschel
97b3a04019
HBASE-17631 Changed Canary interval to 60 seconds
2018-04-01 13:03:52 +02:00
Sean Busbey
5a00279c92
HBASE-20323 refresh community section of the ref guide.
...
* remove references to component owners.
* relocate RM info to the community section.
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2018-03-31 14:57:33 -05:00
Peter Somogyi
c8dff328cb
HBASE-20313 Canary documentation is incorrect in reference guide
2018-03-31 12:06:45 +02:00
Mike Drob
d57001ee2d
HBASE-20282 Clean up tooling docs/help
2018-03-30 08:59:47 -07:00
Mike Drob
621e2b5f5e
HBASE-20273 Additional removed/changed configs
2018-03-29 11:47:14 -07:00
Mike Drob
3b6199a27a
HBASE-20260 Conflict with new upgrade guide ADDENDUM
2018-03-27 20:09:32 -07:00
Umesh Agashe
f7eefaa126
HBASE-20130 (ADDENDUM) Use defaults (16020 & 16030) as base ports when the RS is bound to localhost
...
* fixed shellcheck errors
* modified script to set environment variabless HBASE_RS_BASE_PORT, HBASE_RS_INFO_BASE_PORT to defaults only if its not already set
* modified ref guide for default master ports and setting environment variables HBASE_RS_BASE_PORT, HBASE_RS_INFO_BASE_PORT for supporting more than 10 instances for region server on localhost.
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-03-27 21:24:12 -05:00
Michael Stack
0adcb40963
HBASE-13884 Fix Compactions section in HBase book
2018-03-27 17:40:35 -07:00
Daniel Vimont
eb424ac5f4
HBASE-16568 Remove Cygwin-oriented instructions (for installing HBase in Windows OS) from official reference materials
2018-03-27 16:38:27 -07:00
Sean Busbey
5b2d2de8f9
HBASE-20288 upgrade doc should call out removal of DLR.
...
Signed-off-by: Michael Stack <stack@apache.org>
2018-03-26 16:45:32 -05:00