stack
2c84b6e17c
Add note on contributing to HBase under dev and the newly minted 'beginner' label
2014-08-06 08:23:56 -07:00
Ted Yu
c9d0feb284
HBASE-11673 TestIOFencing#testFencingAroundCompactionAfterWALSync fails(Sergey Soldatov)
2014-08-06 02:20:54 +00:00
Nick Dimiduk
51cc4fed0a
HBASE-11674 LoadIncrementalHFiles should be more verbose after unrecoverable error (Jan Lukavsky)
2014-08-05 15:21:00 -07:00
Jimmy Xiang
074f83c80b
HBASE-11671 TestEndToEndSplitTransaction fails on master (Mikhail Antonov)
2014-08-05 09:22:32 -07:00
Ted Yu
b158900b68
HBASE-11666 Enforce JDK7 javac for builds on branch-1 and master (Sean Busbey)
2014-08-05 15:00:37 +00:00
Sean Busbey
41ecb18c20
HBASE-11662 shell should properly handle long form --debug.
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-08-04 21:31:30 -07:00
Andrew Purtell
6e7dd6f827
HBASE-11668 Re-add HBASE_LIBRARY_PATH to bin/hbase (Esteban Gutierrez)
2014-08-04 21:27:47 -07:00
Ted Yu
ab757169a1
HBASE-10674 HBCK should be updated to do replica related checks Addendum
2014-08-05 04:19:22 +00:00
Devaraj Das
8562752143
HBASE-10674. HBCK should be updated to do replica related checks
2014-08-04 18:00:29 -07:00
stack
af4e0a78de
HBASE-11664 Build broken - TestVisibilityWithCheckAuths
2014-08-04 15:28:45 -07:00
stack
8f1fc9a79c
Note on make patch for master branch first and a small note on hadoopqa -- to be expanded
2014-08-04 12:08:06 -07:00
stack
e91e2659a7
HBASE-11068 Update code to use Admin factory method instead of constructor
2014-08-04 11:42:38 -07:00
Andrew Purtell
757b13dea4
HBASE-11318 Classes in security subpackages missing @InterfaceAudience annotations (Jonathan Hsieh and Andrew Purtell)
2014-08-04 11:13:58 -07:00
Nicolas Liochon
4d005b70a0
HBASE-11585 PE: Allows warm-up
2014-08-04 11:41:34 +02:00
Andrew Purtell
543c64d2e9
HBASE-11650 Write hbase.id to a temporary location and move into place
2014-08-01 17:18:00 -07:00
stack
db15d6e6a7
HBASE-11640 Add syntax highlighting support to HBase Ref Guide programlistings ADDENDUM
2014-08-01 16:04:39 -07:00
Ted Yu
eb79a43580
HBASE-11632 Region split needs to clear force split flag at the end of SplitRequest run (Jerry He)
2014-08-01 22:17:09 +00:00
Ramkrishna
04e06645ac
HBASE-11384 - [Visibility Controller]Check for users covering
...
authorizations for every mutation (Add new test file) (Ram)
2014-08-01 13:22:08 -07:00
Ramkrishna
4fd3b110f3
HBASE-11384 - [Visibility Controller]Check for users covering
...
authorizations for every mutation (Ram)
2014-08-01 13:18:09 -07:00
Jimmy Xiang
111636c0e7
HBASE-11631 Wait a little till server is online in assigning meta
2014-08-01 12:32:18 -07:00
Andrew Purtell
c6d07f881f
HBASE-11649 Add shortcut commands to bin/hbase for test tools
2014-08-01 10:31:27 -07:00
Ted Yu
b384c06d35
HBASE-11620 Record the class name of Writer in WAL header so that only proper Reader can open the WAL file (Ted Yu)
2014-08-01 17:17:38 +00:00
Sean Busbey
aca2462ce3
HBASE-4744 enable test that log roll fails after split start.
...
Note that this changes testLogRollAfterSplitStart from a Large
test to a Medium test.
FSHLog changes:
* make logging in replaceWriter handle null newPath
* clean up javadoc for replaceWriter
TestHLogSplit changes:
* removed testLogRollAfterSplitStart
TestLogRollAbort
* added testLogRollAfterSplitStart
* remove @Ignore, add debug messages about test progress
* clean up check for proper failure from log roll
2014-08-01 10:12:08 -07:00
Andrew Purtell
aba9f5a7f4
HBASE-3270 When we create the .version file, we should create it in a tmp location and then move it into place
2014-08-01 10:03:12 -07:00
stack
8ec64ec0df
HBASE-11648 Typo of config: hbase.hstore.compaction.ratio in book.xml (Liu Shaohui)
2014-08-01 09:55:30 -07:00
stack
a2bbb6b43c
HBASE-11630 Refactor TestAdmin to use Admin interface instead of HBaseAdmin (Carter Page)
2014-08-01 09:43:32 -07:00
stack
24b5fa7f0c
HBASE-11640 Add syntax highlighting support to HBase Ref Guide programlistings (Misty Stanley-Jones)
2014-08-01 09:40:03 -07:00
Andrew Purtell
78d47cc0e4
HBASE-11583 Refactoring out the configuration changes for enabling VisibilityLabels in the unit tests (Srikanth Srungarapu)
2014-08-01 09:37:56 -07:00
Andrew Purtell
b727d1e181
HBASE-11594 Unhandled NoNodeException in distributed log replay mode (Jeffrey Zhong)
2014-08-01 09:37:56 -07:00
Andrew Purtell
19e9b8aa52
HBASE-11516 Track time spent in executing coprocessors in each region (Srikanth Srungarapu and Andrew Purtell)
2014-08-01 09:37:56 -07:00
stack
33e1418105
HBASE-11539 Expand info about contributing to and building documentation (Misty Stanley-Jones)
2014-07-31 19:53:58 -07:00
Lars Hofhansl
1326d329ee
mutateRowsWithLocks might require updatesLock.readLock with waitTime=0. ( cuijianwei)
2014-07-31 16:28:51 -07:00
Matteo Bertozzi
1441ec9c0c
HBASE-11609 LoadIncrementalHFiles fails if the namespace is specified (addendum)
2014-07-31 19:55:40 +01:00
Ted Yu
62d51bb377
HBASE-11621 Make MiniDFSCluster run faster
2014-07-31 16:45:52 +00:00
stack
f46531f043
Add sift science meetup
2014-07-31 09:40:32 -07:00
Jimmy Xiang
f1c5741f9b
HBASE-11616 TestNamespaceUpgrade fails in trunk
2014-07-30 18:13:56 -07:00
Jimmy Xiang
22445d0ebb
HBASE-11615 TestZKLessAMOnCluster.testForceAssignWhileClosing failed on Jenkins
2014-07-30 15:41:31 -07:00
Nick Dimiduk
50ac59fa85
HBASE-11558 Caching set on Scan object gets lost when using TableMapReduceUtil in 0.95+ (Ishan Chhabra)
2014-07-30 13:29:40 -07:00
Matteo Bertozzi
fa160bd124
HBASE-11609 LoadIncrementalHFiles fails if the namespace is specified
2014-07-30 08:41:58 +01:00
stack
85853f69c8
HBASE-11316 Expand info about compactions beyond HBASE-11120 ADDENDUM TO FIX BROKE TESTS
2014-07-29 19:00:17 -07:00
Jimmy Xiang
7f9ec95831
HBASE-11606 Enable ZK-less region assignment by default
2014-07-29 09:37:43 -07:00
Jimmy Xiang
9cc2b0ae9d
HBASE-11540 Document HBASE-11474 (Misty Stanley-Jones)
2014-07-29 09:21:32 -07:00
stack
6a74ef1542
HBASE-4436 Remove and convert @deprecated RemoteExceptionHandler.decodeRemoteException calls (Talat Uyarer)
2014-07-28 18:16:55 -07:00
Jean-Daniel Cryans
afae1e2583
HBASE-11316 Expand info about compactions beyond HBASE-11120 (Misty Stanley-Jones)
2014-07-28 18:06:48 -07:00
Jean-Daniel Cryans
fe54e7d7ae
HBASE-11522 Move Replication information into the Ref Guide (Misty Stanley-Jones)
2014-07-28 17:26:43 -07:00
stack
ff655e04d1
HBASE-3135 Make our MR jobs implement Tool and use ToolRunner so can do -D trickery, etc. (Talat Uyarer)
2014-07-28 16:39:49 -07:00
stack
c71d1f6a02
HBASE-11603 Apply version of HADOOP-8027 to our JMXJsonServlet
2014-07-28 15:58:08 -07:00
stack
7d4dbb18d1
HBASE-11600 DataInputputStream and DoubleOutputStream are no longer being used (Shengzhe Yao)
2014-07-28 13:45:49 -07:00
stack
b26d6c9ea9
HBASE-11593 TestCacheConfig failing consistently in precommit builds
2014-07-28 12:45:26 -07:00
stack
6a14cf3585
HBASE-11560 hbase.regionserver.global.memstore.size is documented twice (Misty Stanley-Jones)
2014-07-28 12:43:00 -07:00