Michael Stack
a717152ddf
Refactor of manual -- the airplane edit -- where sections moved around, lots filled in, some stuff removed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038269 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23 18:47:16 +00:00
Andrew Kyle Purtell
7299a72715
HBASE-2001 Coprocessors: Colocate user code with regions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1037102 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20 01:23:39 +00:00
Jean-Daniel Cryans
3f8eb6e0ed
HBASE-3231 Update to zookeeper 3.3.2.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1037053 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19 22:21:09 +00:00
Andrew Kyle Purtell
a5f27d67ca
HBASE-2002 Coprocessors: Client side support
...
HBASE-2321 Support RPC interface changes at runtime
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1037026 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19 21:14:05 +00:00
Andrew Kyle Purtell
3f82b6fcaf
HBASE-3252 TestZooKeeperNodeTracker sometimes fails due to a race condition in test notification
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1037015 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19 20:35:38 +00:00
Jean-Daniel Cryans
c7708c5390
HBASE-3237 Split request accepted -- BUT CURRENTLY A NOOP
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1036964 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19 18:05:36 +00:00
Michael Stack
aa7b54a702
Add pointer to Aaron blog on ulimit. Add note to hregionpartitioner about it not being suitable for incremental bulk load
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1036378 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 09:59:32 +00:00
Jean-Daniel Cryans
4a6d4ff453
HBASE-3241 check to see if we exceeded hbase.regionserver.maxlogs limit is
...
incorrect (Kannan Muthukkaruppan via JD)
HBASE-3239 Handle null regions to flush in HLog.cleanOldLogs (Kannan
Muthukkaruppan via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1036302 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 00:53:35 +00:00
Ryan Rawson
3dca408c49
HBASE-3235 Intermittent incrementColumnValue failure in TestHRegion
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1035818 13f79535-47bb-0310-9956-ffa450edef68
2010-11-16 21:20:31 +00:00
Michael Stack
32905e1265
Some fixup around hadoop version text... added cdh3b2 or b3 will suffice
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1035185 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 08:52:45 +00:00
Michael Stack
ba3056bb2d
Minor edit to log messages from Nicolas
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1035183 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 08:51:28 +00:00
Ryan Rawson
d8c6ed3be5
HBASE-3224 NPE in KeyValue.compare when compacting (forgot a file)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1035129 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 03:11:51 +00:00
Ryan Rawson
069fecaeb7
HBASE-3232 : Fix KeyOnlyFilter + Add Value Length (Nicolas via Ryan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1035128 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15 03:10:31 +00:00
Michael Stack
443340e181
HBASE-3233 Fix Long Running Stats
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034899 13f79535-47bb-0310-9956-ffa450edef68
2010-11-13 22:46:08 +00:00
Michael Stack
547562f240
Have assembly produce one tgz with source that is buildable rather than a bin and src.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034559 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 20:36:26 +00:00
Michael Stack
7195bff0c2
Added faq section on building hbase
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034542 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 19:37:50 +00:00
Michael Stack
1e36a17a1c
Added css for book, did another book edit, added in ryan's comments
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034273 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 06:05:39 +00:00
Michael Stack
09e1e1820a
HBASE-3227 Edit of log messages before branching
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034272 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 06:04:59 +00:00
Michael Stack
72d855549a
Fixes to site and moved getting started out of javadoc and into book
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034230 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 01:23:19 +00:00
Ryan Rawson
433f7a3ff6
HBASE-3224 NPE in KeyValue$KVComparator.compare when compacting
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1034229 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12 01:22:56 +00:00
Michael Stack
b508678106
HBASE-3079 Shell displaying uninformative exceptions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033979 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11 16:14:46 +00:00
Jean-Daniel Cryans
6e80c35a98
HBASE-3221 Race between splitting and disabling
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033821 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11 06:16:34 +00:00
Michael Stack
6b5511e991
HBASE-3222 Regionserver region listing in UI is no longer ordered
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033787 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11 00:38:32 +00:00
Michael Stack
6881c2fac0
HBASE-3219 Split parents are reassigned on restart and on disable/enable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033782 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11 00:19:52 +00:00
Jonathan Gray
4bf998de8e
HBASE-3211 second commit, missed KeyOnlyFilter.java
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033780 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 23:49:41 +00:00
Jonathan Gray
13f7d93b56
HBASE-3211 Key (Index) Only Fetches
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033777 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 23:35:09 +00:00
Michael Stack
63c6827376
HBASE-3218 Shell help cleanup/cosmetics/edit
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033754 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 22:06:40 +00:00
Jean-Daniel Cryans
65979de1fb
HBASE-3216 Move HBaseFsck from client to util
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033736 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 21:46:14 +00:00
Michael Stack
6b7055eb24
HBASE-3161 Provide option for Stargate to only serve GET requests
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033626 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 18:12:23 +00:00
Michael Stack
e4e423bd83
Finish up fixup of javadoc warnings
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033624 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 18:10:32 +00:00
Jonathan Gray
6a5a512773
HBASE-3214 TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS is failing (Gary via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033617 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 17:54:48 +00:00
Michael Stack
2f6385c6c1
Tuning of quick start guide inspired by Benoit's notes over on opentsdb
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033615 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 17:52:34 +00:00
Michael Stack
7dc112823e
Fix my break of compilation... remove @Override
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033540 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 15:49:49 +00:00
Michael Stack
42a8477e40
Fix of a bunch of javadoc warnings -- more to follow
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033373 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 06:37:35 +00:00
Michael Stack
504a604d9a
HBASE-3090 Don't include hbase-default in conf/ assembly
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033369 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 06:01:55 +00:00
Jonathan Gray
afeb06a5aa
HBASE-3213 If do abort of backup master will get NPE instead of graceful abort
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033360 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 05:35:51 +00:00
Michael Stack
9f9de3410b
Added a bit of javadoc regards non-important HBASE-2827
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033353 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 05:10:36 +00:00
Jonathan Gray
66ca4976a8
HBASE-3168 Sanity date and time check when a region server joins the cluster (Jeff Whiting and jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033349 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 04:53:20 +00:00
Jonathan Gray
b3d1a0749f
HBASE-3215 TestRollingRestart failing on hudson
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033343 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 03:29:37 +00:00
Ryan Rawson
7e394dcb87
HBASE-2898 MultiPut makes proper error handling impossible and leads to corrupted data
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033321 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 01:54:13 +00:00
Michael Stack
1eb39d194b
HBASE-3209 : New Compaction Algorithm
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033305 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 00:34:35 +00:00
Michael Stack
46ab084208
HBASE-3212 More testing of enable/disable uncovered base condition not in place; i.e. that only one enable/disable runs at a time
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033304 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 00:19:44 +00:00
Michael Stack
3faee0a292
HBASE-3212 More testing of enable/disable uncovered base condition not in place; i.e. that only one enable/disable runs at a time
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033303 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 00:18:00 +00:00
Michael Stack
fb4b83d41c
HBASE-3209 : New Compaction Algorithm
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033302 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 00:11:25 +00:00
Michael Stack
07ec5bff7b
HBASE-3112 Enable and disable of table needs a bit of loving in new master
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033283 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 22:51:06 +00:00
Ryan Rawson
0cb9652dd1
HBASE-3199 large response handling: some fixups and cleanups
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033274 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 22:40:26 +00:00
Jonathan Gray
2640b277cc
HBASE-3207 If we get IOException when closing a region, we should still remove it from online regions and complete the close in ZK
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033259 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 22:05:25 +00:00
Michael Stack
934f1e7a41
HBASE-3112 Enable and disable of table needs a bit of loving in new master
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033252 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 21:53:02 +00:00
Michael Stack
50d58edca0
HBASE-3112 Enable and disable of table needs a bit of loving in new master
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033251 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 21:52:35 +00:00
Michael Stack
e4e9eb4f9e
HBASE-3112 Enable and disable of table needs a bit of loving in new master
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033241 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 21:32:15 +00:00
Michael Stack
5f2512facd
HBASE-3112 Enable and disable of table needs a bit of loving in new master
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033237 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 21:28:09 +00:00
Michael Stack
022a7372d0
HBASE-3194 HBase should run on both secure and vanilla versions of Hadoop 0.20 -- forgot to add classes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033089 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 16:56:22 +00:00
Michael Stack
43f81f1943
HBASE-3194 HBase should run on both secure and vanilla versions of Hadoop 0.20
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032848 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 05:42:48 +00:00
Ryan Rawson
4dce2b26bf
HBASE-3141 Master RPC server needs to be started before an RS can check in
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032812 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 02:02:27 +00:00
Jean-Daniel Cryans
520676aaf1
HBASE-3208 HLog.findMemstoresWithEditsOlderThan needs to look for edits
...
that are equal to too
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032790 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 23:59:39 +00:00
Jean-Daniel Cryans
a68b2c6645
HBASE-3205 TableRecordReaderImpl.restart NPEs when first next is restarted
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032761 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 22:10:38 +00:00
Jonathan Gray
160395c9f7
HBASE-3083: Major compaction check should use new timestamp meta information in HFiles (rather than dfs timestamp) along with TTL to allow major even if single file
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032649 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 17:49:58 +00:00
Jonathan Gray
4a4df61776
HBASE-3048 unify code for major/minor compactions (Amit via jgray)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032626 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 16:19:04 +00:00
Jonathan Gray
ea5395d62b
HBASE-2896 Retain assignment information between cluster shutdown/startup
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1032166 13f79535-47bb-0310-9956-ffa450edef68
2010-11-06 22:11:19 +00:00
Andrew Kyle Purtell
ce7567c23b
HBASE-3195 [rest] Fix TestTransform breakage on Hudson; take 2
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031959 13f79535-47bb-0310-9956-ffa450edef68
2010-11-06 04:50:16 +00:00
Michael Stack
6fd4989c82
Fix broke build; SplitTransaction can be passed null server and services in test context
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031954 13f79535-47bb-0310-9956-ffa450edef68
2010-11-06 04:11:16 +00:00
Andrew Kyle Purtell
7975f85146
HBASE-3195 [rest] Fix TestTransform breakage on Hudson
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031928 13f79535-47bb-0310-9956-ffa450edef68
2010-11-06 02:05:03 +00:00
Jean-Daniel Cryans
374723813f
HBASE-3204 Reenable deferred log flush
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031879 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 23:37:34 +00:00
Michael Stack
5f2c693b59
HBASE-3203 We can get an order to open a region while shutting down and it'll hold up regionserver shutdown
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031872 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 22:59:49 +00:00
Jean-Daniel Cryans
d4b41f0940
Missed something that could make the test fail sometimes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031868 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 22:44:58 +00:00
Jean-Daniel Cryans
7b1950ac75
HBASE-3198 Log rolling archives files prematurely
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031861 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 22:28:59 +00:00
Michael Stack
ed119ae20d
HBASE-3200 Make is so can disable DEBUG logging on HConnectionImplemenation without losing -- more along same vein
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031859 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 22:23:41 +00:00
Michael Stack
2937265741
HBASE-3202 Closing a region, if we get a ConnectException, handle it rather than abort
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031846 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 22:11:05 +00:00
Michael Stack
dbb9b3bbdf
Added more to the tools appendix -- added mention of hbase hbck
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031834 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 21:54:11 +00:00
Michael Stack
051442253d
Added more to the tools appendix -- added mention of hbase hbck
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031828 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 21:46:53 +00:00
Michael Stack
70091702c5
HBASE-3201 Add accounting of empty regioninfo_qualifier rows in meta to hbasefsck.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031801 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 21:23:32 +00:00
Michael Stack
44eab92141
HBASE-3200 Make is so can disable DEBUG logging on HConnectionImplemenation without losing important messages
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031767 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 20:12:00 +00:00
Michael Stack
b09838d4f4
HBASE-2819 hbck should have the ability to repair basic problems
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031694 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 18:20:43 +00:00
Andrew Kyle Purtell
92e0f47b8b
HBASE-2564 [rest] Tests use deprecated foundation; fix an intermittent problem with TestStatusResource discovered on local Hudson
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031470 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 08:29:34 +00:00
Michael Stack
83c2687f1b
More work on the quick start section; added setting hbase.rootdir (copying some tsuna doc) before starting hbase and added a where to go next
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031431 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 04:46:03 +00:00
Michael Stack
e5f4703ca4
HBASE-2935 ... missing file
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031423 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 03:53:11 +00:00
Andrew Kyle Purtell
9b91fe2113
HBASE-2564 [rest] Tests use deprecated foundation
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031418 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 03:38:58 +00:00
Michael Stack
0440bb0463
HBASE-2935 Refactor 'Corrupt Data' Tests in TestHLogSplit
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031351 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 23:39:31 +00:00
Michael Stack
da1aa8b76a
HBASE-3189 Stagger Major Compactions -- addendum
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031349 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 23:33:14 +00:00
Jean-Daniel Cryans
03b45ecae9
HBASE-3095 Client needs to reconnect if it expires its zk session
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031176 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 19:37:26 +00:00
Michael Stack
0ea21f78bc
HBASE-2328 Make important configurations more obvious to new users; first part
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030839 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 05:53:32 +00:00
Michael Stack
e3249c8431
HBASE-3195 Fix the new TestTransform breakage up on hudson
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030826 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 03:48:59 +00:00
Michael Stack
10b67e001a
Remove changes prematurely committed -- fixes that were for hbck tool and that broek the HBaseAdmin tests
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030780 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 00:33:55 +00:00
Michael Stack
19d629a0be
Temporary change in rpc version -- reverted temporarily because hudson complains about version mismatch
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030762 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 23:51:41 +00:00
Jean-Daniel Cryans
55af050abe
HBASE-2471 Splitting logs, we'll make an output file though the
...
region no longer exists
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030760 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 23:42:18 +00:00
Michael Stack
f0e0f6c8a7
HBASE-2828 HTable unnecessarily coupled with HMaster -- Added comment that we do not want dependency on Master
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030745 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 22:45:59 +00:00
Michael Stack
dc5301c058
Added notes on shell -- in particular the -d flag I just used to help me figure out fail in shell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030726 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 22:11:52 +00:00
Michael Stack
6cd4370f94
Added notes on shell -- in particular the -d flag I just used to help me figure out fail in shell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030724 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 22:03:53 +00:00
Michael Stack
5f6a76d68f
HBASE-2828 HTable unnecessarily coupled with HMaster; missing piece
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030694 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 21:21:47 +00:00
Michael Stack
a8e10147ac
HBASE-3191 FilterList with MUST_PASS_ONE and SCVF isn't working
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030692 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 21:16:38 +00:00
Michael Stack
0e4bbd2f3b
Minor book edit; added to required configurations section
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030294 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 23:58:44 +00:00
Michael Stack
34db492b46
HBASE-3151 NPE when trying to read regioninfo from .META.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030293 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 23:48:34 +00:00
Michael Stack
c767ca49d1
HBASE-3189 Stagger Major Compactions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030255 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 22:06:47 +00:00
Michael Stack
c48a1061a7
HBASE-1932 Encourage use of 'lzo' compression... add the wiki page to getting started
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029952 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 04:57:25 +00:00
Jonathan Gray
1351769c16
HBASE-3180: Review periodic master logging, especially ServerManager once a minute
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029949 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 04:16:56 +00:00
Andrew Kyle Purtell
b77e6f4319
HBASE-3120 [rest] Content transcoding; catch TNFE in scanTransformAttrs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029948 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 04:11:04 +00:00
Jonathan Gray
b9e98b72a3
HBASE-3185 User-triggered compactions are triggering splits
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029939 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 02:07:20 +00:00
Jonathan Gray
8387a5b18f
HBASE-3181 Review, document, and fix up Regions-in-Transition timeout logic
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029938 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 02:04:09 +00:00
Jean-Daniel Cryans
18a78fef4d
HBASE-3179 Enable ReplicationLogsCleaner only if replication is,
...
and fix its test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029904 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 00:21:30 +00:00
Andrew Kyle Purtell
a2de4f359a
HBASE-3120 [rest] Content transcoding
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029899 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 00:00:32 +00:00