Commit Graph

1547 Commits

Author SHA1 Message Date
Michael Stack 20319e9eab HBASE-2309 Add apache releases to pom (list of ) repositories
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922092 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 01:03:28 +00:00
Michael Stack 0bac7d5b31 HBASE-2302 Optimize M-R by bulk excluding regions - less InputSplit-s to avoid traffic on region servers when performing M-R on a subset of the table
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922076 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11 23:51:23 +00:00
Michael Stack f3f7b0622f HBASE-2287 TypeError in shell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922074 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11 23:45:23 +00:00
Michael Stack 685d6093b0 HBASE-2268 PerformanceEvaluation --nomapred may assign duplicate random seed over multiple testing threads
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922070 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11 23:33:53 +00:00
Michael Stack 59955d1a5b HBASE-2174 Stop from resolving HRegionServer addresses to names using DNS on every heartbeat
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922000 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11 20:07:06 +00:00
Michael Stack 1030b60316 HBASE-2307 hbase-2295 changed hregion size, testheapsize broke... fix it
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@921626 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 23:33:18 +00:00
Michael Stack 6d0d1cc9a9 HBASE-2308 Fix the bin/rename_table.rb script, make it work again
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@921624 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 23:27:30 +00:00
Michael Stack bfd6812b40 HBASE-2295 Row locks may deadlock with themselves
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@921094 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 20:15:13 +00:00
Michael Stack 782f78f29d HBASE-2295 Row locks may deadlock with themselves
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@920971 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 16:36:50 +00:00
Andrew Kyle Purtell 1ccce74312 HBASE-2299 [EC2] mapreduce fixups for PE
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@920254 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 09:54:03 +00:00
Michael Stack 3baabbdb84 HBASE-2261 The javadoc in WhileMatchFilter and it's tests in TestFilter are not accurate/wrong
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919870 13f79535-47bb-0310-9956-ffa450edef68
2010-03-06 22:43:53 +00:00
Jean-Daniel Cryans 6eab8932c8 HBASE-2293 CME in RegionManager#isMetaServer
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919708 13f79535-47bb-0310-9956-ffa450edef68
2010-03-06 07:00:03 +00:00
Michael Stack 6db73b1c8d HBASE-2267 More improvements to the Maven build
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919095 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 17:54:27 +00:00
Michael Stack d5a9b7f67f HBASE-2282 More directories should be ignored when using git for development
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919087 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 17:46:50 +00:00
Michael Stack e325ccd9bf HBASE-2281 Hbase shell does not work when started from the build dir
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919083 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 17:43:05 +00:00
Andrew Kyle Purtell baef12d73e HBASE-2274 [stargate] filter support: JSON descriptors
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919066 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 17:05:33 +00:00
Michael Stack a4b99cf687 HBASE-2063 For hfileoutputformat, on timeout/failure/kill clean up half-written hfile
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@919058 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 16:39:10 +00:00
Michael Stack b4e29fb201 HBASE-2284 fsWriteLatency metric may be incorrectly reported
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@918858 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 05:20:33 +00:00
Michael Stack 73b4ceb658 HBASE-2244 META gets inconsistent in a number of crash scenarios
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@918271 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02 23:46:19 +00:00
Jean-Daniel Cryans ee54d203e9 HBASE-2245 Unnecessary call to syncWal(region); in HRegionServer
(Benoit Sigoure via JD)
HBASE-2246  Add a getConfiguration method to HTableInterface
            (Benoit Sigoure via JD)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@917783 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 23:00:55 +00:00
Lars George dc579e5972 HBASE-2276 - Fixed CHANGES.txt with wrong issue number
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@917164 13f79535-47bb-0310-9956-ffa450edef68
2010-02-28 10:49:54 +00:00
Lars George ffac8a385c HBASE-2274 Hbase Shell hcd() method is broken by the replication scope parameter (Alexey Kovyrin via Lars George)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@917162 13f79535-47bb-0310-9956-ffa450edef68
2010-02-28 10:47:07 +00:00
Andrew Kyle Purtell db9ca36fb3 HBASE-2273 [stargate] export metrics via Hadoop metrics, JMX, and zookeeper
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@916882 13f79535-47bb-0310-9956-ffa450edef68
2010-02-27 00:29:27 +00:00
Andrew Kyle Purtell 0f39b8f477 HBASE-2263 [stargate] multiuser mode: authenticator for zookeeper
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@916545 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 03:00:47 +00:00
Andrew Kyle Purtell bfce9fa0ef HBASE-2268 [stargate] Failed tests and DEBUG output is dumped to console since move to Mavenized build
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@916481 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 22:54:27 +00:00
Lars George 5d85503e7c HBASE-2264 Adjust the contrib apps to the Maven project layout (Lars Francke via Lars George)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@916397 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 18:57:49 +00:00
Jean-Daniel Cryans 961e65362e HBASE-2259 StackOverflow in ExplicitColumnTracker when row has many columns
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@916050 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 00:00:26 +00:00
Jean-Daniel Cryans c1333aa61c HBASE-2262 ZKW.ensureExists should check for existence
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@916004 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 22:26:45 +00:00
Andrew Kyle Purtell 4ca0a97783 HBASE-2257 [stargate] multiuser mode
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@915996 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 22:13:12 +00:00
Michael Stack a5a5d26ac3 HBASE-2254, HBASE-2260 Improvements to the Maven POMs AND remove ivy and ant
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@915959 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 20:17:17 +00:00
Michael Stack 24c9e7e061 HBASE-2258 The WhileMatchFilter doesn't delegate the call to filterRow()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@915874 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 17:10:48 +00:00
Ryan Rawson bc1496db15 HBASE-2250 typo in the maven pom
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@915137 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23 02:11:00 +00:00
Michael Stack 7bc5c1e301 HBASE-2099 Move build to Maven
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@915116 13f79535-47bb-0310-9956-ffa450edef68
2010-02-22 23:49:24 +00:00
Michael Stack ecb8ecae3f HBASE-2241 Change balancer sloppyness from 0.1 to 0.3
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@911960 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19 20:06:02 +00:00
Jean-Daniel Cryans 96c80b48de HBASE-2221 MR to copy a table
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@911621 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 22:27:40 +00:00
Jean-Daniel Cryans 4c7414ec20 HBASE-2070 Collect HLogs and delete them after a period of time
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@911233 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 00:08:19 +00:00
Michael Stack 0faf605ea1 HBASE-2230 SingleColumnValueFilter has an ungaurded debug log message.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@910407 13f79535-47bb-0310-9956-ffa450edef68
2010-02-16 06:00:56 +00:00
Ryan Rawson 8ccacf36a7 HBASE-2219 stop using code mapping for method names in the RPC
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@910316 13f79535-47bb-0310-9956-ffa450edef68
2010-02-15 19:47:14 +00:00
Ryan Rawson e743a52a0c HBASE-2226 HQuorumPeerTest doesnt run because it doesnt start with the word Test
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@909980 13f79535-47bb-0310-9956-ffa450edef68
2010-02-14 06:57:41 +00:00
Michael Stack e2014da2f9 HBASE-2128 ant tar build broken since switch to Ivy
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@909726 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 04:10:04 +00:00
Michael Stack 18dc5e84e2 HBASE-2224 Broken build: TestGetRowVersions.testGetRowMultipleVersions
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@909720 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 04:04:57 +00:00
Michael Stack 03c67da3c0 HBASE-2199 hbase.client.tableindexed.IndexSpecification, lines 72-73 should be reversed
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@909618 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12 21:43:22 +00:00
Michael Stack 0e1cb0cabf HBASE-2220 Add a binary comparator that only compares up to the length of the supplied byte array
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@909589 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12 20:14:40 +00:00
Michael Stack f5e8fc90cc HBASE-2212 Refactor out lucene dependencies from HBase
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@909585 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12 20:02:53 +00:00
Michael Stack 69bd0cb802 HBASE-2222 Improve log "Trying to contact region server Some server for region , row ip_info_100,,1263329969690, but failed after 11 attempts.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@909581 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12 19:50:56 +00:00
Ryan Rawson c6ee51819a HBASE-2066
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@909235 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12 05:06:06 +00:00
Michael Stack 94fdc559e7 HBASE-2177 Add timestamping to gc logging option
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@909185 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12 00:14:39 +00:00
Michael Stack 7b328fbbc5 HBASE-2209 Support of List [ ] in HBaseOutputWritable for serialization
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@909109 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11 19:04:59 +00:00
Michael Stack af9891965e HBASE-2190 HRS should report to master when HMsg are available
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@908849 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11 05:51:42 +00:00
Jean-Daniel Cryans 39505bccd0 HBASE-2189 HCM trashes meta cache even when not needed
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@908730 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10 23:02:46 +00:00
Michael Stack cdfc6d1c1d HBASE-2198 SingleColumnValueFilter should be able to find the column value even when it's not specifically added as input on the scan
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@908292 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10 00:26:56 +00:00
Michael Stack d227aee3cf HBASE-2185 Add html version of default hbase-site.xml
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@908175 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09 19:41:43 +00:00
Michael Stack d32839d1a0 HBASE-2185 HTable - put(Put) , put(List<Put) code duplication
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@908161 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09 19:20:01 +00:00
Michael Stack 74cc78ac2d HBASE-2193 Better readability of - hbase.regionserver.lease.period
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@907858 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09 00:43:54 +00:00
Michael Stack 443d61e41a HBASE-2180 Bad random read performance from synchronizing hfile.fddatainputstream -- putting this as improvement in CHANGES because thats what j-d wants though I think it a bug because our perf. was so bad
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@907846 13f79535-47bb-0310-9956-ffa450edef68
2010-02-08 23:40:06 +00:00
Jean-Daniel Cryans 10a4154a06 HBASE-2129 Simple Master/Slave replication
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@907011 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05 17:37:54 +00:00
Michael Stack fbc67df8b7 HBASE-2184 Calling HTable.getTableDescriptor().* on a full cluster takes a long time
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@906826 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05 06:50:21 +00:00
Jean-Daniel Cryans 443686f101 HBASE-2178 Hooks for replication
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@905834 13f79535-47bb-0310-9956-ffa450edef68
2010-02-02 23:20:08 +00:00
Michael Stack d189828325 HBASE-2172 Add constructor to Put for row key and timestamp
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@903792 13f79535-47bb-0310-9956-ffa450edef68
2010-01-27 19:44:47 +00:00
Michael Stack f58517d103 HBASE-2164 Ivy nit - clean up configs
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902492 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23 20:54:04 +00:00
Michael Stack 7c64474f3b HBASE-2163 ZK dependencies - explicitly add them until ZK artifacts are published to mvn repository
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902490 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23 20:51:30 +00:00
Michael Stack 4ea95c0853 HBASE-1373 Update Thrift to use compact/framed protocol
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902488 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23 20:48:33 +00:00
Michael Stack d87cb4dcb0 HBASE-2153 Publish generated HTML documentation for Thrift on the website
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902338 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23 04:51:22 +00:00
Michael Stack 52249bc3aa HBASE-2144 Now does \x20 for spaces
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902281 13f79535-47bb-0310-9956-ffa450edef68
2010-01-22 21:28:13 +00:00
Michael Stack 85c53c5d35 HBASE-2160 Can't put with ts in shell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902269 13f79535-47bb-0310-9956-ffa450edef68
2010-01-22 21:12:30 +00:00
Jean-Daniel Cryans f700187546 HBASE-2057 Cluster won't stop (Gary Helmling and JD via JD)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902239 13f79535-47bb-0310-9956-ffa450edef68
2010-01-22 19:26:09 +00:00
Michael Stack 0734674f50 HBASE-2157 LATEST_TIMESTAMP not replaced by current timestamp in KeyValue
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902224 13f79535-47bb-0310-9956-ffa450edef68
2010-01-22 19:06:55 +00:00
Jean-Daniel Cryans 60eee421aa HBASE-2156 HBASE-2037 broke Scan
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902213 13f79535-47bb-0310-9956-ffa450edef68
2010-01-22 18:40:23 +00:00
Michael Stack 1bce5eb1d7 HBASE-2149 hbase.regionserver.global.memstore.lowerLimit is too low
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902212 13f79535-47bb-0310-9956-ffa450edef68
2010-01-22 18:38:59 +00:00
Michael Stack c40524be57 HBASE-2152 Add default jmxremote.{access|password} files into conf
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902195 13f79535-47bb-0310-9956-ffa450edef68
2010-01-22 17:59:58 +00:00
Michael Stack 1c6714733a HBASE-2154 Fix Client#next(int) javadoc
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@901936 13f79535-47bb-0310-9956-ffa450edef68
2010-01-22 00:11:57 +00:00
Michael Stack 4008068ad8 HBASE-2151 Remove onelab and include generated thrift classes in javadoc
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@901840 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21 19:53:00 +00:00
Jean-Daniel Cryans 6ef421167a HBASE-2150 Deprecated HBC(Configuration) constructor doesn't call this()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@901455 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21 00:17:50 +00:00
Michael Stack 4b48662b60 HBASE-65 Thrift Server should have an option to bind to ip address
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@901422 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20 22:59:39 +00:00
Lars George 3d51be2965 HBASE-2146 RPC related metrics are missing in 0.20.3 since recent changes (Gary Helmling via Lars George)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@901402 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20 22:09:47 +00:00
Michael Stack a8092ffc36 HBASE-1360 move up to Thrift 0.2.0
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@901398 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20 22:04:37 +00:00
Ryan Rawson fb6ed7f687 HBASE-2109
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@901034 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20 02:05:04 +00:00
Ryan Rawson 44572e6a2d HBASE-2147 - run zookeeper in the same jvm as master during non-distributed mode
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@901030 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20 01:42:12 +00:00
Michael Stack 7a8f4c08e3 HBASE-2139 findbugs task in build.xml
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@900211 13f79535-47bb-0310-9956-ffa450edef68
2010-01-17 20:18:57 +00:00
Michael Stack 8bc2888278 HBASE-2140 findbugs issues - 2 performance warnings as suggested by findbugs
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@900208 13f79535-47bb-0310-9956-ffa450edef68
2010-01-17 20:08:59 +00:00
Michael Stack b2da74b0ac HBASE-2130 bin/* scripts - not to include lib/test/**/*.jar
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@900062 13f79535-47bb-0310-9956-ffa450edef68
2010-01-17 06:39:35 +00:00
Michael Stack 7245829a06 HBASE-2137 and HBASE-2135; ant javadoc complains about missing classes AND javadoc warnings from 'javadoc' target
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@900059 13f79535-47bb-0310-9956-ffa450edef68
2010-01-17 06:11:27 +00:00
Jean-Daniel Cryans f9b14e8510 HBASE-2138 unknown metrics type (Stack via JD)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@900039 13f79535-47bb-0310-9956-ffa450edef68
2010-01-17 00:31:13 +00:00
Andrew Kyle Purtell 43ef004de3 HBASE-2131 [EC2] Mount data volumes as xfs, noatime
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899908 13f79535-47bb-0310-9956-ffa450edef68
2010-01-16 09:05:34 +00:00
Andrew Kyle Purtell 3f2e7bd6cf HBASE-2133 Increase default number of client handlers
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899864 13f79535-47bb-0310-9956-ffa450edef68
2010-01-16 01:03:36 +00:00
Jean-Daniel Cryans b145b4b83e HBASE-2136 Forward-port the old mapred package
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899845 13f79535-47bb-0310-9956-ffa450edef68
2010-01-16 00:02:10 +00:00
Andrew Kyle Purtell 9b42d8a966 HBASE-2134 Ivy nit regarding checking with latest snapshots
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899818 13f79535-47bb-0310-9956-ffa450edef68
2010-01-15 21:23:56 +00:00
Jean-Daniel Cryans f46ffce89a HBASE-2126 Fix build break - ec2 (Kay Kay via JD)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899509 13f79535-47bb-0310-9956-ffa450edef68
2010-01-15 01:23:16 +00:00
Michael Stack 16b6a5f043 HBASE-2127 randomWrite mode of PerformanceEvaluation benchmark program writes only to a small range of keys
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899503 13f79535-47bb-0310-9956-ffa450edef68
2010-01-15 01:01:31 +00:00
Jean-Daniel Cryans b590cc49ac HBASE-2124 Useless exception in HMaster on startup
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899441 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14 22:13:57 +00:00
Andrew Kyle Purtell 2c4289f284 HBASE-2024 [stargate] Deletes not working as expected
HBASE-2122 [stargate] Initializing scanner column families doesn't work


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899154 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14 10:39:48 +00:00
Michael Stack 56497da881 HBASE-2123 Remove 'master' command-line option from PE
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899073 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14 06:16:34 +00:00
Andrew Kyle Purtell 437d137414 HBASE-2120 [stargate] Unable to delete column families
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899022 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14 01:39:27 +00:00
Michael Stack 0ef57644cc HBASE-2119 Fix top-level NOTICES.txt file. Its stale.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@898662 13f79535-47bb-0310-9956-ffa450edef68
2010-01-13 06:48:50 +00:00
Michael Stack 2af4aa5a9e HBASE-2101 KeyValueSortReducer collapses all values to last passed
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@898658 13f79535-47bb-0310-9956-ffa450edef68
2010-01-13 06:40:49 +00:00
Andrew Kyle Purtell cb1ca32dc2 move all EC2 entries into New Features
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@898455 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 18:21:14 +00:00
Andrew Kyle Purtell a61bd539ca HBASE-2103 [EC2] pull version from build
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@898450 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 18:13:20 +00:00
Jean-Daniel Cryans c785cf8118 HBASE-2115 ./hbase shell would not launch due to missing jruby dependency
(Kay Kay via JD)



git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@898151 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 02:04:12 +00:00
Jean-Daniel Cryans 8854ebea34 HBASE-2114 Can't start HBase in trunk (JD and Kay Kay via JD)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@898150 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 01:57:07 +00:00
Michael Stack 05e631f7d9 HBASE-2111 Move to ivy broke our being able to run in-place; i.e. ./bin/start-hbase.sh in a checkout
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@898132 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 00:23:42 +00:00
Michael Stack 704b52fbe9 HBASE-2107 Upgrading Lucene 2.2 to Lucene 3.0
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@898093 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11 22:29:29 +00:00
Michael Stack 9692e3d5da HBASE-1433 Update hbase build to match core, use ivy, publish jars to maven repo, etc.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@897587 13f79535-47bb-0310-9956-ffa450edef68
2010-01-10 02:13:13 +00:00
Andrew Kyle Purtell 66a38217fa HBASE-2100 [EC2] Adjust fs.file-max
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@897376 13f79535-47bb-0310-9956-ffa450edef68
2010-01-09 03:02:37 +00:00
Andrew Kyle Purtell 9039e79ec2 HBASE-2093 [stargate] RowSpec parse bug
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@897094 13f79535-47bb-0310-9956-ffa450edef68
2010-01-08 05:04:58 +00:00
Andrew Kyle Purtell a9482a2382 HBASE-2095 TIF should support more confs for the scanner
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@896935 13f79535-47bb-0310-9956-ffa450edef68
2010-01-07 17:34:15 +00:00
Michael Stack 73aa65deb3 HBASE-2035 Binary values are formatted wrong in shell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@896738 13f79535-47bb-0310-9956-ffa450edef68
2010-01-07 02:25:12 +00:00
Michael Stack 5e65d6ee2f HBASE-2089 HBaseConfiguration() ctor. deprecated
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@895916 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05 06:12:11 +00:00
Michael Stack e2f7f90e00 HBASE-2090 findbugs issues
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@895913 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05 06:06:46 +00:00
Michael Stack 95ed506323 HBASE-1996 Configure scanner buffer in bytes instead of number of rows
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@895820 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 23:05:13 +00:00
Michael Stack b378ea615f HBASE-2068 MetricsRate is missing registry parameter
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@895780 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 21:00:57 +00:00
Michael Stack f4c8d1a06c HBASE-2086 Job(configuration,String) deprecated
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@895515 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 00:23:11 +00:00
Michael Stack 70312ea625 HBASE-2052 Upper bound of outstanding WALs can be overrun
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@895331 13f79535-47bb-0310-9956-ffa450edef68
2010-01-03 04:08:51 +00:00
Michael Stack 94464432f8 HBASE-2085 StringBuffer -> StringBuilder - conversion of references as necessary
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894950 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 22:34:16 +00:00
Andrew Kyle Purtell 11d2b63d1c HBASE-2084 [EC2] JAVA_HOME handling broken
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894938 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 20:50:56 +00:00
Michael Stack 3339e94e8d HBASE-2036 Use Configuration instead of HBaseConfiguration
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894934 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 20:44:31 +00:00
Andrew Kyle Purtell b9d6604a94 HBASE-2083 [EC2] HDFS DataNode no longer required on master
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894903 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 17:36:46 +00:00
Andrew Kyle Purtell 98637a0bfb HBASE-2080 [EC2] Support multivolume local instance storage
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894807 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 10:50:45 +00:00
Andrew Kyle Purtell e6e56e6269 HBASE-2082 TableInputFormat is ignoring input scan's stop row setting
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894798 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 09:20:12 +00:00
Andrew Kyle Purtell e99d776a91 HBASE-1956 Export HDFS read and write latency as a metric
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894779 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 05:18:46 +00:00
Jean-Daniel Cryans 1241459503 HBASE-2081 Set the retries higher in shell since client pause is lower
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894743 13f79535-47bb-0310-9956-ffa450edef68
2009-12-30 23:47:41 +00:00
Jean-Daniel Cryans bd3e171467 HBASE-2025 0.20.2 accessed from older client throws
UndeclaredThrowableException; frustrates rolling upgrade


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894739 13f79535-47bb-0310-9956-ffa450edef68
2009-12-30 23:27:49 +00:00
Jean-Daniel Cryans dfd0303cd7 HBASE-2068 MetricsRate is missing "registry" parameter (Lars George via JD)
HBASE-2078  Add JMX settings as commented out lines to hbase-env.sh
            (Lars George via JD)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894689 13f79535-47bb-0310-9956-ffa450edef68
2009-12-30 18:27:44 +00:00
Jean-Daniel Cryans 58039a7bc2 HBASE-2077 NullPointerException with an open scanner that expired causing
an immediate region server shutdown (Sam Pullara via JD)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894553 13f79535-47bb-0310-9956-ffa450edef68
2009-12-30 07:38:02 +00:00
Andrew Kyle Purtell 6802181855 HBASE-2075 Master requires HDFS superuser privileges due to waitOnSafeMode
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894525 13f79535-47bb-0310-9956-ffa450edef68
2009-12-30 00:48:36 +00:00
Jean-Daniel Cryans 42411929ff HBASE-2076 Many javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894511 13f79535-47bb-0310-9956-ffa450edef68
2009-12-29 23:22:39 +00:00
Michael Stack bbefab59d6 HBASE-2074 Improvements to the hadoop-config script
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894510 13f79535-47bb-0310-9956-ffa450edef68
2009-12-29 23:17:42 +00:00
Michael Stack b6a18a17d9 HBASE-2074 Improvements to the hadoop-config script
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894505 13f79535-47bb-0310-9956-ffa450edef68
2009-12-29 23:08:20 +00:00
Jean-Daniel Cryans bdcfe1f11c HBASE-2045 Update trunk and branch zk to just-release 3.2.2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894229 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 19:28:09 +00:00
Jean-Daniel Cryans 3fb9ac02b8 HBASE-2072 fs.automatic.close isn't passed to FileSystem
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894228 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 19:16:33 +00:00
Jean-Daniel Cryans f4406121af HBASE-2026 NPE in StoreScanner on compaction
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894219 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 18:41:02 +00:00
Jean-Daniel Cryans 69a6ef5a9a HBASE-2062 Metrics documentation outdated
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894216 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 18:37:10 +00:00
Jean-Daniel Cryans a64f8aa795 HBASE-2062 Metrics documentation outdated
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@894213 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 18:35:49 +00:00
Jean-Daniel Cryans 1b3748a994 HBASE-2064 Cannot disable a table if at the same the Master is moving
its regions around
HBASE-2065  Cannot disable a table if any of its region is opening 
            at the same time


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@893379 13f79535-47bb-0310-9956-ffa450edef68
2009-12-23 02:39:03 +00:00
Andrew Kyle Purtell 9f45ca97ec HBASE-1982 [EC2] Handle potentially large and uneven instance startup times
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@892958 13f79535-47bb-0310-9956-ffa450edef68
2009-12-21 20:11:31 +00:00
Andrew Kyle Purtell c609d25614 HBASE-2028 Add HTable.incrementColumnValue support to shell
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@892648 13f79535-47bb-0310-9956-ffa450edef68
2009-12-20 19:50:23 +00:00
Andrew Kyle Purtell ed377a19e3 HBASE-2060 Missing closing tag in mapreduce package info
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@892645 13f79535-47bb-0310-9956-ffa450edef68
2009-12-20 19:41:05 +00:00
Andrew Kyle Purtell 23cbf39343 HBASE-2059 Break out WAL reader and writer impl from HLog
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@892451 13f79535-47bb-0310-9956-ffa450edef68
2009-12-19 08:10:45 +00:00
Jean-Daniel Cryans 91fa2ad048 HBASE-2054 memstore size 0 is >= than blocking -2.0g size
HBASE-2057  Cluster won't stop


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@892392 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 22:47:03 +00:00
Andrew Kyle Purtell 21bd10825a HBASE-1960 Master should wait for DFS to come up when creating hbase.version
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@892072 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 01:33:25 +00:00
Jean-Daniel Cryans 3e11daa7c0 HBASE-2052 Make hbase more 'live' when comes to noticing table creation,
splits, etc., for 0.20.3
            Temporary until master is redone


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@891855 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 19:28:03 +00:00
Michael Stack 962236ed99 HBASE-2049 Cleanup HLog binary log output
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@891843 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 19:03:36 +00:00
Michael Stack d225c7576c HBASE-2034 [Bulk load tools] loadtable.rb calls an undefined method 'descendingIterator'
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@891842 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 19:02:37 +00:00
Jean-Daniel Cryans 04155cac92 HBASE-2044 HBASE-1822 removed not-deprecated APIs
HBASE-2041  Change WAL default configuration values
            changes to the shell and fixing interrupt bug


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@891073 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15 23:41:40 +00:00
Jean-Daniel Cryans 83f441fb18 HBASE-2048 Small inconsistency in the "Example API Usage"
(Benoit Sigoure via JD)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@890601 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15 02:02:35 +00:00
Jean-Daniel Cryans 66e1e3863d HBASE-2047 Example command in the "Getting Started"
documentation doesn't work (Benoit Sigoure via JD)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@890599 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15 01:31:09 +00:00
Jean-Daniel Cryans 6965cf5135 HBASE-2043 Shell's scan broken
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@890192 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 06:20:21 +00:00
Jean-Daniel Cryans 21f8097353 HBASE-2040 Fixes to group commit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@889775 13f79535-47bb-0310-9956-ffa450edef68
2009-12-11 19:15:10 +00:00
Jean-Daniel Cryans 5d8688fc3d HBASE-2031 When starting HQuorumPeer, try to match on more than 1 address
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@889461 13f79535-47bb-0310-9956-ffa450edef68
2009-12-10 23:17:35 +00:00
Jean-Daniel Cryans 0db51718ce HBASE-2013 Add useful helpers to HBaseTestingUtility.java (Lars George
via J-D)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@889453 13f79535-47bb-0310-9956-ffa450edef68
2009-12-10 22:56:51 +00:00
Jean-Daniel Cryans 99b6ece5c1 HBASE-2033 Shell scan 'limit' is off by one
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@888640 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08 23:55:36 +00:00