Commit Graph

2405 Commits

Author SHA1 Message Date
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
Michael Stack f980d27472 HBASE-11155 Fix Validation Errors in Ref Guide (Misty Stanley-Jones)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1596110 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 04:36:49 +00:00
Jonathan Hsieh 63292dd6c2 HBASE-11168 [docs] Remove references to Rowlocks in post-0.96 docs.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595394 13f79535-47bb-0310-9956-ffa450edef68
2014-05-17 00:19:18 +00:00
Michael Stack 3f0f2a2bfe HBASE-11190 Fix easy typos in documentation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595318 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 19:26:40 +00:00
Michael Stack ccf33cdb42 HBASE-11076 Update refguide on getting 0.94.x to run on hadoop 2.2.0+ (Gustavo Anatoly)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595269 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 17:12:26 +00:00
Michael Stack b42fd10a32 HBASE-11171 More doc improvements on block cache options
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1595267 13f79535-47bb-0310-9956-ffa450edef68
2014-05-16 17:10:12 +00:00
Michael Stack 15da21498d HBASE-11176 Make /src/main/xslt/configuration_to_docbook_section.xsl produce better Docbook (Misty Stanley-Jones)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594765 13f79535-47bb-0310-9956-ffa450edef68
2014-05-15 04:05:13 +00:00
Michael Stack c756ae965d Add note on issue in replication when hadoop 1.x and SSR
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594658 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 18:12:18 +00:00
Michael Stack 5102668714 HBASE-11154 Document how to use Reverse Scan API (Misty Stanley-Jones)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594371 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 20:30:00 +00:00
Michael Stack 920a0b9f16 HBASE-11123 Upgrade instructions from 0.94 to 0.98 (Misty Stanley-Jones)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594360 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 20:04:46 +00:00
Michael Stack 16025a0a2f Move items from index.html to old_news.xml
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594344 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 19:35:37 +00:00
Michael Stack 67c0ef3b21 Add BOF from hadoop summit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594298 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 17:43:33 +00:00
Michael Stack 0b5b0faeb5 HBASE-11151 move tracing modules from hbase-server to hbase-common (Masatake Iwasaki)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594110 13f79535-47bb-0310-9956-ffa450edef68
2014-05-12 22:43:40 +00:00
Michael Stack 3f43b5e2cb Remove the hbasecon graphic from front page
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594046 13f79535-47bb-0310-9956-ffa450edef68
2014-05-12 18:31:19 +00:00
Enis Soztutar 7f7ce73097 HBASE-11150 Images in website are broken
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593655 13f79535-47bb-0310-9956-ffa450edef68
2014-05-10 01:27:30 +00:00
Michael Stack 9047981a0c Fix up the doc of 'dfs.client.read.shortcircuit.buffer.size'
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591492 13f79535-47bb-0310-9956-ffa450edef68
2014-04-30 22:04:25 +00:00
Michael Stack 56c0f89c82 More fixup around SCR. Add sample config. Remove the whole section on checksum verify. It is what we have on by default now so don't call it out; only confuses
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591110 13f79535-47bb-0310-9956-ffa450edef68
2014-04-29 21:29:38 +00:00
Michael Stack fed7a15112 Improve text and description around hbase checksumming
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591067 13f79535-47bb-0310-9956-ffa450edef68
2014-04-29 19:37:04 +00:00
Jonathan Hsieh 3e3b9a2f65 HBASE-5697 Audit HBase for usage of deprecated hadoop 0.20.x, 1.x property names (Srikanth Srungarapu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1591045 13f79535-47bb-0310-9956-ffa450edef68
2014-04-29 18:19:37 +00:00
Jean-Daniel Cryans e1a767105d HBASE-11008 Align bulk load, flush, and compact to require Action.CREATE
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590124 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 20:00:21 +00:00
anoopsamjohn 6d14221601 HBASE-10916 [VisibilityController] Stackable ScanLabelGenerators.(Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589463 13f79535-47bb-0310-9956-ffa450edef68
2014-04-23 17:46:42 +00:00
Michael Stack fb1e2dc8b6 HBASE-10984 Add description about setting up htrace-zipkin to documentation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588333 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 18:30:54 +00:00
ndimiduk 1b3d0c2656 HBASE-10941 default for max version isn't updated in doc after change on 0.96
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1585870 13f79535-47bb-0310-9956-ffa450edef68
2014-04-09 01:06:10 +00:00
Enis Soztutar c9864322c5 HBASE-10917 Fix hbase book Tests page (bharath v)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1585467 13f79535-47bb-0310-9956-ffa450edef68
2014-04-07 12:29:26 +00:00
Michael Stack b2ef1ce01c HBASE-10886 add htrace-zipkin to the runtime dependencies again -- REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584935 13f79535-47bb-0310-9956-ffa450edef68
2014-04-04 23:19:35 +00:00
Michael Stack 62908378bc HBASE-10886 add htrace-zipkin to the runtime dependencies again (Masatake Iwasaki)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584455 13f79535-47bb-0310-9956-ffa450edef68
2014-04-03 23:04:10 +00:00
sershe 60079f0cd0 HBASE-10118 Major compact keeps deletes with future timestamps (Liu Shaohui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584383 13f79535-47bb-0310-9956-ffa450edef68
2014-04-03 20:29:30 +00:00
Michael Stack 5ae0acfdd4 Add link to Nick's blockcache series
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584104 13f79535-47bb-0310-9956-ffa450edef68
2014-04-02 17:41:10 +00:00
Michael Stack c4610ecab2 HBASE-10746 Bump the version of HTrace to 3.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1580076 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 22:46:03 +00:00
Michael Stack 37654f77a6 HBASE-10781 Remove hadoop-one-compat module and all references to hadoop1
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1579449 13f79535-47bb-0310-9956-ffa450edef68
2014-03-19 23:08:55 +00:00
Michael Stack 896563ab5f HBASE-10779 Doc hadoop1 deprecated in 0.98 and NOT supported in hbase 1.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1578970 13f79535-47bb-0310-9956-ffa450edef68
2014-03-18 17:14:10 +00:00
Michael Stack 0dfa20d885 Forgot to add hbasecon graphic
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1578646 13f79535-47bb-0310-9956-ffa450edef68
2014-03-17 22:37:09 +00:00
Michael Stack 42bbd86270 Put up a banner for hbasecon2014 on our site
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1578568 13f79535-47bb-0310-9956-ffa450edef68
2014-03-17 21:02:13 +00:00
Michael Stack a1a5f57bff HBASE-10656 high-scale-lib's Counter depends on Oracle (Sun) JRE, and also has some bug
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577759 13f79535-47bb-0310-9956-ffa450edef68
2014-03-14 23:20:14 +00:00
Michael Stack 773971c4b3 HBASE-10732 should be 'drop_namespace', instead of 'delete_namespace'
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576912 13f79535-47bb-0310-9956-ffa450edef68
2014-03-12 21:19:11 +00:00
larsh d2eac30d68 HBASE-9778 Add hint to ExplicitColumnTracker to avoid seeking
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576457 13f79535-47bb-0310-9956-ffa450edef68
2014-03-11 18:28:42 +00:00
Michael Stack 7cf7efa7cd HBASE-10687 Fix description about HBaseLocalFileSpanReceiver in reference manual (Masatake Iwasaki)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1575092 13f79535-47bb-0310-9956-ffa450edef68
2014-03-06 23:05:49 +00:00
Michael Stack 7d0798be42 Add link to nice blog post by our Enis on region split/merge into the region split section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1572197 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 19:01:34 +00:00
Michael Stack 1ec190a792 HBASE-10590 Update contents about tracing in the Reference Guide
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571464 13f79535-47bb-0310-9956-ffa450edef68
2014-02-24 22:16:00 +00:00
mbertozzi 92a625fc68 HBASE-10579 ExportSnapshot tool package incorrectly documented (Aleksandr Shulman)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571200 13f79535-47bb-0310-9956-ffa450edef68
2014-02-24 09:43:49 +00:00
ndimiduk 9924b66e25 HBASE-10392 Correct references to hbase.regionserver.global.memstore.upperLimit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1570721 13f79535-47bb-0310-9956-ffa450edef68
2014-02-21 21:58:35 +00:00
jxiang 5102eed4d8 HBASE-10439 Document how to configure REST server impersonation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1565818 13f79535-47bb-0310-9956-ffa450edef68
2014-02-07 21:09:39 +00:00
Michael Stack 93d76dc13a HBASE-10303 Have snappy support properly documented would be helpful to hadoop and hbase users
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1565489 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 23:45:22 +00:00
Jonathan Hsieh 0023f74156 HBASE-10478 [docs] HBase book presentations page has broken link (Vivek Ganesan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1565427 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 19:56:32 +00:00
Jonathan Hsieh 1c46c16cc0 HBASE-10469 HBase book client.html has a broken link (Vivek Ganesan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564826 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 16:44:53 +00:00
Jonathan Hsieh 1f45759770 HBASE-10459 [docs] Broken link F.1. HBase Videos (Richard Shaw)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564555 13f79535-47bb-0310-9956-ffa450edef68
2014-02-04 23:08:32 +00:00
Michael Stack 377c461bda Note on upgrade to 0.98
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564209 13f79535-47bb-0310-9956-ffa450edef68
2014-02-04 05:45:31 +00:00
Jonathan Hsieh 9155266fba HBASE-10458 Typo in book chapter 9 architecture.html (Richard Shaw)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564082 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 21:55:06 +00:00
Jonathan Hsieh ca175589f5 HBASE-10441 [docs] nit default max versions is now 1 instead of 3 afte rHBASe-8450
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1562663 13f79535-47bb-0310-9956-ffa450edef68
2014-01-30 01:11:54 +00:00
Michael Stack 92d45e28c5 Add continuuity meetup
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1562363 13f79535-47bb-0310-9956-ffa450edef68
2014-01-29 05:47:46 +00:00
Michael Stack f4dba9d98e Link to good thread on read time perf issues
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1562324 13f79535-47bb-0310-9956-ffa450edef68
2014-01-29 00:12:58 +00:00
Michael Stack 2313e04223 Address outstanding disqus comments on the refguide, fix copyright and some wording
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1562307 13f79535-47bb-0310-9956-ffa450edef68
2014-01-28 23:09:51 +00:00
Michael Stack 747dfde8d9 Add pointer to la hbase user group meetup because subash asked
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1561908 13f79535-47bb-0310-9956-ffa450edef68
2014-01-28 00:11:23 +00:00
Jonathan Hsieh 31df31901f HBASE-10402 [docs] Add docs on how to create and tag a point release
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1561804 13f79535-47bb-0310-9956-ffa450edef68
2014-01-27 19:35:46 +00:00
Michael Stack 1975ce2ecb Add note about not permanent state in zk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1561411 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 22:05:20 +00:00
Jonathan Hsieh d84c5f759c Fix < -> &lt; problem that broke docs build.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1560552 13f79535-47bb-0310-9956-ffa450edef68
2014-01-22 22:36:37 +00:00
Michael Stack ff53d75330 Edit of SlabCache note
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1560228 13f79535-47bb-0310-9956-ffa450edef68
2014-01-22 00:39:57 +00:00
Michael Stack 7fca9bf048 Add decision on SVN commit format
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1559919 13f79535-47bb-0310-9956-ffa450edef68
2014-01-21 04:49:33 +00:00
Andrew Kyle Purtell 80fdf43850 HBASE-10388. Add export control notice in README
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1559858 13f79535-47bb-0310-9956-ffa450edef68
2014-01-21 00:20:17 +00:00
Michael Stack d04450f683 HBASE-10373 Add more details info for ACL group in HBase book
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1559836 13f79535-47bb-0310-9956-ffa450edef68
2014-01-20 21:53:18 +00:00
Jonathan Hsieh 0e47eb67ff HBASE-10123 Change default ports; move them out of linux ephemeral port range
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1559200 13f79535-47bb-0310-9956-ffa450edef68
2014-01-17 17:37:25 +00:00
Michael Stack e110e51b5e Add link to hbasecon2014 and for march meetup at ancestry
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1558600 13f79535-47bb-0310-9956-ffa450edef68
2014-01-15 23:21:34 +00:00
ndimiduk bbf242cdaf HBASE-10304 [docbook update] Running an hbase job jar: IllegalAccessError
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1558490 13f79535-47bb-0310-9956-ffa450edef68
2014-01-15 18:02:52 +00:00
Michael Stack bcb3e690eb Add apple meetup
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1555460 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05 06:07:00 +00:00
ramkrishna ce61a9f638 HBASE-10211 - Improve AccessControl documentation in hbase book (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1553366 13f79535-47bb-0310-9956-ffa450edef68
2013-12-25 10:45:14 +00:00
ndimiduk 11905287bc HBASE-10234 Correct column-oriented descriptor on home page
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1553227 13f79535-47bb-0310-9956-ffa450edef68
2013-12-23 22:54:45 +00:00
Michael Stack 29b6bab294 Add a note on errors seen when building passing the 'default' profile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1553198 13f79535-47bb-0310-9956-ffa450edef68
2013-12-23 20:14:00 +00:00
ramkrishna 46148bfbd9 HBASE-10206-Explain tags in the hbase book (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552722 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 16:31:07 +00:00
Michael Stack bca71ecacf HBASE-8269 Fix data locallity documentation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552084 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 20:30:58 +00:00
jeffreyz a227e85cca HBASE-10198: Add a note on how to Import 0.94 exported file to a 0.96 cluster or onwards
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552056 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 18:46:41 +00:00
Jonathan Hsieh 1fb985103d HBASE-10128 Improve copy table doc to include information about versions (Bharath V)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1550505 13f79535-47bb-0310-9956-ffa450edef68
2013-12-12 19:45:18 +00:00
Michael Stack 85bf4b9673 HBASE-10086 [book] document the HBase canary tool usage in the HBase Book
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1550362 13f79535-47bb-0310-9956-ffa450edef68
2013-12-12 07:10:24 +00:00
Andrew Kyle Purtell 4b63043643 HBASE-10132. sun.security.pkcs11.wrapper.PKCS11Exception: CKR_ARGUMENTS_BAD
This change adds a section to the troubleshooting portion of the online
manual addressing an issue with the default security provider of some JREs.


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1550244 13f79535-47bb-0310-9956-ffa450edef68
2013-12-11 20:11:30 +00:00
Michael Stack d5cca6aebc Add note on how to presplit for ycsb from HBASE-4163
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1548760 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 23:51:30 +00:00
Michael Stack 7fbe97470e HBASE-9955 Make hadoop2 the default and deprecate hadoop1
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1548349 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 01:10:59 +00:00
sershe a4045ddcb8 HBASE-10074 consolidate and improve capacity/sizing documentation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1547928 13f79535-47bb-0310-9956-ffa450edef68
2013-12-04 22:10:13 +00:00
Andrew Kyle Purtell 627080351d HBASE-10031. Add a section on the transparent CF encryption feature to the manual
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1547739 13f79535-47bb-0310-9956-ffa450edef68
2013-12-04 09:16:18 +00:00
anoopsamjohn e991ef297a HBASE-9997 Add per KV security details to HBase book
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1547300 13f79535-47bb-0310-9956-ffa450edef68
2013-12-03 06:56:11 +00:00
Enis Soztutar 770e336ef6 HBASE-10020 Add maven compile-protobuf profile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1546237 13f79535-47bb-0310-9956-ffa450edef68
2013-11-27 23:57:23 +00:00
Michael Stack a4b414b133 Note that bulk loading skirts replication
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1545777 13f79535-47bb-0310-9956-ffa450edef68
2013-11-26 18:47:54 +00:00
Michael Stack c1d4627e0a HBASE-9854 initial documentation for stripe compactions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1545382 13f79535-47bb-0310-9956-ffa450edef68
2013-11-25 19:56:37 +00:00
Michael Stack 73845ae7ac Add note on how to build 0.94 against hadoop 2.2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1545159 13f79535-47bb-0310-9956-ffa450edef68
2013-11-25 06:22:19 +00:00
Michael Stack 1349b26d3a Comment on adding XX:PretenureSizeThreshold and making it smaller than hbase.hregion.memstore.mslab.chunksize via Liang Xie
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1544420 13f79535-47bb-0310-9956-ffa450edef68
2013-11-22 06:41:46 +00:00
Michael Stack ce8aeae6db Add note on https://issues.apache.org/jira/browse/HBASE-8163 -- config for write-heavy situation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1542903 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 05:49:04 +00:00
jxiang fe5865d9e3 HBASE-9870 HFileDataBlockEncoderImpl#diskToCacheFormat uses wrong format
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1541629 13f79535-47bb-0310-9956-ffa450edef68
2013-11-13 17:31:02 +00:00
Michael Stack 1bb0a0e43e HBASE-9742 0.94 addition for simple user access
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1535448 13f79535-47bb-0310-9956-ffa450edef68
2013-10-24 17:17:58 +00:00
Michael Stack e464f9974f Fix formatting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1534837 13f79535-47bb-0310-9956-ffa450edef68
2013-10-22 22:44:45 +00:00
Michael Stack 21d3b1bf8f Fix formatting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1534834 13f79535-47bb-0310-9956-ffa450edef68
2013-10-22 22:43:05 +00:00
Michael Stack b068cd7a6a Edit of the getting started section to freshen it some and drop references to stuff no longer pertinent
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1534830 13f79535-47bb-0310-9956-ffa450edef68
2013-10-22 22:35:47 +00:00
Michael Stack 5125107385 Fixes for disqus comments on doc.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1534823 13f79535-47bb-0310-9956-ffa450edef68
2013-10-22 22:16:39 +00:00
Michael Stack ff9753b12a Add suggested configs. to enable staleness and in general improve mttr
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1534812 13f79535-47bb-0310-9956-ffa450edef68
2013-10-22 21:46:34 +00:00
Michael Stack 4c47c09a31 HBASE-8143 HBase on Hadoop 2 with local short circuit reads (ssr) causes OOM; DOC HOW TO AVOID
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1534504 13f79535-47bb-0310-9956-ffa450edef68
2013-10-22 05:44:17 +00:00
Michael Stack a278eeca23 Edit of preface and first paragraphs of getting started
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1533852 13f79535-47bb-0310-9956-ffa450edef68
2013-10-20 05:48:08 +00:00
Michael Stack cfbdba528f Add dev and user meetup at hwx to front page
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1533845 13f79535-47bb-0310-9956-ffa450edef68
2013-10-20 00:05:07 +00:00