Commit Graph

2498 Commits

Author SHA1 Message Date
Jonathan M Hsieh 0e20bbf6a3 Merge branch 'apache/master' (4/16/15) into hbase-11339
API conflicts and test fixes
Update LoadTestTool.COLUMN_FAMILY -> DEFAULT_COLUMN_FAMILY due HBASE-11842
Use new 1.0+ api in some tests
Use updated Scanners internal api
Fix to take into account  HBASE-13203 - procedure v2 table delete

Conflicts:
	hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java
	hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java
2015-05-01 08:18:51 -07:00
Jerry He 1d26d26407 HBASE-13598 Make hbase assembly attach to the project 2015-04-30 23:01:11 -07:00
Enis Soztutar 558cac91d0 HBASE-13586 Update book on Hadoop and Java supported versions for 1.1.x (ADDENDUM for 1.0.x support of Hadoop-2.6.x) 2015-04-29 16:13:14 -07:00
Nick Dimiduk 60d7921a6a HBASE-13586 Update book on Hadoop and Java supported versions for 1.1.x 2015-04-29 12:03:35 -07:00
stack 4120f657b9 HBASE-13564 Master MBeans are not published (Ashish Singhi) + Addendum 2015-04-29 11:35:31 -07:00
Nick Dimiduk 167f0f0480 Revert "HBASE-13564 Master MBeans are not published"
This reverts commit a725044644.
2015-04-29 09:14:59 -07:00
Devaraj Das 85ac00ba9f HBASE-13184 Document turning off memstore for region replicas (Misty Stanley-Jones) 2015-04-29 00:10:37 -07:00
Jerry He 5f1676715b HBASE-13577: Documentation is pointing to wrong port for Master Web UI (Lars Francke) 2015-04-28 18:23:16 -07:00
Ashish Singhi a725044644 HBASE-13564 Master MBeans are not published 2015-04-27 21:23:59 -07:00
Srikanth Srungarapu 4182fc1a9b HBASE-13359 Update ACL matrix to include table owner. 2015-04-26 20:13:23 -07:00
Josh Elser e09b28941f HBASE-13554 Clarify release versioning policy.
HBase is not following the strictness of SemVer, so
make sure we correctly advertise this. Document the
edge-case where APIs may be added in patch-releases.

Signed-off-by: Sean Busbey <busbey@apache.org>
2015-04-24 13:49:15 -05:00
stack 0dfeba3d78 HBASE-13487 Doc KEEP_DELETED_CELLS 2015-04-17 08:27:45 -07:00
Elliott Clark 134b95579c HBASE-13325 Protocol Buffers 2.5 no longer available for download on code.google.com 2015-03-25 14:05:34 -07:00
Ramkrishna 65d3781897 HBASE-13281 'hbase.bucketcache.size' description in hbase book is not
correct (Ram)
2015-03-23 22:40:18 +05:30
anoopsjohn 014b812103 HBASE-13006 Document visibility label support for groups. (Jerry He) 2015-03-19 09:18:21 +05:30
Gustavo Anatoly 99ec366147 HBASE-13229 Specify bash for local-regionservers.sh and local-master-backup.sh
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-03-17 11:57:41 -05:00
Sean Busbey d9d1b07cfc Revert "Specify bash for local-regionservers.sh and local-master-backup.sh"
This reverts commit ca8876a9f2.
2015-03-17 11:57:08 -05:00
Gustavo Anatoly ca8876a9f2 Specify bash for local-regionservers.sh and local-master-backup.sh
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-03-17 09:57:07 -05:00
Andrew Purtell 2f43da0a7d HBASE-13237 Improve trademark marks on the hbase.apache.org homepage 2015-03-13 15:48:25 -07:00
Andrew Purtell e60cae0500 HBASE-13234 Improve the obviousness of the download link on hbase.apache.org 2015-03-13 11:26:17 -07:00
tedyu fbe7322870 HBASE-13226 Document enable_table_replication and disable_table_replication shell commands (Ashish Singhi) 2015-03-13 07:06:55 -07:00
tedyu 5316214d49 HBASE-13218 Correct the syntax shown for using ExportSnapshot tool in the book (Ashish Singhi) 2015-03-12 07:39:08 -07:00
Lars George e66dca6cd1 HBASE-13165 Fix docs and scripts for default max heaps size after HBASE-11804 (docs) 2015-03-11 11:20:37 +01:00
Misty Stanley-Jones d590f87ef4 HBASE-7126 Document how to report security bugs 2015-03-11 15:14:42 +10:00
Misty Stanley-Jones 142e36e7de HBASE-13196 Add info about default number of versions when using the export tool 2015-03-11 15:00:53 +10:00
Misty Stanley-Jones 61cc8e0de1 HBASE-12723 Update ACL matrix to reflect reality <Srikanth Srungarapu> 2015-03-10 08:20:41 +10:00
Misty Stanley-Jones 0fba20471e HBASE-13095 Document status 'replication' commands 2015-03-09 13:59:49 +10:00
Misty Stanley-Jones bde2d30676 HBASE-13023 Document MultiWAL 2015-03-09 13:58:15 +10:00
Misty Stanley-Jones 7642ee49f0 HBASE-12468 AUTHORIZATIONS should be part of the Visiblity Label docs 2015-03-09 13:51:43 +10:00
Misty Stanley-Jones 8c1edeb2b8 HBASE-13177 Document compact and major_compact HBase shell commands and Admin APIs 2015-03-09 10:00:55 +10:00
Misty Stanley-Jones aed88cf382 HBASE-13135 Move replication ops mgmt stuff from Javadoc to Ref Guide 2015-03-09 09:30:21 +10:00
Misty Stanley-Jones 33a6a819a4 HBASE-11339 Addendum: Put back the sweeper tool docs for now 2015-03-09 09:17:06 +10:00
Misty Stanley-Jones 2e48e32dbd HBASE-13163 Add HBase version to header and footer of HTML and PDF docs 2015-03-06 14:33:56 +10:00
Misty Stanley-Jones 39425a8558 HBASE-11670 Generate PDF of Reference Guide 2015-03-05 09:31:11 +10:00
Misty Stanley-Jones a1e9ce3d87 HBASE-11339 Converted hbase_mob.xml to Asciidoc and added it to the Asciidoc TOC 2015-02-27 12:14:50 +10:00
Jonathan M Hsieh fe335b683c Merge branch 'master' (2/11/15) into hbase-11339
Conflicts:
	hbase-client/src/main/java/org/apache/hadoop/hbase/HColumnDescriptor.java
	hbase-client/src/test/java/org/apache/hadoop/hbase/TestHColumnDescriptor.java
	hbase-common/src/main/java/org/apache/hadoop/hbase/TagType.java
	hbase-common/src/main/resources/hbase-default.xml
	hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapper.java
	hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceImpl.java
	hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestAcidGuarantees.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/io/HFileLink.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/DeleteTableHandler.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/DisabledTableSnapshotHandler.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/Compactor.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/DefaultCompactor.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/StripeCompactor.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/RestoreSnapshotHelper.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotReferenceUtil.java
	hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperStub.java
	pom.xml
	src/main/docbkx/book.xml
	src/main/docbkx/ops_mgt.xml
	src/main/docbkx/schema_design.xml
2015-02-22 12:54:45 -08:00
Misty Stanley-Jones f1f8c0d430 HBASE-12425 Document the region split process 2015-02-18 06:58:15 +10:00
Misty Stanley-Jones bfc2bc7fa2 HBASE-12412 update the ref guide example 2 in HBase APIs chapter with the new API modifyFamily in master 2015-02-17 15:21:12 +10:00
Misty Stanley-Jones b7f6a45803 HBASE-11910 Document preemptive Call Me Maybe results 2015-02-12 14:53:55 +10:00
Misty Stanley-Jones b51f5dc120 HBASE-12168 Document Rest gateway SPNEGO-based authentication for client
<Jerry He>
2015-02-12 14:10:37 +10:00
Misty Stanley-Jones a0f2bc07b2 HBASE-12585 Fix refguide so it does hbase 1.0 style API everywhere
with callout on how we used to do it in pre-1.0
2015-02-11 16:07:35 +10:00
Misty Stanley-Jones 9283b93e22 HBASE-12701 Document how to set the split policy on a given table 2015-02-10 14:05:41 +10:00
Misty Stanley-Jones b08802a3e8 HBASE-12877 Hbase documentation- a referenced link is not working <Subrahmanyam> 2015-01-30 16:24:24 +10:00
Misty Stanley-Jones a7816d88bd HBASE-12922 Post-asciidoc conversion fix-ups part 2 <Lars Francke> 2015-01-30 08:58:30 +10:00
Misty Stanley-Jones 5fbf80ee5e HBASE-12902 Post-asciidoc conversion fix-ups 2015-01-23 13:12:02 +10:00
tedyu 319f9bb791 HBASE-12903 Fix configuration which enables secure bulk load (Weichen Ye) 2015-01-22 09:02:44 -08:00
Misty Stanley-Jones 4d31779dd7 HBASE-11533 AsciiDoctor POC Addendum 2 to fix redirects during site generation 2015-01-19 18:21:09 +10:00
Misty Stanley-Jones f80691e583 HBASE-12871 Document JDK versions supported by each release missing in new documentation <Kevin Risden> 2015-01-19 00:06:06 -08:00
Misty Stanley-Jones 1c45263cf4 HBASE-12620 Add HBASE-11639 related items to Ref Guide <Ramkrishna S. Vasudevan> 2015-01-14 21:09:58 -08:00
Misty Stanley-Jones e80b3092a6 HBASE-12858 - remove extraneous Docbook files 2015-01-14 20:40:00 -08:00
Misty Stanley-Jones 4b0efe5515 HBASE-12708 Document newly introduced params for using Thrift-over-HTTPS. <Srikanth Srungarapu> 2015-01-14 20:36:56 -08:00
tedyu f0b4e5b19e HBASE-12858 Add missing license header for docbkx/hbase-default.xml 2015-01-14 18:56:28 -08:00
Misty Stanley-Jones 1a21c1684c HBASE-11533 Asciidoc Proof of Concept 2015-01-13 22:32:29 -08:00
stack 1723245282 Add in an hbasecon2015 logo for the banner 2015-01-13 21:56:27 -08:00
Misty Stanley-Jones 20a096d62e HBASE-12777 Redirect multi-page book to single-page book 2015-01-12 22:09:24 -08:00
Misty Stanley-Jones 83db450fc6 HBASE-12738 Addendum to fix up hbase-default.xml mistake 2014-12-23 07:28:48 +10:00
stack 5d664efe8b HBASE-12737 Fixed typos hbase shell prompt in documents (Tatsuo Kawasaki) 2014-12-22 08:45:36 -08:00
Misty Stanley-Jones a1fe1e0964 HBASE-12738 Chunk Ref Guide into file-per-chapter 2014-12-22 15:46:49 +10:00
Misty Stanley-Jones d9f25e30a1 HBASE-12528 Document the newly introduced params for providing principal and keytabs. <Srikanth Srungarapu> 2014-12-22 12:19:46 +10:00
Nick Dimiduk 13970bfa5a HBASE-12688 Update site with a bootstrap-based UI 2014-12-16 18:50:55 -08:00
stack 69d1237909 Add strata in feb 2014-12-15 10:40:50 -08:00
Jonathan M Hsieh ae684cac87 HBASE-12693 [docs] nit fix in HBase and MapReduce section 2014-12-15 08:14:10 -08:00
Misty Stanley-Jones db873f0886 HBASE-12677 Update replication docs to clarify terminology 2014-12-15 15:44:26 +10:00
Misty Stanley-Jones f72c3ef34d HBASE-12648 Document per-cell TTLs (Andrew Purtell) 2014-12-12 13:41:39 +10:00
Misty Stanley-Jones dd02634f1e HBASE-11153 Document that http webUI's should redirect to https when enabled 2014-12-12 08:55:24 +10:00
Enis Soztutar 534beefc13 HBASE-12568 Adopt Semantic Versioning and document it in the book 2014-12-11 11:43:29 -08:00
stack 84b41f8029 Add note on new location to do staging of release candidates from INFRA 2014-12-10 08:28:32 -08:00
Srikanth Srungarapu 4a36f662c2 HBASE-12628 Update instructions for running shell tests using maven.
Signed-off-by: Sean Busbey <busbey@apache.org>
2014-12-05 21:27:47 -06:00
stack 703848ceea Add note to upgrade section on DLR 2014-12-01 15:36:56 -08:00
stack 3078316ec5 Add note on how to disable integration tests running 2014-11-26 10:08:43 -08:00
stack 8df780db88 HBASE-12400 Fix refguide so it does connection#getTable rather than new HTable everywhere 2014-11-26 09:12:16 -08:00
Patrick White f2be914f73 HBASE-12569 Update scripts to control MaxDirectMemorySize via env vars
Signed-off-by: stack <stack@apache.org>
2014-11-24 23:57:46 -08:00
Misty Stanley-Jones a98f2d30ef HBASE-11939 Document Compressed Blockcache 2014-11-20 21:18:49 +10:00
Misty Stanley-Jones 8e5503baa8 HBASE-12421 Clarify ACL concepts and best practices
Signed-off-by: stack <stack@apache.org>
2014-11-18 12:45:20 -08:00
stack b94e6738d9 HBASE-10378 Refactor write-ahead-log implementation -- ADDEDNUM 2014-11-18 12:12:35 -08:00
stack 3f6b734635 Add appdynamics meetup 2014-11-17 15:18:17 -08:00
stack 97b38fbdb4 Add wandisco meetup to front page and add pointer to elliotts metrics writeup under metrics doc 2014-11-14 10:36:24 -08:00
stack 71ed3bf6b0 Doesn't like entity &mdash;, replace with &#x2014; 2014-11-11 16:17:48 -08:00
stack 804444f892 HBASE-12455 Add 'description' to bean and attribute output when you do /jmx?description=true 2014-11-11 12:59:43 -08:00
Andrew Purtell 724b4a4693 HBASE-12343 Document recommended configuration for 0.98 from HBASE-11964 2014-11-10 12:53:15 -08:00
Misty Stanley-Jones bbd6815414 HBASE-12409 Add actual tunable parameters to regions per RS calculations 2014-11-07 08:46:57 +10:00
Niels Basjes cc71d35112 Generate Thrift code using a maven profile
Signed-off-by: stack <stack@apache.org>
2014-11-06 10:27:59 -08:00
Andrew Purtell d64ade4fde HBASE-12362 Interim documentation of important master and regionserver metrics 2014-11-05 10:09:28 -08:00
Andrew Purtell f7e9f2386a HBASE-12397 CopyTable fails to compile with the Hadoop 1 profile
This was an issue affecting only the "hadoop-1.0" build profile on
the 0.98 branch. A discussion on dev@ determined consensus that
build profile should be removed. This change updates the supported
Hadoop version matrix in configuration.xml.
2014-11-05 09:06:39 -08:00
stack 3a9cf5b2cd Add note to upgrade section on HBASE-12068; i.e. things to do if you have custom filters 2014-10-29 00:02:27 -07:00
stack 4dc2b58f04 Add more notes on why 0.96 -> 1.0 rolling upgrade not possible 2014-10-28 23:55:46 -07:00
Misty Stanley-Jones 9ddb25cf3a HBASE-12316 Document scanner timeout troubleshooting for Thrift clients 2014-10-28 08:08:56 +10:00
Misty Stanley-Jones 66b6dd1941 HBASE-12207 A script to help keep your Git repo fresh 2014-10-27 14:33:28 +10:00
stack 3c9c4da503 HBASE-11164 Document and test rolling updates from 0.98 -> 1.0 2014-10-23 21:35:07 -07:00
stack eae0f202ce HBASE-11164 Document and test rolling updates from 0.98 -> 1.0; Add note on why can't go from 0.96 to 1.0 and define what rolling upgrade is 2014-10-23 20:48:34 -07:00
Misty Stanley-Jones feaa8fa9c8 HBASE-12249 Addendum - fix XML mistake 2014-10-22 16:10:34 +10:00
stack c5022bb665 HBASE-11915 Document and test 0.94 -> 1.0.0 update 2014-10-21 21:47:08 -07:00
Misty Stanley-Jones d5f9a38aed HBASE-12249 Script to help you adhere to the patch-naming guidelines 2014-10-22 13:23:36 +10:00
stack f61df33988 HBASE-12286 [shell] Add server/cluster online load of configuration changes Add doc to the refguide, change command names to drop the _rs_
Signed-off-by: stack <stack@apache.org>
2014-10-21 11:15:09 -07:00
Nick Dimiduk 43e596becb HBASE-12251 [book] Hadoop compat matrix 0.94 section needs cleaned up 2014-10-13 21:31:09 -07:00
Misty Stanley-Jones 13122f5076 HBASE-12239 Addendum to fix a typo 2014-10-14 10:33:23 +10:00
Misty Stanley-Jones 3ccfb2baad HBASE-12239 Document Hedged Reads 2014-10-13 15:50:04 +10:00
stack f2d05befad HBASE-11890 HBase REST Client is hard coded to http protocol (Qiang Tian) 2014-10-12 18:25:56 -07:00
Misty Stanley-Jones fcf583eb19 HBASE-12186 Fixed table cell deleted inadvertently by HBASE-11791 2014-10-10 17:08:53 +10:00
stack 0eb0721fef HBASE-11990 Make setting the start and stop row for a specific prefix easier (Niels Basjes) 2014-10-09 11:13:52 -07:00
Misty Stanley-Jones 1636afb0aa HBASE-11998 Document a workflow for cherry-picking a fix to a different branch 2014-10-09 10:10:06 +10:00
Misty Stanley-Jones 4057f6c4e4 HBASE-12193 Add missing docbook file to git 2014-10-08 07:01:35 +10:00
Misty Stanley-Jones 38bc5360c5 HBASE-11791 Update docs on visibility tags and ACLs, transparent encryption, secure bulk upload 2014-10-07 17:22:02 +10:00
Misty Stanley-Jones 64df10b61b HBASE-11981 Document how to find the units of measure for a given HBase metric 2014-10-07 16:52:10 +10:00
Misty Stanley-Jones a3b65c45ad HBASE-11692 Document how and why to do a manual region split
Incorporated Stack's feedback
2014-10-07 16:46:31 +10:00
Misty Stanley-Jones baaaac0202 HBASE-9005 Improve documentation around KEEP_DELETED_CELLS, time range scans, and delete markers 2014-10-07 14:05:13 +10:00
Misty Stanley-Jones b9701d0569 HBASE-10411 Add a kerberos 'request is a replay (34)' issue in the Troubleshooting chapter (Takeshi Miao) 2014-10-07 13:49:11 +10:00
Misty Stanley-Jones f80d4ba16f HBASE-9004 Fix Documentation around Minor Compaction and TTL (Masatake Iwasaki) 2014-10-07 13:33:16 +10:00
Misty Stanley-Jones 0209e1c760 HBASE-6994 minor doc update about DEFAULT_ACCEPTABLE_FACTOR (Liang Xie) 2014-10-07 13:17:48 +10:00
Misty Stanley-Jones b72eb7f92e HBASE-11339 integrated updates made to the MOB Handbook DOCX file 2014-10-02 13:07:12 +10:00
Misty Stanley-Jones dd34b91c33 HBASE-11930 Document new permission check to roll WAL writer (Jerry He) 2014-10-02 07:42:38 +10:00
stack e97b43a16b HBASE-10607 [JDK8] NoSuchMethodError involving ConcurrentHashMap.keySet if running on JRE 7 2014-09-30 20:58:41 -07:00
Jimmy Xiang 683f3b3d50 HBASE-12034 If I kill single RS in branch-1, all regions end up on Master! 2014-09-29 13:50:59 -07:00
stack 82bb370703 HBASE-6290 Add a function a mark a server as dead and start the recovery the process (Talat Uyarer) DOC ADDENDUM 2014-09-29 10:49:03 -07:00
anoopsjohn 629042f4ce HBASE-12085 mob status should print human readable numbers.(Jingcheng Du) 2014-09-26 13:29:36 +05:30
stack 3f98c02cd3 Add a little appendix on sql over hbase 2014-09-24 22:23:58 -07:00
Misty Stanley-Jones 9cf46dcbe3 HBASE-11986 Fixed comma mistake 2014-09-19 07:01:32 +10:00
Misty Stanley-Jones ac65b1fb75 HBASE-11986 Addendum - Added hbase_mob.xml 2014-09-19 06:58:41 +10:00
Misty Stanley-Jones 7cd71d1db6 HBASE-11986 Document MOB in Reference Guide 2014-09-18 15:27:41 +10:00
Misty Stanley-Jones e4a7661505 HBASE-11951 Add a script to assist with publishing the website and getting rid of stale files 2014-09-18 12:59:31 +10:00
Misty Stanley-Jones 5cba49c5b9 HBASE-11761 Add a FAQ item for updating a maven-managed application from 0.94 -> 0.96+ 2014-09-18 12:56:38 +10:00
Misty Stanley-Jones c6d5375876 HBASE-11730 Document release-managers for non-deprecated branches 2014-09-18 12:47:14 +10:00
Misty Stanley-Jones e1f8a325fb HBASE-11738 Documented improvements to ltt and pe tools 2014-09-17 08:04:44 +10:00
stack 7e40b77274 Add google NYC meetup october 15th 2014-09-16 13:58:30 -07:00
Jimmy Xiang 4ad3fe1f2e HBASE-11961 Document region state transitions (Jimmy Xiang and Misty Stanley-Jones) 2014-09-16 09:08:22 -07:00
Misty Stanley-Jones a86d4dbfe9 HBASE-10950 Document global configuration for maxVersion 2014-09-16 13:02:21 +10:00
stack f8c3a5b156 Add apple meetup to front page 2014-09-15 09:51:54 -07:00
stack b42b747869 Added continuuity meetup to home page 2014-09-11 15:10:29 -07:00
Misty Stanley-Jones 2816487247 HBASE-11932 Docbook html-single build improvements 2014-09-11 09:06:17 +10:00
stack a20c237676 Note on bucketcache needs 0.98.6 2014-09-09 15:00:23 -07:00
Misty Stanley-Jones f5fde94035 HBASE-11909 Documented how to find the current number of
regions and why the numbers in the UI might not agree with hbck output
2014-09-10 06:55:57 +10:00
Ted Yu cf69a13f42 HBASE-11786 Document web UI for tracking time spent in coprocessors (Misty Stanley-Jones) 2014-09-05 21:16:24 +00:00
Jonathan M Hsieh bcfc6d65af HBASE-11781 Document new TableMapReduceUtil scanning options (Misty Stanley-Jones) 2014-09-03 16:24:59 -07:00
stack 767aced0f9 HBASE-11855 HBase handbook chapter 18.9 out of date (Michael Tauscher) 2014-09-02 15:26:02 -07:00
Stephen Veiss beeb540f69 HBASE-11859: 'hadoop jar' references in documentation should mention hbase-server.jar, not hbase.jar
Signed-off-by: Jonathan M Hsieh <jmhsieh@apache.org>
2014-08-28 19:47:43 -07:00
stack 2a57397649 Add note on orca adding attribution 2014-08-27 19:32:56 -07:00
stack 80fbcfcd23 HBASE-4920 We need a mascot, a totem 2014-08-27 19:14:35 -07:00
stack cd8a908499 HBASE-4920 We need a mascot, a totem
Add in images Add reference on front page and from refguide.
2014-08-27 19:13:33 -07:00
stack a99e19a31f Add what not loading libs looks like 2014-08-26 13:55:55 -07:00
stack e1e8451828 Add section on how to reference Hadoop native libs 2014-08-26 13:52:13 -07:00
stack fefa4a3079 HBASE-4593 Design and document the official procedure for posting patches, commits, commit messages, etc. to smooth process and make integration with tools easier (Misty Stanley-Jones) 2014-08-25 14:29:46 -07:00
stack 33928f85f2 HBASE-4593 Design and document the official procedure for posting patches, commits, commit messages, etc. to smooth process and make integration with tools easier (Misty Stanley-Jones) 2014-08-25 14:29:46 -07:00
Jonathan M Hsieh 7ed832a145 HBASE-11782 Document that hbase.MetaMigrationConvertingToPB needs to be set to true for migrations pre 0.96 (Misty Stanley-Jones) 2014-08-25 13:52:04 -07:00
Sean Busbey 67646d3694 HBASE-11729 Document hfile v3.
* break out hfile appendix to its own file
* reorganize so that the section presents versions in order
* add section on v3

Signed-off-by: stack <stack@apache.org>
2014-08-25 12:12:09 -07:00
stack f8b4b2290d Add note that 0.96 is EOL'd 2014-08-22 15:28:10 -07:00
Nick Dimiduk a2fc3efebf HBASE-11779 Document the new requirement to set JAVA_HOME before starting HBase (Misty Stanley-Jones) 2014-08-22 10:29:02 -07:00
Nick Dimiduk ea32555b9a HBASE-11752 Document blockcache prefetch option (Misty Stanley-Jones) 2014-08-20 12:57:37 -07:00
Nick Dimiduk 05e0f7478e Revert "Document blockcache prefetch option (Misty Stanley-Jones)"
This reverts commit 7f56783003.
2014-08-20 12:57:37 -07:00
Nick Dimiduk 7f56783003 Document blockcache prefetch option (Misty Stanley-Jones) 2014-08-20 11:23:46 -07:00
Matteo Bertozzi dd3c9da27a HBASE-11736 Document SKIP_FLUSH snapshot option (Misty Stanley-Jones) 2014-08-20 09:47:17 +01:00
Matteo Bertozzi a55a65017c HBASE-11737 Document callQueue improvements from HBASE-11355 and HBASE-11724 (Misty Stanley-Jones) 2014-08-20 09:41:46 +01:00
Jonathan M Hsieh ac2e1c33fd HBASE-11682 Explain Hotspotting (Misty Stanley-Jones) 2014-08-19 16:44:05 -07:00
stack 50f17935fd HBASE-11735 Document Configurable Bucket Sizes in bucketCache (Misty Stanley-Jones) 2014-08-19 14:47:50 -07:00
stack 8a52d58a7b HBASE-11607 Document HBase metrics (Misty Stanley-Jones) 2014-08-19 13:51:17 -07:00
Jonathan M Hsieh f282ade9a7 HBASE-10202 Documentation is lacking information about rolling-restart.sh script (Misty Stanley-Jones) 2014-08-18 15:32:20 -07:00
Jonathan M Hsieh 454389a4b7 HBASE-11508 Document changes to IPC config parameters from HBASE-11492 (Misty Stanley-Jones) 2014-08-18 14:30:59 -07:00
Jonathan M Hsieh 3702b0b445 HBASE-11655 ADDENDUM - typo fix 2014-08-18 14:25:57 -07:00
Jonathan M Hsieh 76ffc75036 HBASE-11655 Document how to use Bash with HBase Shell (Misty Stanley-Jones) 2014-08-18 14:23:37 -07:00
stack 36a07922c1 HBASE-11739 Document blockCache contents report in the UI 2014-08-18 14:13:33 -07:00
stack 1f1a676cfe edit on why bucketcache 2014-08-18 14:13:33 -07:00
stack ef70ce8b50 Add pointer to terracota offheaping notes 2014-08-18 14:13:33 -07:00
Jonathan M Hsieh 25a7b75560 HBASE-11734 Document changed behavior of hbase.hstore.time.to.purge.deletes (Misty Stanley-Jones) 2014-08-18 13:42:03 -07:00
Jonathan M Hsieh c1c5c88792 HBASE-11753 Document HBASE_SHELL_OPTS environment variable (Misty Stanley-Jones) 2014-08-18 12:10:46 -07:00
Andrew Purtell 865fae8a80 HBASE-11731 Add option to only run a subset of the shell tests (Sean Busbey) 2014-08-14 11:49:59 -07:00
anoopsjohn cabcb6ca23 HBASE-11717 Remove unused config 'hbase.offheapcache.percentage' from hbase-default.xml and book. (Anoop) 2014-08-14 23:47:03 +05:30
Jonathan M Hsieh 92c3b877c0 HBASE-11476 Expand 'Conceptual View' section of Data Model chapter (Misty Stanley-Jones) 2014-08-13 14:57:16 -07:00
Jonathan M Hsieh 2153a92fa9 HBASE-11723 Document all options of bin/hbase command (Misty Stanley-Jones) 2014-08-13 09:45:28 -07:00
Jean-Daniel Cryans bdf9c35d00 Fixing a tag that breaks mvn site and image locations (Misty Stanley-Jones) 2014-08-10 18:35:45 -04:00
stack 87e293bee1 Add note on where to find direct memory usage in jmx 2014-08-08 11:10:24 -07:00
stack 3cff0d34c4 Add note on how to set up blockcache so we cache META blocks only and pull in DATA blocks on each access 2014-08-08 07:46:34 -07:00
stack 7335f5f87d Edit of doc on block cache adding reference to blockcache doc with findings recommending when to use offheap blockcache 2014-08-07 22:03:02 -07:00
Jonathan M Hsieh 5848710aa7 HBASE-6626 Add a chapter on HDFS in the troubleshooting section of the HBase reference guide (Misty Stanley-Jones) 2014-08-07 13:27:40 -07:00
Sean Busbey b2cc061460 HBASE-11661 standalone verification should only look for a single process.
Signed-off-by: stack <stack@apache.org>
2014-08-07 12:20:52 -07:00
stack 3fdc6a2b72 HBASE-11629 Operational concerns for Replication should call out ZooKeeper (Misty Stanley Jones) 2014-08-07 08:24:32 -07:00
Jonathan M Hsieh 4ab6971395 HBASE-11681 Update and move doc about disabling the WAL (Misty Stanley-Jones) 2014-08-06 14:23:29 -07:00
stack 2c84b6e17c Add note on contributing to HBase under dev and the newly minted 'beginner' label 2014-08-06 08:23:56 -07:00
Ted Yu b158900b68 HBASE-11666 Enforce JDK7 javac for builds on branch-1 and master (Sean Busbey) 2014-08-05 15:00:37 +00:00
stack 8f1fc9a79c Note on make patch for master branch first and a small note on hadoopqa -- to be expanded 2014-08-04 12:08:06 -07:00
stack 8ec64ec0df HBASE-11648 Typo of config: hbase.hstore.compaction.ratio in book.xml (Liu Shaohui) 2014-08-01 09:55:30 -07:00
stack 24b5fa7f0c HBASE-11640 Add syntax highlighting support to HBase Ref Guide programlistings (Misty Stanley-Jones) 2014-08-01 09:40:03 -07:00
stack 33e1418105 HBASE-11539 Expand info about contributing to and building documentation (Misty Stanley-Jones) 2014-07-31 19:53:58 -07:00
stack f46531f043 Add sift science meetup 2014-07-31 09:40:32 -07:00
Jimmy Xiang 9cc2b0ae9d HBASE-11540 Document HBASE-11474 (Misty Stanley-Jones) 2014-07-29 09:21:32 -07:00
Jean-Daniel Cryans afae1e2583 HBASE-11316 Expand info about compactions beyond HBASE-11120 (Misty Stanley-Jones) 2014-07-28 18:06:48 -07:00
Jean-Daniel Cryans fe54e7d7ae HBASE-11522 Move Replication information into the Ref Guide (Misty Stanley-Jones) 2014-07-28 17:26:43 -07:00
Jimmy Xiang cc61cc3081 HBASE-11575 Pseudo distributed mode does not work as documented 2014-07-24 10:04:35 -07:00
Nicolas Liochon d8faab2fff HBASE-11492 Hadoop configuration overrides some ipc parameters including tcpNoDelay 2014-07-22 14:54:52 +02:00
stack dcec55148e Add doc of since removed hbase.bucketcache.percentage.in.combinedcache 2014-07-18 22:22:33 -07:00
stack 60d3e3c905 More suggestion folks use offheap block cache 2014-07-18 16:56:48 -07:00
stack 19979d770d Add doc on direct memory, the block cache UI additions, list block cache options, downplay slab cache even more 2014-07-18 16:56:48 -07:00
Jonathan M Hsieh 209dd6dcfe HBASE-11400 [docs] edit, consolidate, and update compression and data encoding docs (Misty Stanley-Jones) 2014-07-18 13:45:57 -07:00
anoopsjohn da8f0a336d HBASE-10398 HBase book updates for Replication after HBASE-10322. (Misty) 2014-07-16 22:28:07 +05:30
stack a99b71da57 Add a upgrading to 1.0 section to the upgrade part of the book; talk about HBASE-11520 removing hbase.bucketcache.percentage.in.combinedcache 2014-07-15 23:32:26 -07:00
stack 8a481b87b5 HBASE-11520 Simplify offheap cache config by removing the confusing "hbase.bucketcache.percentage.in.combinedcache" 2014-07-15 23:14:14 -07:00
Enis Soztutar 784c814e59 HBASE-11502 Fixed typo in image name (timeline_consistency.png) 2014-07-15 15:04:13 -07:00
stack 96dcd67f56 HBASE-11514 Fix findbugs warnings in blockcache 2014-07-15 07:51:27 -07:00
stack bf2933e08a Add note on HBASE-11118 and HBASE-10877 HBaseZeroCopyByteString woes to troubleshooting section 2014-07-14 20:56:07 -07:00
stack 1cedeae897 HBASE-8473 add note to ref guide about snapshots and ec2 reverse dns requirements (Misty Stanley-Jones) 2014-07-13 21:56:51 -07:00
Jonathan M Hsieh 95ef3acdd3 HBASE-4931 [docs] CopyTable instructions could be improved (Misty Stanley-Jones) 2014-07-10 01:50:38 -07:00
Jonathan M Hsieh 21d37b3a59 HBASE-11317 [docs] Expand unit testing to cover Mockito and MRUnit and give more examples (Misty Stanley-Jones) 2014-07-10 01:43:42 -07:00
Jonathan M Hsieh 779fcc51f4 HBASE-11477 book.xml Dockbook validity issues (again) (Misty Stanley-Jones) 2014-07-09 18:30:58 -07:00
Jonathan M Hsieh f59804a855 HBASE-11477 book.xml has Docbook validity issues (again) (Misty Stanley-Jones) 2014-07-09 18:08:19 -07:00
stack 257ab6525e HBASE-11459 Add more doc on compression codecs, how to hook up native lib, lz4, etc. 2014-07-02 16:44:50 -07:00
Jonathan M Hsieh 15831cefd5 HBASE-11399 Improve Quickstart chapter and move Pseudo-distributed and distrbuted into it (Misty Stanley-Jones) 2014-07-02 11:30:13 -07:00
Enis Soztutar e50811a7ab HBASE-10513 Provide user documentation for region replicas
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-10070@1595077 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 16:39:40 -07:00
Gary Helmling bf827a0331 HBASE-11285 Expand coprocessor info in ref guide (Misty Stanley-Jones) 2014-06-27 11:11:40 -07:00
stack 18c5cf9e43 HBASE-6192 Document ACL matrix in the book (Misty Stanley-Jones) 2014-06-26 10:36:01 -07:00
stack 4678ce09ca Note that 1.0 is JDK7 and JDK6 not supported 2014-06-26 10:06:48 -07:00
stack 05c1b27e6f HBASE-11324 Update 2.5.2.8. Managed Compactions (Misty Stanley-Jones) 2014-06-24 17:16:13 -07:00
stack 92179b8afe HBASE-11102 Document JDK versions supported by each release (Misty Stanley-Jones) 2014-06-24 17:08:20 -07:00
stack 6586728159 Add HP meetup 2014-06-24 10:54:43 -07:00
Michael Stack 9829bb9c24 HBASE-11338 Expand documentation on bloom filters (Misty Stanley-Jones) 2014-06-19 15:11:15 -07:00
Michael Stack 5764df2974 HBASE-11348 Make frequency and sleep times of chaos monkeys configurable (Vandan Ayyalasomayajula) 2014-06-19 14:50:50 -07:00
Michael Stack b16e36a5b2 HBASE-10289 Avoid random port usage by default JMX Server. Create Custome JMX server (Qiang Tian). DOC ADDENDUM 2014-06-19 14:38:19 -07:00
Michael Stack 3ed3c5513c HBASE-11364 [BlockCache] Add a flag to cache data blocks in L1 if multi-tier cache 2014-06-17 22:33:40 -05:00
Michael Stack 1b92422597 HBASE-11280 Document distributed log replay and distributed log splitting (Misty Stanley-Jones) 2014-06-17 18:18:00 -05:00
Michael Stack 91991b72af HBASE-11337 Document how to create, modify, delete a table using Java (Misty Stanley-Jones) 2014-06-13 10:21:19 -07:00
Michael Stack 6764275ff0 HBASE-11340 Remove references to xcievers in documentation (Dima Spivak) 2014-06-13 10:12:08 -07:00
Nick Dimiduk 632301f525 HBASE-11307 Deprecate SlabCache 2014-06-13 09:40:44 -07:00
Jean-Daniel Cryans 8e547f3ba7 HBASE-8844 Document the removal of replication state AKA start/stop_replication (Misty Stanley-Jones) 2014-06-13 08:58:55 -07:00
Michael Stack 4d200be620 Add note telling committers setup their git repo before committing 2014-06-10 10:21:58 -07:00
Michael Stack 948b22f082 HBASE-11120 Update documentation about major compaction algorithm (Misty Stanley-Jones) + addendum fixing CompactionConfiguration 2014-06-09 20:48:56 -07:00
Michael Stack 8c43acfd45 HBASE-7394 Document security config requirements from HBASE-7357 (Misty Stanley-Jones) 2014-06-08 17:23:17 -07:00
Michael Stack 31de89091f Add note on Amending-Author: Author <committer@apache> agreed up on mailing list 2014-06-06 20:26:44 -07:00
Michael Stack 475b1d2c94 HBASE-9733 Book should have individual Disqus comment per page (Misty Stanley-Jones) 2014-06-04 18:04:42 -07:00
Michael Stack f24e68426c HBASE-6139 Add troubleshooting section for CentOS 6.2 page allocation failure issue (Misty Stanley-Jones) 2014-06-04 11:26:48 -07:00
Ted Yu d20feaf1e7 HBASE-11204 Document bandwidth consumption limit feature for ExportSnapshot (Misty Stanley-Jones) 2014-06-04 04:33:24 +00:00
Michael Stack 8fd62d1e89 Add link back to mailing list on policy voting on RCs 2014-06-02 16:54:55 -07:00
Michael Stack 8b54e48086 Add list of properties needed running REST server under SSL 2014-06-02 15:44:19 -07:00
Michael Stack a5f6f4783c Add section on how to vote on an RC for PMC members 2014-06-02 15:04:19 -07:00
Michael Stack 6fdf737171 HBASE-6701 Revisit thrust of paragraph on splitting (Misty Stanley-Jones) 2014-06-02 10:02:23 -07:00
Michael Stack db9cb9ca08 HBASE-6701 Revisit thrust of paragraph on splitting (Misty Stanley-Jones) 2014-06-02 09:52:01 -07:00
Michael Stack 768c4d6775 HBASE-11238 Add info about SlabCache and BucketCache to Ref Guide (Misty Stanley-Jones) 2014-06-02 09:29:59 -07:00
Michael Stack 80557b872f HBASE-10289 Avoid random port usage by default JMX Server. Create Custome JMX server (Qiang Tian) 2014-06-02 09:19:16 -07:00
Michael Stack d56dfd2a8b Add pointer to blog on distributed log splitting 2014-06-02 08:59:03 -07:00
Michael Stack 4118b0e734 HBASE-9580 Document the meaning of @InterfaceAudience in hbase ref guide (Misty Stanley-Jones) 2014-05-30 11:16:32 -07:00
Michael Stack 380bfd11eb HBASE-11268 HTablePool is now a deprecated class, should update docs to reflect this (Misty Stanley-Jones) 2014-05-30 10:45:50 -07:00
Michael Stack 2db8aafe7d HBASE-4456 [doc] Add a section about RS failover (Misty Stanley-Jones) 2014-05-28 23:10:21 -07:00
Michael Stack 9fc9c0f210 HBASE-11196 Update description of -ROOT- in ref guide 2014-05-28 22:59:25 -07:00
Michael Stack b4a2d607a3 HBASE-11218 Data loss in HBase standalone mode (Liu Shaohui) -- DOC ADDENDUM 2014-05-28 10:42:37 -07:00
Michael Stack 63e8304e96 HBASE-11199 One-time effort to pretty-print the Docbook XML, to make further patch review easier (Misty Stanley-Jones) 2014-05-28 07:58:50 -07:00
Michael Stack ef995efb1a HBASE-8807 HBase MapReduce Job-Launch Documentation Misplaced (Misty Stanley-Jones) 2014-05-27 15:13:23 -07:00
Michael Stack aa101ca97e HBASE-9149 javadoc cleanup of to reflect .META. rename to hbase:meta (Misty Stanley-Jones) 2014-05-27 10:36:55 -07:00
Michael Stack bfbc6d48cd HBASE-8817 Enhance The Apache HBase Reference Guide (Misty Stanley-Jones) 2014-05-27 10:13:14 -07:00
Michael Stack 856892cf57 HBASE-8970 [book] Filter language documentation is hidden (Misty Stanley-Jones) 2014-05-27 08:43:25 -07:00
Michael Stack 33f842855a Fix formatting error in developer 2014-05-22 15:33:20 -07:00
Michael Stack 3054c3b9b8 Add in note on how to proceed committing patches now we are up on new GIT context -- fix formatting problem 2014-05-22 14:25:08 -07:00
Michael Stack 35e3b9c31a Add in note on how to proceed committing patches now we are up on new GIT context 2014-05-22 14:17:19 -07:00
Michael Stack 98de4b04ff Update references to svn to instead reference git now we have migrated; fix a formatting error 2014-05-22 11:25:25 -07:00
Michael Stack 75d1431a28 Update references to svn to instead reference git now we have migrated 2014-05-22 11:02:47 -07:00