Commit Graph

225 Commits

Author SHA1 Message Date
Michael Stack 5866a55cdd HBASE-5125 Upgrade hadoop to 1.0.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1227369 13f79535-47bb-0310-9956-ffa450edef68
2012-01-04 22:43:59 +00:00
Zhihong Yu 6f5a1371fa HBASE-5111 Upgrade zookeeper to 3.4.2 release
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226623 13f79535-47bb-0310-9956-ffa450edef68
2012-01-03 03:44:57 +00:00
Zhihong Yu ef073c5e33 HBASE-5064 Addendum increases number of parallel processes to 4
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226342 13f79535-47bb-0310-9956-ffa450edef68
2012-01-02 04:22:34 +00:00
Zhihong Yu 41e3540ab2 HBASE-5064 utilize surefire tests parallelization, second attempt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226255 13f79535-47bb-0310-9956-ffa450edef68
2012-01-01 15:22:43 +00:00
Zhihong Yu 50d332606d HBASE-5064 revert - need to figure out which test caused surefire to report timeout
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226101 13f79535-47bb-0310-9956-ffa450edef68
2011-12-31 15:25:58 +00:00
Zhihong Yu d499eedb3c HBASE-5064 utilize surefire tests parallelization (N Keywal)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226083 13f79535-47bb-0310-9956-ffa450edef68
2011-12-31 13:35:28 +00:00
Michael Stack 543874d192 HBASE-5087 Up the 0.92RC zk to 3.4.1RC0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1221973 13f79535-47bb-0310-9956-ffa450edef68
2011-12-22 00:58:39 +00:00
Michael Stack e0bd180675 HBASE-5068 RC1 can not build its hadoop-0.23 profile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1220962 13f79535-47bb-0310-9956-ffa450edef68
2011-12-19 21:45:05 +00:00
Michael Stack 80a76f2c75 HBASE-5066 Upgrade to zk 3.4.1
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1220870 13f79535-47bb-0310-9956-ffa450edef68
2011-12-19 17:31:27 +00:00
Michael Stack fa03d03ddf HBASE-5040 Secure HBase builds fail
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1220303 13f79535-47bb-0310-9956-ffa450edef68
2011-12-17 23:56:52 +00:00
Michael Stack 324eec9a44 HBASE-5055 Build against hadoop 0.22 broken
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1215356 13f79535-47bb-0310-9956-ffa450edef68
2011-12-17 00:13:28 +00:00
Michael Stack 4de54f3552 HBASE-5006 Move hbase 0.92RC1 on to hadoop 1.0.0RC2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1213928 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13 21:01:44 +00:00
Michael Stack 677467df67 HBASE-4922 [packaging] Assembly tars up hbase in a subdir; i.e. after untar hbase-0.92.0 has a subdir named 0.92.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1213429 13f79535-47bb-0310-9956-ffa450edef68
2011-12-12 20:37:21 +00:00
Michael Stack c3110b3436 HBASE-4922 [packaging] Assembly tars up hbase in a subdir; i.e. after untar hbase-0.92.0 has a subdir named 0.92.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1212732 13f79535-47bb-0310-9956-ffa450edef68
2011-12-10 05:33:39 +00:00
Doug Meil 7d57025877 hbase-4985 pom.xml - changing docbook section depth to 2 for chapters.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1212134 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 21:29:34 +00:00
Nicolas Spiegelberg 09d0aff149 [jira] [HBASE-4908] HBase cluster test tool (port from 0.89-fb)
Summary:
Porting one of our HBase cluster test tools (a single-process multi-threaded
load generator and verifier) from 0.89-fb to trunk.
I cleaned up the code a bit compared to what's in 0.89-fb, and discovered that
it has some features that I have not tried yet (some kind of a kill test, and
some way to run HBase as multiple processes on one machine).
The main utility of this piece of code for us has been the HBaseClusterTest
command-line tool (called HBaseTest in 0.89-fb), which we usually invoke as a
load test in our five-node dev cluster testing, e.g.:

hbase org.apache.hadoop.hbase.util.LoadTestTool -write 50💯20 -tn loadtest4
-read 100:10 -zk <zk_quorum_node> -bloom ROWCOL -compression LZO -key_window 5
-max_read_errors 10000 -num_keys 10000000000 -start_key 0

Test Plan:
Run this on a dev cluster. Run all unit tests.

Reviewers: stack, Karthik, Kannan, nspiegelberg, JIRA

Reviewed By: nspiegelberg

CC: stack, nspiegelberg, mbautin, Karthik

Differential Revision: 549

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211746 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08 02:38:27 +00:00
Michael Stack 1f8162e80c HBASE-4964 Add builddate, make less sections in toc, and add header and footer customizations
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1210795 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06 06:43:54 +00:00
Michael Stack 7ba1306e5b HBASE-4847 Activate single jvm for small tests on jenkins
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1210643 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05 21:20:04 +00:00
Michael Stack e0a283fa3c HBASE-4885 Building against Hadoop 0.23 uses out-of-date MapReduce artifacts
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1207763 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 06:04:17 +00:00
larsh 2d2e75a7fb Run tests with non-secure random, some tests hang otherwise (Lars H)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206908 13f79535-47bb-0310-9956-ffa450edef68
2011-11-27 23:12:52 +00:00
Zhihong Yu 70f14867fb HBASE-4856 Upgrade zookeeper to 3.4.0 release
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205891 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 15:44:48 +00:00
Zhihong Yu d3da94321c HBASE-4856 Upgrade zookeeper to 3.4.0 release - revert, Apache maven repository not ready
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205676 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 00:16:21 +00:00
Zhihong Yu c2d712668a HBASE-4856 Upgrade zookeeper to 3.4.0 release
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205670 13f79535-47bb-0310-9956-ffa450edef68
2011-11-23 23:57:48 +00:00
Michael Stack 2048fe41a0 HBASE-4851 hadoop maven dependency needs to be an optional one
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205291 13f79535-47bb-0310-9956-ffa450edef68
2011-11-23 05:56:40 +00:00
Zhihong Yu 7a8c36be23 HBASE-4213 Support for fault tolerant, instant schema updates with out master's intervention through ZK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1204611 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21 17:29:32 +00:00
Andrew Kyle Purtell 46b1b65cc7 HBASE-2418 Support for ZooKeeper authentication
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1204227 13f79535-47bb-0310-9956-ffa450edef68
2011-11-20 19:46:21 +00:00
Zhihong Yu 1a83d9528b HBASE-4781 Pom update to use the new versions of surefire & junit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1204016 13f79535-47bb-0310-9956-ffa450edef68
2011-11-19 16:38:07 +00:00
Gary Helmling e0e0d94f97 HBASE-2742 Provide strong authentication with a secure RPC engine
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1203515 13f79535-47bb-0310-9956-ffa450edef68
2011-11-18 07:34:43 +00:00
Michael Stack 007e7dc183 HBASE-4759 Migrate from JUnit 4.8.2 to JUnit 4.10
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1199476 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 21:51:51 +00:00
Zhihong Yu 2ee75203ed HBASE-4747 Addendum upgrade maven failsafe
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1197972 13f79535-47bb-0310-9956-ffa450edef68
2011-11-05 15:38:31 +00:00
Zhihong Yu c824695af9 HBASE-4747 Upgrade maven surefire plugin to 2.10
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1197785 13f79535-47bb-0310-9956-ffa450edef68
2011-11-04 21:22:55 +00:00
Nicolas Spiegelberg c7489d1ebb HBASE-4611 Add support for Phabricator/Differential as an alternative code review tool
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1196257 13f79535-47bb-0310-9956-ffa450edef68
2011-11-01 20:23:50 +00:00
Michael Stack 9018d028e1 HBASE-4703 Improvements in tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1195833 13f79535-47bb-0310-9956-ffa450edef68
2011-11-01 05:36:12 +00:00
karthik 468f6dd371 Updating pom.xml - added karthik and fixed position of kannan
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1195647 13f79535-47bb-0310-9956-ffa450edef68
2011-10-31 20:07:12 +00:00
Kannan Muthukkaruppan 99a5df9b64 go hbase!
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1190682 13f79535-47bb-0310-9956-ffa450edef68
2011-10-28 23:47:23 +00:00
Nicolas Spiegelberg 666236a8b8 HBASE-4437 (fix) added the known apache revision, but didn't remove the
old comment

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1190628 13f79535-47bb-0310-9956-ffa450edef68
2011-10-28 22:20:47 +00:00
Michael Stack d3927860a8 HBASE-4437 Update hadoop in 0.92 (0.20.205?)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1188403 13f79535-47bb-0310-9956-ffa450edef68
2011-10-24 21:55:38 +00:00
Michael Stack a46a91cc36 HBASE-4447 Allow hbase.version to be passed in as command-line argument; REVERTsvn diffsvn diff
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1188004 13f79535-47bb-0310-9956-ffa450edef68
2011-10-23 23:22:46 +00:00
Michael Stack 575cbc7108 HBASE-4642 Add Apache License Header
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1187998 13f79535-47bb-0310-9956-ffa450edef68
2011-10-23 23:03:32 +00:00
Michael Stack b3266f1f62 HBASE-4647 RAT finds about 40 files missing licenses
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1187975 13f79535-47bb-0310-9956-ffa450edef68
2011-10-23 21:19:23 +00:00
Todd Lipcon 4b902528e7 HBASE-4551 Fix pom and some test cases to compile and run against Hadoop 0.23
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1183154 13f79535-47bb-0310-9956-ffa450edef68
2011-10-13 22:51:15 +00:00
larsh 5eb85ff899 1st commit! Adding myself as developer.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1180297 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08 02:27:08 +00:00
Michael Stack 6232eae926 HBASE-4531 hbase-4454 failsafe broke mvn site; back it out or fix
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1178827 13f79535-47bb-0310-9956-ffa450edef68
2011-10-04 15:12:39 +00:00
Michael Stack cb845c04d8 HBASE-4531 hbase-4454 failsafe broke mvn site; back it out or fix
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1178505 13f79535-47bb-0310-9956-ffa450edef68
2011-10-03 18:33:24 +00:00
Michael Stack f3cda40473 HBASE-4454 Add failsafe plugin to build and rename integration tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1177168 13f79535-47bb-0310-9956-ffa450edef68
2011-09-29 05:42:13 +00:00
ramkrishna 504762b259 git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1177017 13f79535-47bb-0310-9956-ffa450edef68 2011-09-28 18:55:56 +00:00
Michael Stack 1434e96117 HBASE-4447 Allow hbase.version to be passed in as command-line argument
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1172975 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 04:31:41 +00:00
Michael Stack 5e63ecb1ad move version from 0.91-snapshot to 0.93-snapshot
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1172962 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 03:26:41 +00:00
Michael Stack b2f97dc4e3 HBASE-4419 Resolve build warning messages
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1172038 13f79535-47bb-0310-9956-ffa450edef68
2011-09-17 18:23:31 +00:00
Michael Stack bc524bbe59 HBASE-4342 Update Thrift to 0.7.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1166455 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 22:44:45 +00:00
Michael Stack 5d82da85d6 HBASE-4338 Package build for rpm and deb are broken
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1166016 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 06:34:42 +00:00
Michael Stack 2fddebc27d HBASE-4339 Improve eclipse documentation and project file generation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1166014 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 06:30:56 +00:00
Michael Stack 7ae726526a HBASE-4327 Compile HBase against hadoop 0.22
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1166011 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 06:17:05 +00:00
Todd Lipcon d0e61e30f1 HBASE-4299 Update to Avro 1.5.3 and use Avro Maven plugin to generate Avro classes.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1164762 13f79535-47bb-0310-9956-ffa450edef68
2011-09-02 23:31:37 +00:00
Todd Lipcon df360dccde HBASE-4221 Changes necessary to build and run against Hadoop 0.23
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1160919 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 22:47:53 +00:00
Todd Lipcon 6c16f41064 HBASE-4233 Update protobuf dependency to 2.4.0a
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1160912 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 22:34:23 +00:00
Michael Stack 38a046ea3c HBASE-4229 Replace Jettison JSON encoding with Jackson in HLogPrettyPrinter
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1159914 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 20:27:09 +00:00
Michael Stack 92b2c90bd7 HBASE-4185 Add doc for new hfilev2 format
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1156049 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 07:07:56 +00:00
Doug Meil df4059d36c Doug Meil - changing email address to @apache.org
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1154624 13f79535-47bb-0310-9956-ffa450edef68
2011-08-06 23:58:22 +00:00
Doug Meil c0acc54f57 Small developer list changes.
1) Reordering developer list according to http://people.apache.org/committers-by-project.html#hbase.   This was a small change, I just put Ted next to Todd because the order is by ASF id. 
2) Updated Ryan Rawson's company info to CX

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153871 13f79535-47bb-0310-9956-ffa450edef68
2011-08-04 12:58:32 +00:00
Zhihong Yu e389495ac9 HBASE-4158 Addendum to surefire upgrade
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153725 13f79535-47bb-0310-9956-ffa450edef68
2011-08-04 01:58:09 +00:00
Zhihong Yu 95c32d4c37 HBASE-4158 Upgrade pom.xml to surefire 2.9 (Aaron Kushner & Mikhail)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153662 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 20:53:48 +00:00
Doug Meil 4ae98bc4d3 Doug Meil added his profile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1152979 13f79535-47bb-0310-9956-ffa450edef68
2011-08-02 00:09:31 +00:00
Michael Stack f9d78265bf HBASE-4037 Add timeout annotations to preempt surefire killing all tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1140339 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27 21:47:49 +00:00
Zhihong Yu 1573c985d5 Ted Yu added his profile
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1137244 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18 20:39:17 +00:00
Michael Stack f1a6ee8b16 hadoop-snappy version in the pom.xml is incorrect
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1133156 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07 20:53:25 +00:00
Michael Stack 573c0a89bf HBASE-3873 Mavenize Hadoop Snappy JAR/SOs project dependencies
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1132833 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 23:16:09 +00:00
Todd Lipcon 46d64afcd9 HBASE-3835 Switch master and region server pages to Jamon-based templates
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1099198 13f79535-47bb-0310-9956-ffa450edef68
2011-05-03 19:07:00 +00:00
Michael Stack e6a521407d HBASE-3629 Update our thrift to 0.6
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096938 13f79535-47bb-0310-9956-ffa450edef68
2011-04-26 22:40:25 +00:00
Michael Stack ddb730cfbd HBASE-3609 Improve the selection of regions to balance; part 2
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1094679 13f79535-47bb-0310-9956-ffa450edef68
2011-04-18 18:12:04 +00:00
Michael Stack 5bfe3d8ff6 HBASE-3757 Upgrade to ZK 3.3.3
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1092588 13f79535-47bb-0310-9956-ffa450edef68
2011-04-15 04:49:14 +00:00
Michael Stack d143b1b243 Add the gz mail archives to list of archives
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1088907 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05 06:24:17 +00:00
Michael Stack 449e7386bc HBASE-3600 Update our jruby to 1.6.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081994 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 23:15:38 +00:00
Ryan Rawson 4e50338bb6 HBASE-3606 Create an package integration project (Eric Yang via Ryan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081964 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 22:20:08 +00:00
Todd Lipcon 4953a4fd11 HBASE-3625 improve/fix support excluding Tests via Maven -D property. (Alejandro Abdelnur via todd)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081624 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 01:10:27 +00:00
Michael Stack 4196e5404c HBASE-3507 requests count per HRegion and rebalance command; part 1
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081610 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14 23:38:57 +00:00
Ryan Rawson 941f2d89ae HBASE-3117 rename repo
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081605 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14 23:15:35 +00:00
Ryan Rawson e27a683cac HBASE-3513 upgrade thrift to 0.5.0 and use mvn version
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1078228 13f79535-47bb-0310-9956-ffa450edef68
2011-03-05 01:34:24 +00:00
Todd Lipcon cee9f4631c HBASE-3594. Rest server fails because of missing asm jar
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076834 13f79535-47bb-0310-9956-ffa450edef68
2011-03-03 22:13:51 +00:00
Todd Lipcon 5f6ca32168 Revert HBASE-3525 due to HBASE-3594 - rest server failing because of missing asm jar
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076828 13f79535-47bb-0310-9956-ffa450edef68
2011-03-03 22:09:25 +00:00
Todd Lipcon 7e90ed10b8 HBASE-3589. test jar should not include mapred-queues.xml and log4j.properties
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076371 13f79535-47bb-0310-9956-ffa450edef68
2011-03-02 21:00:34 +00:00
Michael Stack fb502bee15 HBASE-3563 [site] Add one-page-only version of hbase doc
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1074349 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 23:12:21 +00:00
Michael Stack c7695aaba6 HBASE-3525 mvn assembly is over-filling the hbase lib dir
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1070636 13f79535-47bb-0310-9956-ffa450edef68
2011-02-14 20:12:00 +00:00
Michael Stack 2333c74b94 HBASE-3520 Update our bundled hadoop from branch-0.20-append to latest (rpc version 43)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1069244 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10 07:01:29 +00:00
Todd Lipcon 614f8f665f HBASE-3517. Store build version in hbase-default.xml and verify at runtime
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1069038 13f79535-47bb-0310-9956-ffa450edef68
2011-02-09 19:12:08 +00:00
Michael Stack a744bbec1d New hadoop version, includes hdfs-1555
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056508 13f79535-47bb-0310-9956-ffa450edef68
2011-01-07 21:06:53 +00:00
Michael Stack 221e8a807e HBASE-3393 Update Avro gateway to use Avro 1.4.1 and the new server.join() method
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1053531 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29 05:25:26 +00:00
Michael Stack 1cb6c18d8a Pickup new apache parent pom as part of publish to mvn repo experiment
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051685 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21 22:32:01 +00:00
Michael Stack a59bd1030b HBASE-3374 Our jruby jar has *GPL jars in it; fix
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051343 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21 00:34:36 +00:00
Andrew Kyle Purtell 57a325bf4c HBASE-3377 Upgrade Jetty to 6.1.26
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051022 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20 08:51:45 +00:00
Michael Stack ee1cfcc1df HBASE-3334 Refresh our hadoop jar because of HDFS-1520
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1044529 13f79535-47bb-0310-9956-ffa450edef68
2010-12-10 23:03:15 +00:00
Michael Stack 6c2f79d066 Stop assembly adding 'all' to the produced bundle
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042911 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 05:25:49 +00:00
Michael Stack 971dc6d431 Update our hadoop to tip of 0.20-append branch; it includes hdfs-895 now
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1042880 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 00:50:56 +00:00
Michael Stack 7650309d06 HBASE-3230 Refresh our hadoop jar and update zookeeper to just-released 3.3.2 -- removed apache-rsync
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1041930 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03 17:50:46 +00:00
Michael Stack 8d1240087d HBASE-2467 Concurrent flushers in HLog sync using HDFS-895
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1041667 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03 01:28:21 +00:00
Gary Helmling db50b69ec9 Adding myself as committer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1041654 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03 00:06:57 +00:00
Lars George 46b1074284 Changes company details.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1041623 13f79535-47bb-0310-9956-ffa450edef68
2010-12-02 22:44:48 +00:00
Nicolas Spiegelberg ed524d15b5 Added Nicolas Spiegelberg as committer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1041603 13f79535-47bb-0310-9956-ffa450edef68
2010-12-02 21:55:40 +00:00
Michael Stack 21e1f6f33a HBASE-3234 hdfs-724 breaks TestHBaseTestingUtility multiClusters
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1040406 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30 05:21:49 +00:00
Michael Stack a7b528a712 HBASE-3264 Remove unnecessary Guava Dependency
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1038299 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23 19:47:09 +00:00