Commit Graph

3586 Commits

Author SHA1 Message Date
Andrew Kyle Purtell 182ddeac26 HBASE-3921 Allow adding arbitrary blobs to Put; fix accidental commit from wrong working file
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1128906 13f79535-47bb-0310-9956-ffa450edef68
2011-05-29 17:06:32 +00:00
Andrew Kyle Purtell 92845b63c4 HBASE-3921 Allow adding arbitrary blobs to Put; fix TestHeapSize
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1128905 13f79535-47bb-0310-9956-ffa450edef68
2011-05-29 17:02:11 +00:00
Michael Stack 433d9c8a30 Fix markup
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1127957 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26 15:15:30 +00:00
Michael Stack 03f55a3e89 HBASE-3921 Allow adding arbitrary blobs to Put
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1127782 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26 04:20:42 +00:00
Michael Stack 1a628ccd42 Added note on index size
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1127689 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25 21:23:20 +00:00
Michael Stack 9d197ae1ce HBASE-2937 Facilitate Timeouts In HBase Client
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1127680 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25 20:50:32 +00:00
Michael Stack 9f28990e7a HBASE-3841 HTable and HTableInterface docs are inconsistent with one another
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1127678 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25 20:44:11 +00:00
Michael Stack bad71e44ea HBASE-3811 Allow adding attributes to Scan
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1127677 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25 20:41:34 +00:00
Michael Stack d3045093c7 HBASE-3811 Allow adding attributes to Scan
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1127676 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25 20:41:20 +00:00
Michael Stack 81aae08c4a HBASE-3919 More places output binary data to text
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1127384 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25 05:07:10 +00:00
Michael Stack 147e0054fd HBASE-3920 HLog hbase.regionserver.flushlogentries no longer supported
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1127377 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25 04:48:39 +00:00
Michael Stack 85a3cf14f9 HBASE-3894 Thread contention over row locks set monitor
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1127374 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25 04:18:12 +00:00
Michael Stack 06b8461cc5 HBASE-3914 ROOT region appeared in two regionserver's onlineRegions at the same time
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1127158 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24 17:25:42 +00:00
Michael Stack b488975ddd HBASE-3195 Binary row keys in hbck and other miscellaneous binary key display issues
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1126872 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24 05:19:20 +00:00
Michael Stack 2fcf225f3e HBASE-3899 HBase RPC to support free-ing up server handler threads even if response is not ready -- fix double application of WritableDelayed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1126863 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24 04:32:59 +00:00
Michael Stack 222f6836df HBASE-3899 HBase RPC to support free-ing up server handler threads even if response is not ready
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1126857 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24 03:47:40 +00:00
Michael Stack cc53904c16 Change 'snappy' to 'SNAPPY' in schema illustration
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1126768 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 21:45:20 +00:00
Michael Stack 74c41cd697 HBASE-3903 A successful write to client write-buffer may be lost or not visible
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1126735 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 20:44:19 +00:00
Michael Stack 17f5b1872b HBASE-3911 book.xml - schema design, added comment about supported datatypes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1126607 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 17:23:40 +00:00
Michael Stack 5cff071c38 HBASE-3908 TableSplit not implementing hashCode problem
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1126600 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 17:13:43 +00:00
Andrew Kyle Purtell 60d7a81833 HBASE-3912 [Stargate] Columns not handle by Scan; fix NPE
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1126556 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 15:58:55 +00:00
Andrew Kyle Purtell 981f414cd3 HBASE-3912 [Stargate] Columns not handle by Scan
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1126528 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 15:07:01 +00:00
Michael Stack 2ed476e3dd HBASE-2938 Add Thread-Local Behavior To HTable Pool
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125533 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 20:00:58 +00:00
Michael Stack 572ff1d41a HBASE-3883 book.xml / added something in schema design and FAQ about not being able to change rowkeys
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125470 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 17:09:28 +00:00
Michael Stack cf35402980 Fix TestCompressionTest since SNAPPY went in
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125467 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 16:58:25 +00:00
Michael Stack 7bbeb3231b HBASE-3905 HBaseAdmin.createTableAsync() should check for invalid split keys.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125235 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 04:47:01 +00:00
Michael Stack 2b1f7dbd54 HBASE-3905 HBaseAdmin.createTableAsync() should check for invalid split keys.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125233 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 04:45:40 +00:00
Michael Stack 5b4cb8c66b Wait on compaction to finish; another attempt at fixing TestSplitTransactionOnCluster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125230 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 04:37:32 +00:00
Michael Stack 55a7d35c2a HBASE-3691 Add compressor support for 'snappy', google's compressor
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125163 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 23:00:47 +00:00
Michael Stack 19402cd814 HBASE-3826 Minor compaction needs to check if still over compactionThreshold after compacting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125140 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 22:00:27 +00:00
Michael Stack 6cc03b35a3 HBASE-3820 Splitlog() executed while the namenode was in safemode may cause data-loss
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125111 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 21:16:58 +00:00
Jean-Daniel Cryans b7b4b56ff4 Fixing log4j.threshhold, Gaojinchao saw it.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125102 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 21:05:13 +00:00
Michael Stack 5fc468c60c HBASE-3902 Add Bytes.toBigDecimal and Bytes.toBytes(BigDecimal)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125098 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 21:02:15 +00:00
Michael Stack e90a9858f4 Update news on website
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125063 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 19:14:02 +00:00
Michael Stack d5a6c9d1b1 HBASE-3901 Update documentation for ImportTsv to reflect recent features
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125046 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 18:37:10 +00:00
Michael Stack 557ce312af HBASE-3898 TestSplitTransactionOnCluster broke in TRUNK -- retry
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125045 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 18:34:32 +00:00
Michael Stack b192163701 HBASE-3880 Make mapper function in ImportTSV plug-able
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1124547 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 05:59:49 +00:00
Michael Stack e0ad6f0ed1 HBASE-3880 Make mapper function in ImportTSV plug-able
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1124542 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 05:48:37 +00:00
Michael Stack 31965fe0fb HBASE-3898 TestSplitTransactionOnCluster broke in TRUNK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1124539 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 05:33:38 +00:00
Michael Stack 378febdc53 HBASE-3897 Docs (notsoquick guide) suggest invalid XML
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1124534 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 04:36:17 +00:00
Jean-Daniel Cryans d64c76fe10 HBASE-3874 ServerShutdownHandler fails on NPE if a plan has a random
region assignment


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1124477 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 00:24:18 +00:00
Michael Stack cf8be18f15 HBASE-3888 book.xml - filled in architecture 'daemon' section
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1124467 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 23:49:53 +00:00
Michael Stack 9e4d90cdf1 HBASE-3895 Fix order of parameters after HBASE-1511
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1124358 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 18:03:39 +00:00
Michael Stack 551ea3211f HBASE-3882 hbase-config.sh needs to be updated so it can auto-detects the sun jre provided by RHEL6
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1103239 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 21:51:29 +00:00
Michael Stack ea24189ed6 HBASE-3561 Remove helloworldagent.jar mistakenly committed
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1103235 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 21:47:13 +00:00
Michael Stack 5c02923d36 HBASE-3884 book.xml - moved build and developer chapters to end of book
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1103234 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 21:44:46 +00:00
Michael Stack 5f371f561d HBASE-3884 book.xml - moved build and developer chapters to end of book
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1103233 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 21:44:29 +00:00
Michael Stack 10e6514699 fixup in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1102876 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13 19:42:33 +00:00
Michael Stack 4dc83021b1 HBASE-3881 Add disable balancer in graceful_stop.sh script
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1102857 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13 18:37:55 +00:00
Michael Stack e41bc102bb HBASE-3876 TestCoprocessorInterface.testCoprocessorInterface broke on jenkins and local
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1102819 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13 17:17:07 +00:00