Sean Busbey
49b526169a
HBASE-11849 remove classes with audience.private for internals that we don't use.
...
Signed-off-by: Jonathan M Hsieh <jmhsieh@apache.org>
2014-08-28 11:53:52 -07:00
anoopsjohn
736f84bfed
HBASE-9875 Removing the empty file NamespaceJanitor
2014-08-28 16:37:00 +05:30
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
e5123cc2ce
HBASE-9875 NamespaceJanitor chore is not used
2014-08-27 09:56:16 -07:00
Srikanth Srungarapu
57328e1121
HBASE-11788 HBase is not deleting the cell when a Put with a KeyValue, KeyValue.Type.Delete is submitted
2014-08-27 09:05:34 -07:00
stack
f4c55b877c
HBASE-11834 TestHRegionBusyWait.testParallelAppendWithMemStoreFlush fails sporadically
2014-08-27 08:21:38 -07:00
anoopsjohn
0cb2ab6a76
HBASE-11820 ReplicationSource : Set replication codec class as RPC codec class on a clonned Configuration.
2014-08-27 10:28:49 +05:30
Ramkrishna
4445b30464
HBASE-11440 Make KeyValueCodecWithTags as the default codec for
...
replication in trunk (Ram)
2014-08-27 10:03:55 +05:30
Sean Busbey
3411f830e3
HBASE-11828 callers of SeverName.valueOf should use equals and not ==.
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-08-26 17:52:13 -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
Lars Hofhansl
e27a427f9b
HBASE-9746 Addendum.
2014-08-26 10:56:55 -07:00
stack
aada70053b
HBASE-7782 HBaseTestingUtility.truncateTable() not acting like CLI (Sean Busbey)
2014-08-26 10:44:22 -07:00
Andrew Purtell
906fafe93d
HBASE-11814 TestAssignmentManager.testCloseFailed() and testOpenCloseRacing() is flaky (Virag Kothari)
2014-08-26 07:51:09 -07:00
Ramkrishna
dea6480023
HBASE-11591 Scanner fails to retrieve KV from bulk loaded file with
...
highest sequence id than the cell's mvcc in a non-bulk loaded file (Ram)
2014-08-26 17:36:37 +05:30
Ted Yu
582123cd8f
HBASE-11823 Cleanup javadoc warnings.(Andrey Stepachev)
2014-08-26 09:13:22 +00:00
Lars Hofhansl
d79db4d221
HBASE-9746 RegionServer can't start when replication tries to replicate to an unknown host.
2014-08-25 16:32:01 -07:00
Andrew Purtell
5ed89df4bb
HBASE-11766 Backdoor CoprocessorHConnection is no longer being used for local writes
2014-08-25 15:58:11 -07:00
stack
03687b80bc
HBASE-11813 CellScanner#advance may overflow stack
2014-08-25 14:52:36 -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
stack
f96dc97612
HBASE-11816 Initializing custom Metrics implementation failed in Mapper or Reducer
2014-08-25 12:27:09 -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
dd6c21e4d5
HBASE-11610 Enhance remote meta updates
2014-08-25 11:55:43 -07:00
Lars Hofhansl
c3d2d6127e
HBASE-11536 Puts of region location to Meta may be out of order which causes inconsistent of region location. (Liu Shaohui)
2014-08-25 11:35:22 -07:00
Andrew Purtell
368aee62af
HBASE-11794 StripeStoreFlusher causes NullPointerException (jeongmin kim)
2014-08-23 10:49:21 -07:00
Sean Busbey
f69a1945c6
HBASE-8298 In shell, provide alias of 'desc' for 'describe'.
...
* Adds ability to alias commands
* map 'desc' alias to 'describe'
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-08-23 10:39:42 -07:00
Andrew Purtell
d281ffb139
HBASE-11617 incorrect AgeOfLastAppliedOp and AgeOfLastShippedOp in replication Metrics when no new replication OP (Demai Ni)
2014-08-23 09:43:12 -07:00
stack
f8b4b2290d
Add note that 0.96 is EOL'd
2014-08-22 15:28:10 -07:00
Gary Helmling
db520b94cb
HBASE-11800 Make HTableInterface coprocessorService methods public
2014-08-22 11:06:08 -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
Ramkrishna
6f00f859a7
HBASE-11802 Scan copy constructor doesn't copy reversed member variable
2014-08-22 22:03:57 +05:30
Ted Yu
3b57f28dad
HBASE-11798 TestBucketWriterThread may hang due to WriterThread stopping prematurely (Sergey Soldatov and Alex Newman)
2014-08-22 01:54:06 +00:00
Matteo Bertozzi
6df18a1b65
HBASE-11789 LoadIncrementalHFiles is not picking up the -D option
2014-08-21 19:05:17 +01:00
Matteo Bertozzi
cf771b85a5
Revert "LoadIncrementalHFiles is not picking up the -D option"
...
This reverts commit e05e27f2d5
.
2014-08-21 19:04:33 +01:00
Nicolas Liochon
018bbc0993
HBASE-4955 Use the official versions of surefire (Alex Newman)
2014-08-21 10:50:14 +02:00
Matteo Bertozzi
e05e27f2d5
LoadIncrementalHFiles is not picking up the -D option
2014-08-20 21:31:29 +01: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
Andrew Purtell
404c0b5dbd
Update apurtell's affiliation
2014-08-20 12:36:30 -07:00
Nick Dimiduk
7f56783003
Document blockcache prefetch option (Misty Stanley-Jones)
2014-08-20 11:23:46 -07:00
Nicolas Liochon
c308c37b23
HBASE-11744 RpcServer code should not use a collection from netty internal
2014-08-20 12:14:40 +02:00
anoopsjohn
062f6a6aac
HBASE-11553 Abstract visibility label related services into an interface.
2014-08-20 14:47:29 +05:30
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
Enis Soztutar
e28ec72464
HBASE-11568 Async WAL replication for region replicas
2014-08-19 18:59:22 -07:00
Enis Soztutar
d44e7df5dc
HBASE-11512 Write region open/close events to WAL
2014-08-19 18:45:21 -07:00