Commit Graph

2636 Commits

Author SHA1 Message Date
Misty Stanley-Jones 690c455964 HBASE-14774 Addendum to tweak CSS 2015-11-11 11:22:57 +10:00
Misty Stanley-Jones 112900d042 HBASE-14785 Addendum: Add an in-project Maven repo 2015-11-10 15:17:07 +10:00
Misty Stanley-Jones 98052222b0 HBASE-14785 Hamburger menu for mobile site
This requires use of a custom maven-fluido-skin JAR, also attached to the JIRA

More CSS fix-ups
2015-11-10 15:17:00 +10:00
Misty Stanley-Jones 0edd51d2e2 HBASE-14774 Raise the font size on high-DPI small-screen devices like iPhone 6+ 2015-11-07 15:37:47 +10:00
Apekshit(Appy) Sharma 08963189a2 HBASE-14767 - Remove deprecated functions from HBaseAdmin Deprecated in HBASE-12083 (1.0.0, 2.0.0, 0.99.2) - HBaseAdmin(Configuration)
Deprecated in HBASE-10479 (0.99.0, hbase-10070)
  - HBaseAdmin(Connection)

  Deprecated in HBASE-11826 (0.99.0, 1.0.0, 2.0.0)
  - flush()
  - compact()
  - majorCompact()
  - split()
  - getCompactionState()

- Changes many declarations from HBaseAdmin to Admin
(Apekshit)

Signed-off-by: stack <stack@apache.org>
2015-11-06 16:23:55 -10:00
Misty Stanley-Jones bfa3689190 HBASE-14755 Fix some broken links and HTML problems 2015-11-06 11:11:30 +10:00
Elliott Clark 86da57f498 HBASE-14765 Remove snappy profile 2015-11-05 10:20:40 -08:00
Misty Stanley-Jones eb6b2a1a04 HBASE-14732 Update HBase website skin and CSS
Use Fluido skin, make things more readable, make improvements to enhance the
mobile experience.
2015-11-05 09:19:44 +10:00
Misty Stanley-Jones c585072bc3 HBASE-14762 Update docs about publishing website to show gitsubpub method instead of svnsubpub
Also some reformatting to remove trailing whitespace and rewrap long lines.
2015-11-05 09:17:37 +10:00
Misty Stanley-Jones c575e18ab8 HBASE-14481 Deprecate HBase Wiki
We have an awesome community resource in our online book. It's maintained and looked after with
diligence. We also have an HBase section on the hadoop wiki that hasn't been updated since 2012.
Let's sift through the pages of the wiki, bring over any content that's still relevant and
not already present in the book, and kill the wiki.
2015-11-04 09:09:02 +10:00
Misty Stanley-Jones 090fbd3ec8 HBASE-14751 Fix Asciidoc in external API chapter 2015-11-04 07:18:29 +10:00
stack 6da971fbb0 Push thanks to Boris for logo license 2015-11-03 13:07:54 -08:00
Misty Stanley-Jones 9659f14020 HBASE-14638 Move Jython info from the Wiki to the Ref Guide 2015-11-02 14:18:13 +10:00
Misty Stanley-Jones 12a718d0ca HBASE-14639 Move Scala info from HBase Wiki to Ref Guide 2015-11-02 14:11:21 +10:00
Misty Stanley-Jones 988ff62e98 HBASE-13478 Document the change of default master ports being used 2015-11-02 14:08:35 +10:00
Misty Stanley-Jones 7ad7a7943a HBASE-14641 Move JDO example to HBase Ref Guide 2015-11-02 14:02:28 +10:00
Misty Stanley-Jones 185a62a403 HBASE-14640 Move Cascading info from Wiki to Ref Guide 2015-11-02 13:58:54 +10:00
Misty Stanley-Jones e8d6bf7d46 HBASE-14532 Add dfs shortcircuit configs to hbase-default.xml, fix anchor to Compaction subsection 2015-11-02 13:55:57 +10:00
Misty Stanley-Jones c3d40b0b68 HBASE-14026 Clarify 'Web API' in version and compatibility docs 2015-11-02 13:50:00 +10:00
Misty Stanley-Jones e24d03b10c HBASE-14695 Fix some easy HTML warnings and bad links 2015-10-28 12:12:40 +10:00
g-bhardwaj 8a2cef3315 HBASE-13867: Add endpoint coprocessor guide to HBase book. 2015-10-26 09:06:06 +10:00
Misty Stanley-Jones 098022ef70 HBASE-14603 addendum -- distribution management report and clause in the POM is crashing the build -- removed them 2015-10-22 21:41:10 +10:00
Misty Stanley-Jones 2996355e94 HBASE-14603 Lots of work on the POM to enhance Javadocs, Xrefs
* We now have apidocs, devapidocs, testapidocs, and testdevapidocs
* When using reportSets, the Javadoc plugin ignores the plugin configuration,
  so I propagated it to the individual reportSet configuration blocks.
* I was able to remove some of the logic that moved / copied things around
  in post-site.
* We now have xref and xref-test (these are superfluous but something needs them
  so I left them)
* Added source to Javadocs -- you can click a method or property to browse its source.
  More user-friendly than xref maybe.
* You can now get the whole site to build by doing 'mvn clean site site:stage' and
  it takes about 10 minutes.
2015-10-22 19:12:42 +10:00
Misty Stanley-Jones 74d5232065 Revert "Lots of work on the POM to enhance Javadocs, Xrefs"
This reverts commit aa78ebbd5a.
2015-10-22 19:11:40 +10:00
Misty Stanley-Jones aa78ebbd5a Lots of work on the POM to enhance Javadocs, Xrefs
* We now have apidocs, devapidocs, testapidocs, and testdevapidocs
* When using reportSets, the Javadoc plugin ignores the plugin configuration,
  so I propagated it to the individual reportSet configuration blocks.
* I was able to remove some of the logic that moved / copied things around
  in post-site.
* We now have xref and xref-test (these are superfluous but something needs them
  so I left them)
* Added source to Javadocs -- you can click a method or property to browse its source.
  More user-friendly than xref maybe.
* You can now get the whole site to build by doing 'mvn clean site site:stage' and
  it takes about 10 minutes.
2015-10-22 18:29:08 +10:00
Misty Stanley-Jones 30cf4e3761 HBASE-14627 Move Stargate docs to Ref Guide 2015-10-16 20:39:17 +10:00
Misty Stanley-Jones 46f2877381 HBase-14607 Converting SupportingProjects wiki to site page 2015-10-15 10:47:47 +10:00
Misty Stanley-Jones 88922c46d9 HBASE-14602 Addendum -- correct mailing list link and section name 2015-10-15 09:43:53 +10:00
stack 0099ec6397 Added LeanXcale at Ricardo's behest 2015-10-14 14:23:57 -07:00
Lars Francke 9c40dde0d3 HBASE-14346 Typo in FamilyFilter
Author: Lars Francke <lars.francke@gmail.com>
Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
2015-10-14 17:25:20 +10:00
Misty Stanley-Jones 9bd4371dfc Revert "Typo in FamilyFilter"
This reverts commit 78854995cc.
2015-10-14 17:25:20 +10:00
Misty Stanley-Jones e5580c247c HBASE-14602 Convert PoweredByHBase wiki to site page
Signed-off-by: stack <stack@apache.org>
2015-10-14 15:09:57 +10:00
Misty Stanley-Jones 73ccccf4c5 HBASE-14599 Modify site config to use protocol-relative URLs for CSS/JS
Signed-off-by: stack <stack@apache.org>
2015-10-14 09:05:58 +10:00
Misty Stanley-Jones 397bc555e3 HBASE-14558 Documenmt ChaosMonkey enhancements from HBASE-14261
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-10-13 08:46:41 +10:00
Misty Stanley-Jones e030c7a77b HBASE-14158 Addendum -- add spark.adoc to book TOC 2015-10-13 08:45:27 +10:00
ted malaska e7f659cac4 HBASE-14158 Add documentation for Initial Release for HBase-Spark Module integration
Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
2015-10-13 08:19:02 +10:00
Andrew Purtell 8fd2d65070 HBASE-14271 Improve Nexus Staging Instructions <Andrew Purtell>
Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
2015-10-07 12:16:13 +10:00
Lars Francke 78854995cc Typo in FamilyFilter
Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
2015-10-07 12:12:48 +10:00
Misty Stanley-Jones 5e60166eac HBASE-14424 Document that DisabledRegionSplitPolicy blocks manual splits 2015-10-07 12:08:22 +10:00
Misty Stanley-Jones bd9a41a368 HBASE-12983 HBase book mentions hadoop.ssl.enabled when it should be hbase.ssl.enabled 2015-10-07 12:02:28 +10:00
Misty Stanley-Jones d55f4aee4f HBASE-12615 Document GC conserving guidelines for contributors
Signed-off-by: Jonathan Hsieh <jon@cloudera.com>
2015-10-07 11:58:43 +10:00
Andrew Purtell 0e4d1671f3 Amend HBASE-14292 Call Me Maybe HBase links have moved
They have moved again
2015-10-02 16:12:30 -07:00
Apekshit(Appy) Sharma fe2c4f630d HBASE-14400 Fix HBase RPC protection documentation
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-09-15 17:43:48 -07:00
Lars Francke 5bb36f1594 HBASE-14253 update docs + build for maven 3.0.4+
Signed-off-by: Sean Busbey <busbey@cloudera.com>
2015-09-01 16:17:31 -05:00
Sean Busbey e54cb8abeb HBASE-13221 List Hadoop 2.6 as unsupported due to HADOOP-11710. 2015-09-01 16:17:30 -05:00
Elliott Clark fbd6ecb762 HBASE-13339 Update default Hadoop version to latest for master 2015-08-27 15:10:27 -07:00
Andrew Purtell 72f748f8b0 HBASE-14292 Call Me Maybe HBase links haved moved 2015-08-24 13:35:40 -07:00
stack 9334a47d45 HBASE-14273 Rename MVCC to MVCC: From MultiVersionConsistencyControl to MultiVersionConcurrencyControl (Lars Francke) 2015-08-24 08:47:26 -07:00
Andrew Purtell 902cd172f8 HBASE-13996 Add write sniffing in canary (Liu Shaohui) 2015-08-21 22:45:48 -07:00
Andrew Purtell a7327a30c4 HBASE-14091 Update site documentation with code of conduct and project policy for transgressions 2015-08-21 18:10:30 -07:00
stack 6da7535538 Add tokyo meetup to index page 2015-08-11 11:14:25 -07:00
Misty Stanley-Jones 7d4de20caf HBASE-13062 Add documentation coverage for configuring dns server with thrift and rest gateways 2015-08-11 20:34:46 +10:00
Gábor Lipták ae35f65e9a HBASE-14081 Remove (outdated) references to SVN/trunk from documentation 2015-08-10 10:23:09 -07:00
Misty Stanley-Jones b29c731a57 HBASE-14071 Document troubleshooting unexpected filesystem usage by snapshots and WALs 2015-08-10 14:07:03 +10:00
Misty Stanley-Jones 0daae43342 HBASE-13446 Add docs warning about missing data for downstream on versions prior to HBASE-13262 2015-08-10 14:05:14 +10:00
Misty Stanley-Jones aad7fbe6cd HBASE-12256 Update patch submission guidelines to call out binary file support 2015-08-10 14:03:35 +10:00
stack 5bdb0eb912 Remove hbasecon image and replace w/ standard orca 2015-08-09 23:39:21 +02:00
Sean Busbey 4ce6f486d0 HBASE-14087 Ensure correct ASF headers for docs/code
* adds missing headers
* corrects some old-form headers to current
* restores proper header for guava copied LimitInputStream
* adds proper header for protobuf copied read/writeRawVarint
2015-07-29 14:25:43 -05:00
Sean Busbey 746737714a HBASE-14086 remove unused bundled dependencies 2015-07-28 14:57:29 -05:00
Jonathan M Hsieh 493f36c899 HBASE-11339 Merge remote-tracking branch 'apache/hbase-11339' (Jingcheng Du) 2015-07-22 12:51:11 -07:00
Gábor Lipták 338e39970b HBASE-14065 Correct doc file location references in documentation
Signed-off-by: Sean Busbey <busbey@cloudera.com>
2015-07-17 22:57:26 -05:00
stack 97e0af001b HBASE-14102 Add thank you to our thanks page for vectorportal.com 2015-07-16 08:13:43 -07:00
stack bf5b75dc29 HBASE-14029 getting started for standalone still references hadoop-version-specific binary artifacts (Gabor Liptak) 2015-07-10 10:49:49 -07:00
stack ff122f80b9 HBASE-14053 Disable DLR in branch-1+ 2015-07-09 16:46:17 -07:00
Sean Busbey 7ffd14986b HBASE-13975 Add busbey as 1.2 RM to ref guide 2015-07-02 16:09:49 -05:00
Sean Busbey 348a11ad55 HBASE-13911 update java/hadoop prereqs for 1.2 2015-07-01 08:30:34 -05:00
Enis Soztutar 00cadf186b HBASE-13973 Update documentation for 10070 Phase 2 changes 2015-06-26 15:24:38 -07:00
Gábor Lipták 0f9c317968 HBASE-13869 Fix typo in docs
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-06-26 11:48:36 -05:00
Nick Dimiduk e123363867 HBASE-13956 Add myself as 1.1 release manager 2015-06-23 13:22:43 -07:00
Misty Stanley-Jones c4437e2516 Apply feedback to MOB docs 2015-06-22 14:15:00 +10:00
Sean Busbey 51b606cd18 HBASE-13915 remove EOL versions from config prereq section 2015-06-17 22:55:43 -05:00
Nick Dimiduk 41d9e8d9b4 HBASE-13929 make_rc.sh publishes empty shaded artifacts 2015-06-17 19:39:06 -07:00
tedyu 6cc42c8cd1 HBASE-13829 Add more ThrottleType (Guanghao Zhang) 2015-06-09 06:42:55 -07:00
Misty Stanley-Jones 67c463f63e HBASE-13660 Add link to cloud bigtable schema modeling guide into our refguide <stack@duboce.net> 2015-06-05 09:36:07 +10:00
Andrew Purtell 4070770243 HBASE-13780 Default to 700 for HDFS root dir permissions for secure deployments (Enis Soztutar) 2015-05-27 13:15:32 -07:00
Lars Francke dd2c60b5bf HBASE-13725 [documentation] Pseudo-Distributed Local Install can link to hadoop instructions
Signed-off-by: stack <stack@apache.org>
2015-05-21 10:01:43 -07:00
anoopsjohn 5098f365b4 HBASE-13736 Add delay for the first execution of ExpiredMobFileCleanerChore and MobFileCompactorChore.(Jingcheng) 2015-05-21 13:40:25 +05:30
Lars Francke 1fcee86978 HBASE-13636 Remove deprecation for HBASE-4072 (Reading of zoo.cfg)
Signed-off-by: stack <stack@apache.org>
2015-05-19 16:32:32 -07:00
Jonathan M Hsieh 09a00efc0b Merge remote-tracking branch 'apache/master' (5/19/15) into hbase-11339
Patches that caused deltas:
HBASE-10810 - around HColumnDescriptor 'should' vs 'is' api.
HBASE-11677 - LOG was made private
HBASE-11927 - Checksum constant changed
HBASE-10800 - CellComparator instead of KVComparator

Conflicts:
	hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/DeleteTableHandler.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
	hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/DefaultCompactor.java
	hbase-server/src/test/java/org/apache/hadoop/hbase/util/LoadTestTool.java
2015-05-19 16:30:21 -07:00
Lars Francke 02fa2200be HBASE-13582: Update docs for HTrace
Signed-off-by: stack <stack@apache.org>
2015-05-19 16:04:39 -07:00
Misty Stanley-Jones a93353e83c HBASE-13699 Expand documentation about quotas and other load balancing mechanisms 2015-05-15 17:03:47 -07:00
g72909 88f0f421c3 HBASE-13398 Document HBase Quota 2015-05-15 14:24:25 -07:00
Misty Stanley-Jones 6fd16f2378 HBASE-13533 section on configuring ~/.m2/settings.xml has no anchor <Gabor Liptak> 2015-05-12 09:07:00 -07:00
Lars Francke 671ae8f150 HBASE-13599 The Example Provided in Section 69: Examples of the
Documentation Does Not Compile

Reapply after fixing the commit message.

Signed-off-by: stack <stack@apache.org>
2015-05-11 10:03:19 -07:00
stack e1628106ae Revert "Fixed example code"
Reverted because missing associated JIRA reference.

This reverts commit 0dfb364723.
2015-05-11 10:02:06 -07:00
Jerry He 664b2e4f11 HBASE-13251 Correct HBase, MapReduce, and the CLASSPATH section in HBase Ref Guide (li xiang) 2015-05-05 21:25:06 -07:00
Lars Francke 0dfb364723 Fixed example code
Signed-off-by: stack <stack@apache.org>
2015-05-04 13:44:54 -07:00
Jerry He 1f02fffd04 HBASE-13598 Make hbase assembly attach to the project: doc addendum 2015-05-03 12:05:59 -07:00
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