Peter Somogyi
3592a57fea
HBASE-21667 Move to latest ASF Parent POM
...
Signed-off-by: Josh Elser <elserj@apache.org>
2019-02-22 12:21:15 +01:00
Peter Somogyi
c353d93f69
HBASE-21727 Simplify documentation around client timeout
...
Signed-off-by: Michael Stack <stack@apache.org>
2019-01-16 11:41:40 +01:00
Peter Somogyi
5f9316e781
HBASE-21711 Remove references to git.apache.org/hbase.git
2019-01-16 10:03:50 +01:00
Peter Somogyi
1200733cd9
HBASE-21685 Change repository urls to Gitbox
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-01-15 10:28:18 +01:00
stack
a226ceae3a
HBASE-21567 Allow overriding configs starting up the shell
...
Adds support for -D as option to 'hbase shell'
2018-12-10 10:11:40 -08:00
Guanghao Zhang
868821f499
HBASE-21549 Add shell command for serial replication peer
2018-12-07 16:57:24 +08:00
Mike Drob
444f15785c
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-19 10:04:35 -05:00
Michael Stack
c67f7f14e2
HBASE-21320 [canary] Cleanup of usage and add commentary
...
Signed-off-by: Peter Somogyi <psomogyi@cloudera.com>
2018-10-16 22:19:34 -07:00
Sean Busbey
98da781ecf
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:15:26 -05:00
Josh Elser
4bae818fb0
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:26:03 -04:00
brandboat
51df2887c4
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:25:10 +08:00
brandboat
fb9aa8a95a
HBASE-18201 add UT and docs for DataBlockEncodingTool
...
Signed-off-by: Reid Chan <reidchan@apache.org>
2018-08-10 11:16:36 +08:00
TAK LON WU
690d29bae7
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
Also, this is a port from master to branch-2
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 14:36:29 -07:00
Reid Chan
e14b60a539
HBASE-20886 [Auth] Support keytab login in hbase client
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-07-31 11:10:34 +08:00
Peter Somogyi
3b84c9c8d2
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:12:17 -05:00
Wei-Chiu Chuang
ca558bc857
HBASE-20873 Update doc for Endpoint-based Export
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2018-07-25 10:44:46 +08:00
Reid Chan
dd0325a740
HBASE-20401 Make MAX_WAIT and waitIfNotFinished in CleanerContext configurable (Contributed by Stephen Wu)
2018-07-23 10:32:17 +08:00
Mohit Goel
35a3c605f2
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:12 -07:00
Balazs Meszaros
e6403c18ff
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:15:18 -05:00
zhangduo
61d706044e
HBASE-20831 Copy master doc into branch-2.1 and edit to make it suit 2.1.0
2018-07-05 15:01:43 +08:00
Balazs Meszaros
d44e8a7aff
HBASE-20656 Validate pre-2.0 coprocessors against HBase 2.0+
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-06-11 10:32:40 -05:00
Jan Hentschel
1e88ccc70e
HBASE-19475 Extended backporting strategy in documentation
2018-06-02 10:44:47 +02:00
Peter Somogyi
53d29d53c4
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:22:49 +02:00
Biju Nair
3c9c221c23
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:23:26 -04:00
Sean Busbey
9431ee3f49
HBASE-20501 update minimum supported Hadoop version to 2.7.1.
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Conflicts:
src/main/asciidoc/_chapters/configuration.adoc
2018-05-30 21:28:06 -05:00
eshcar
61651fbab3
HBASE-20390-ADDENDUM-3: IMC Default Parameters for 2.0.0 (fix documentation)
2018-05-30 13:15:37 +03:00
eshcar
079e08d7c5
HBASE-20390: IMC Default Parameters for 2.0.0
2018-05-24 18:10:10 +03:00
Sakthi
31e3ef6792
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:46:17 -05:00
Mike Drob
8cd1201afe
HBASE-20410 update protoc to 3.5.1-1 for rhel6
2018-04-13 13:09:31 -05:00
Mike Drob
a50d9f4351
HBASE-20356 Make skipping protoc possible
2018-04-12 14:54:03 -05:00
Michael Stack
37227b6bb3
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:03:58 -07:00
meiyi
1f674e2b20
HBASE-17918 document serial replication
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2018-04-10 09:44:41 +08:00
Sean Busbey
4772a4ebdd
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>
Conflicts:
src/main/asciidoc/_chapters/upgrading.adoc
* backport leaves off refguide change about upgrading.
2018-04-06 13:08:00 -05:00
Huaxiang Sun
40924bb4af
HBASE-20299 Update MOB in hbase refguide
2018-04-03 13:26:12 -07:00
Michael Stack
d4e115bf34
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:56:32 -07:00
Jan Hentschel
4b909b890d
HBASE-17631 Changed Canary interval to 60 seconds
2018-04-01 13:22:37 +02:00
Mike Drob
468d4fcd73
HBASE-20282 Clean up tooling docs/help
2018-03-30 09:00:46 -07:00
Mike Drob
78452113cb
HBASE-20260 Conflict with new upgrade guide ADDENDUM
2018-03-27 20:09:59 -07:00
Umesh Agashe
f4fe0521a9
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:25:42 -05:00
Umesh Agashe
c39a048c6d
HBASE-20130 Use defaults (16020 & 16030) as base ports when the RS is bound to localhost
...
Base ports are changed to defaults 16020 & 16030 when RS binds to localhost. This is mostly used in pseudo distributed mode.
2018-03-26 14:10:48 -07:00
Mike Drob
7b4b0dfadf
HBASE-20260 Remove old content from book
2018-03-26 12:10:57 -05:00
Peter Somogyi
0a94c9c250
HBASE-17449 Add explicit document on different timeout settings
2018-03-22 12:45:06 +05:30
maoling
011809517a
HBASE-20058 improper quoting in presplitting command docs
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2018-03-12 23:46:37 +08:00
Sean Busbey
cbbefe755b
HBASE-20072 remove 1.1 release line from the prerequisite tables.
...
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
Signed-off-by: Michael Stack <stack@apache.org>
2018-03-06 13:58:28 -06:00
Michael Stack
17de432334
Revert "HBASE-8770 deletes and puts with the same ts should be resolved according to mvcc/seqNum"
...
Pushed by mistake
This reverts commit 2bb1c59b61
.
2018-03-03 07:34:30 -08:00
Michael Stack
2bb1c59b61
HBASE-8770 deletes and puts with the same ts should be resolved according to mvcc/seqNum
2018-03-02 13:11:57 -08:00
Reid Chan
309f3360bf
HBASE-20019 Document the ColumnValueFilter
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2018-02-26 15:11:01 +08:00
Sean Busbey
675f76b5a4
HBASE-19583 update RM list to remove EOM versions
...
Signed-off-by: Michael Stack <stack@apache.org>
2018-02-24 16:50:30 -06:00
zhangduo
4ddfdaffdc
HBASE-20048 Revert serial replication feature
2018-02-23 13:54:10 +08:00
tedyu
66ba8aa58c
HBASE-20031 Unable to run integration test using mvn due to missing HBaseClassTestRule
2018-02-21 12:04:17 -08:00
Michael Stack
8be0696320
HBASE-20014 TestAdmin1 Times out
2018-02-16 20:55:29 -08:00
Michael Stack
6f35b5393c
HBASE-19960 Doc test timeouts and test categories in hbase2
2018-02-12 20:52:01 -08:00
Guangxu Cheng
3fa3dcd9f9
HBASE-19483 Add proper privilege check for rsgroup commands
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-01-09 08:11:07 -08:00
Josh Elser
f0011ebfe0
HBASE-19691 Removes Global(A) requirement for getClusterStatus
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2018-01-03 19:02:26 -05:00
Mike Drob
968b938fde
HBASE-19552 Update hbase-thirdparty version
...
Some manual cleanup of changing package names in pom files and getting
rid of the no-longer-needed netty system property.
This commit will break compilation, package renames in source code are
done in follow-on commits using straightforward find and replace.
's/org.apache.hadoop.hbase.shaded.com.google/org.apache.hbase.thirdparty.com.google/'
's/org.apache.hadoop.hbase.shaded.io.netty/org.apache.hbase.thirdparty.io.netty/'
2017-12-28 11:58:49 -06:00
Guanghao Zhang
1e490dcc11
HBASE-19602 Cleanup the usage of ReplicationAdmin from document
2017-12-23 19:05:04 +08:00
Reid Chan
0962b518eb
HBASE-19416 Document dynamic configurations currently supported
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-20 00:08:47 +08:00
Jan Hentschel
bd89373b67
HBASE-19174 Updated link to presentations to link to book
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-20 00:00:51 +08:00
Michael Stack
0d7d357d4a
HBASE-18852 Take down the hbasecon asia banner on home page
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:53:34 +08:00
Michael Stack
78266e08b4
HBASE-18849 expand "thirdparty" reference to give examples of setting netty location in common testing modules
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:52:48 +08:00
Chia-Ping Tsai
153ca756c3
HBASE-18718 Document the coprocessor.Export
2017-12-19 23:49:14 +08:00
张世彬10204932
c5acfe64a0
HBASE-18701 Optimize reference guide to use cell acl conveniently
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:48:25 +08:00
Chun-Hao Tang
83906b4505
HBASE-18677 typo in namespace docs
...
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:47:09 +08:00
Jan Hentschel
79635a8416
HBASE-18637 Update the link of 'Bending time in HBase'
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:46:23 +08:00
Jan Hentschel
a2b5deec12
HBASE-18635 Fixed Asciidoc warning
...
Signed-off-by: Misty Stanley-Jones <misty@apache.org>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:45:31 +08:00
Michael Stack
019f51a05a
HBASE-18592 [hbase-thirdparty] Doc on new hbase-thirdparty dependency for the refguide
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:44:22 +08:00
Misty Stanley-Jones
ed98ee1c19
HBASE-18548 Move sources of website gen and check jobs into source control
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:40:46 +08:00
Peter Somogyi
35296e5902
HBASE-18504 Add documentation for WAL compression
...
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:39:13 +08:00
coral
6a3af2e52b
HBASE-18430 fixed typo
...
Signed-off-by: Misty Stanley-Jones <misty@apache.org>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:38:14 +08:00
coral
5cf0e62a55
HBASE-18404 fixed typo in acid semantics
...
Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:37:21 +08:00
Michael Stack
1dca9142a8
HBASE-18384 Add link to refguide schema section on apache blog on hbase application archetypes
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:36:16 +08:00
Artem Ervits
d53430b5f7
HBASE-18335 configuration guide fixes
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:35:23 +08:00
Artem Ervits
ada514604b
HBASE-18329 updated links in config guide to point to java 8 references
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:29:17 +08:00
Artem Ervits
3c1d4a5d47
HBASE-18311 fix formatting in quickstart
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:28:13 +08:00
Michael Stack
fbd8ac5464
HBASE-18284 Update hbasecon asia logo on home page of hbase.apache.org
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:23:43 +08:00
tedyu
42cbddf40e
HBASE-18275 Formatting and grammar mistakes in schemadoc chapter (Artem Ervits)
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:22:56 +08:00
Peter Somogyi
1beddaebe5
HBASE-18259 HBase book link to "beginner" issues includes resolved issues
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:21:39 +08:00
Michael Stack
2fbb6c944b
HBASE-18258 Take down hbasecon2017 logo from hbase.apache.org and put up hbaseconasia2017 instead
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:16:58 +08:00
Chia-Ping Tsai
e1ca4e77c7
HBASE-17853 Link to "Why does HBase care about /etc/hosts?" does not work
2017-12-19 23:04:51 +08:00
Evgeny Kincharov
721b9576d8
HBASE-17839 fixed missing column in table 1 from section "Data Model" of the ref guide.
...
Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:03:15 +08:00
Jan Hentschel
48ee5e1d7b
HBASE-16722 Fixed broken link in CatalogJanitor doc
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-19 23:00:45 +08:00
Yung-An He
a9e0ae6dfc
HBASE-19068 Change all url of apache.org from HTTP to HTTPS in HBase book
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-18 19:22:57 +08:00
Michael Stack
811b88a877
HBASE-18700 Document the new changes on mapreduce stuffs
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-18 19:15:11 +08:00
zhangduo
73942e37da
HBASE-18213 Add documentation about the new async client
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-18 18:52:06 +08:00
sahil aggarwal
67029f93ea
HBASE-16390 Fix documentation around setAutoFlush
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-18 18:42:12 +08:00
Yung-An He
929ef42591
HBASE-18922 Fix all dead links in our HBase book
...
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
2017-12-18 18:27:11 +08:00
Michael Stack
dff298519a
HBASE-18302 Protobuf section in the docs needs some clean up (Artem Ervits)
2017-12-18 17:53:46 +08:00
Chia-Ping Tsai
b646d7249b
HBASE-18750 Cleanup the docs saying "HTable use write buffer"
2017-12-18 17:44:28 +08:00
Chia-Ping Tsai
81f05bd943
HBASE-17967 clean up documentation references to -ROOT- table.
2017-12-18 17:43:44 +08:00
Chia-Ping Tsai
2cfb89c54d
HBASE-18787 Fix the "dependencies connecting to an HBase cluster"
2017-12-18 17:26:32 +08:00
Chia-Ping Tsai
6f98b7e4df
HBASE-18421 update hadoop prerequisites docs to call out 2.8.1
2017-12-18 17:15:01 +08:00
Chia-Ping Tsai
379f4fe5a0
HBASE-13868 Correct "Disable automatic splitting" section in HBase book
2017-12-18 17:10:30 +08:00
Apekshit Sharma
6616a3fd2d
HBASE-19526 Update hadoop version to 3.0 GA
2017-12-17 22:52:54 -08:00
Peter Somogyi
e444f549d7
HBASE-18988 Add release managers to reference guide
...
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2017-12-10 21:37:38 +01:00
TAK LON WU
b2f9b7bc19
HBASE-19023 Replace hbase-server with hbase-mapreduce for HBase and MapReduce chapter
...
RowCounter and other related HBase's MapReduce classes have been moved
to hbase-mapreduce component by HBASE-18640, related chapter was
out-of-date and this fix replaced hbase-server with hbase-mapreduce
to correct those commands
Also this change moved RowCounter_Counters.properties
to hbase-mapreduce package as well
JIRA https://issues.apache.org/jira/browse/HBASE-19023
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-12-06 09:04:02 -08:00
meiyi
e20a7574d1
HBASE-17918 document serial replication
...
Signed-off-by: zhangduo <zhangduo@apache.org>
2017-11-30 21:28:25 +08:00
Guanghao Zhang
c978f8ab23
HBASE-19293 Support add a disabled state replication peer directly
2017-11-21 15:37:33 +08:00
Frank Welsch
086a03797e
HBASE-16574 Book updates for backup and restore
...
Signed-off-by: Josh Elser <elserj@apache.org>
2017-11-20 13:12:15 -05:00
Sean Busbey
fb79e9d4a7
HBASE-19223 Note availability of Date Tiered Compaction in 1.y release for those upgrading from 0.98
...
Signed-off-by: Yu Li <liyu@apache.org>
Signed-off-by: Mike Drob <mdrob@apache.org>
2017-11-15 10:31:52 -06:00
Tamas Penzes
7a69ebc73e
HBASE-18601: Update Htrace to 4.2
...
Updated HTrace version to 4.2
Created TraceUtil class to wrap htrace methods. Uses try with resources.
Signed-off-by: Balazs Meszaros <balazs.meszaros@cloudera.com>
Signed-off-by: Michael Stack <stack@apache.org>
2017-11-13 10:38:36 -08:00