1924 Commits

Author SHA1 Message Date
larsh
d363e852e6 HBASE-6580 Deprecate HTablePool in favor of HConnection.getTable(...)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511543 13f79535-47bb-0310-9956-ffa450edef68
2013-08-07 23:58:05 +00:00
Jean-Daniel Cryans
d88cfcae75 HBASE-8322 Re-enable hbase checksums by default
HBASE-8785 revise zookeeper session timeout setting


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511530 13f79535-47bb-0310-9956-ffa450edef68
2013-08-07 23:15:18 +00:00
Michael Stack
55501f8eb3 Add pointer to Rajesh's nicely formatted hbase shell commands listing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509734 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 15:13:16 +00:00
Michael Stack
33a263cc26 Add our decision on when to CLOSE JIRAs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509304 13f79535-47bb-0310-9956-ffa450edef68
2013-08-01 15:39:41 +00:00
Michael Stack
bea9384779 HBASE-9035 Incorrect example for using a scan stopRow in HBase book
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507863 13f79535-47bb-0310-9956-ffa450edef68
2013-07-28 22:12:46 +00:00
Michael Stack
1e513f08fe Placeholders for migration
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504323 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 23:37:51 +00:00
Andrew Kyle Purtell
0279997340 HBASE-8944. Document workaround for MiniDFSCluster exceptions when running tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503429 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 19:11:19 +00:00
Michael Stack
6dd73f74d6 Fix mistake spotted by Benoit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503398 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 18:28:50 +00:00
eclark
d26e3212ba HBASE-7074 Document Metrics 2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1494400 13f79535-47bb-0310-9956-ffa450edef68
2013-06-19 00:20:03 +00:00
Doug Meil
0287a1fb7b hbase-8739. book.xml fixed typo in MapReduce chapter "spitting"
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1492455 13f79535-47bb-0310-9956-ffa450edef68
2013-06-12 22:21:21 +00:00
Doug Meil
e38571a28d hbase-8738. refguide, OpsMgt chapter, overhauled HBase metrics section.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1492439 13f79535-47bb-0310-9956-ffa450edef68
2013-06-12 21:40:21 +00:00
Michael Stack
f05fc3feaf Add hadoop summit meetup and kijicon
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491833 13f79535-47bb-0310-9956-ffa450edef68
2013-06-11 15:20:38 +00:00
Michael Stack
ac8f7413a9 Fix link
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491536 13f79535-47bb-0310-9956-ffa450edef68
2013-06-10 17:42:44 +00:00
Michael Stack
ae4af86f5a Edit of the decommisioning nodes section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1491070 13f79535-47bb-0310-9956-ffa450edef68
2013-06-08 21:38:37 +00:00
Michael Stack
1e36ca4124 Added hackathon notice
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490511 13f79535-47bb-0310-9956-ffa450edef68
2013-06-07 04:52:30 +00:00
Michael Stack
55ba7411c1 Add note on how to publish mvn snapshot for hadoop1 and hadoop2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1490467 13f79535-47bb-0310-9956-ffa450edef68
2013-06-06 22:55:55 +00:00
Michael Stack
404cdce722 Note on how zk has to be up and running to migrate/clean zk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1488005 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 20:51:45 +00:00
Michael Stack
11c861cb91 Add a bit of doc on the cleaning zk migration step
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487935 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 17:12:14 +00:00
Michael Stack
be34e4a7a8 Note on how to build the tgzs for release
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486716 13f79535-47bb-0310-9956-ffa450edef68
2013-05-27 21:30:57 +00:00
Michael Stack
02185f4170 Add section on mttr; cite nicolas/devaraj blog and point at hbase-8389 varun comments
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486358 13f79535-47bb-0310-9956-ffa450edef68
2013-05-25 20:30:43 +00:00
Michael Stack
dc90e517ec Add link to blog on hbase and ubuntu 127.0.1.1
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1486230 13f79535-47bb-0310-9956-ffa450edef68
2013-05-24 21:55:22 +00:00
mbertozzi
3f995da2b1 HBASE-8574 Add how to rename a table in th docbook (addendum)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485515 13f79535-47bb-0310-9956-ffa450edef68
2013-05-22 23:59:17 +00:00
Michael Stack
0ffe9085d8 DOC: Suggestion from our Alejandro
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485466 13f79535-47bb-0310-9956-ffa450edef68
2013-05-22 22:19:18 +00:00
Jonathan Hsieh
f30ee5fac6 HBASE-8596 [docs] Add docs about RegionServer "draining" mode
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485442 13f79535-47bb-0310-9956-ffa450edef68
2013-05-22 21:39:46 +00:00
Michael Stack
2d4b220114 DOC: Add missing section, fix duplicate xml:id
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485395 13f79535-47bb-0310-9956-ffa450edef68
2013-05-22 20:13:57 +00:00
Michael Stack
15d7ae0bc6 HBASE-8591 Doc Improvement: Replication blog
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485068 13f79535-47bb-0310-9956-ffa450edef68
2013-05-22 05:38:16 +00:00
Michael Stack
b1ab14d7b3 HBASE-8592 [documentation] some updates for the reference guide regarding recent questions on the ML
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1485067 13f79535-47bb-0310-9956-ffa450edef68
2013-05-22 05:37:08 +00:00
jxiang
3b28043ade DOC: TM clean up - addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484973 13f79535-47bb-0310-9956-ffa450edef68
2013-05-21 21:35:00 +00:00
mbertozzi
3f713a1078 DOC: Fix Permission Mapping table layout and grant/revoke optional args
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484972 13f79535-47bb-0310-9956-ffa450edef68
2013-05-21 21:33:33 +00:00
jxiang
76c35afd09 DOC: Cleaned up TM, linked in the coprocessor blog
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484955 13f79535-47bb-0310-9956-ffa450edef68
2013-05-21 20:59:24 +00:00
Michael Stack
f8a79db129 HBASE-8588 [Documentation]: Add information about adding REST and Thrift API kerberos principals to HBase ACL table
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484953 13f79535-47bb-0310-9956-ffa450edef68
2013-05-21 20:55:56 +00:00
Michael Stack
aa5d73d3e4 DOC: Add the twitter and flurry meetup notices
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484949 13f79535-47bb-0310-9956-ffa450edef68
2013-05-21 20:51:52 +00:00
Michael Stack
8aeeb222a1 DOC: Adding chapter for coprocessors
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484904 13f79535-47bb-0310-9956-ffa450edef68
2013-05-21 18:59:22 +00:00
Michael Stack
667a5f848b HBASE-8574 Add how to rename a table in th docbook
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483998 13f79535-47bb-0310-9956-ffa450edef68
2013-05-17 21:28:30 +00:00
Michael Stack
0a4f837096 allow component lieutenant for component owner in doc
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483128 13f79535-47bb-0310-9956-ffa450edef68
2013-05-16 00:01:12 +00:00
Michael Stack
e520b99455 HBASE-8507 HLog tool documentation should be updated to use FSHLog for trunk and 0.95
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1483123 13f79535-47bb-0310-9956-ffa450edef68
2013-05-15 23:27:53 +00:00
Michael Stack
98330fa720 Add link to birds of a feather session after hadoop summit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1482542 13f79535-47bb-0310-9956-ffa450edef68
2013-05-14 19:59:12 +00:00
Michael Stack
e17a4ef2af Add note on how to generate the reference guide and where its source is kept at head of the doc
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1481167 13f79535-47bb-0310-9956-ffa450edef68
2013-05-10 19:56:44 +00:00
Michael Stack
56d965829c Add note on recommended zk version
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1480421 13f79535-47bb-0310-9956-ffa450edef68
2013-05-08 19:42:20 +00:00
Michael Stack
2273a939e2 Fixup how to maven release after my experience sitting by Lars -- there was a critical piece missing from the doc
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1480163 13f79535-47bb-0310-9956-ffa450edef68
2013-05-08 05:47:01 +00:00
sershe
e5becce33e HBASE-8405 Add more custom options to how ClusterManager runs commands REDO DIFFERENTLY
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1479713 13f79535-47bb-0310-9956-ffa450edef68
2013-05-06 23:07:55 +00:00
Michael Stack
9c0387f0a9 HBASE-8487 Wrong description about regionservers in 2.4. Example configurations
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478895 13f79535-47bb-0310-9956-ffa450edef68
2013-05-03 18:19:31 +00:00
Michael Stack
81027519f8 Add note on rpc configurations
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1477858 13f79535-47bb-0310-9956-ffa450edef68
2013-04-30 22:23:50 +00:00
Michael Stack
13297c9a07 HBASE-8271 Book updates for changes to GC options in shell scripts
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1476037 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 04:37:17 +00:00
Michael Stack
cbd6d10d5f HBASE-8444 Acknowledge that 0.95+ requires 1.0.3 hadoop at least
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1476036 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 04:10:50 +00:00
Michael Stack
7b3dc4f7ba HBASE-8428 Tighten up IntegrationTestsDriver filter
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1475996 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 22:49:41 +00:00
sershe
d122093473 HBASE-8405 Add more custom options to how ClusterManager runs commands
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471804 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 01:36:29 +00:00
Michael Stack
15a10f8f7d HBASE-5946 Thrift Filter Language documentation is inconsistent
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471254 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 05:16:31 +00:00
Michael Stack
b0702f3d8d HBASE-5577 improve 'patch submission' section in HBase book
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471252 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 04:59:48 +00:00
Michael Stack
d05a358fea Fix how to build tar ball.. its assembly:single now instead of assembly:assembly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1470814 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 04:40:50 +00:00