anoopsjohn
3b6db26863
HBASE-13954 Remove HTableInterface#getRowOrBefore related server side code. (Ashish)
2015-07-21 09:08:26 +05:30
Gábor Lipták
682b8ab8a5
HBASE-13569 Correct Javadoc (for Java8)
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-06-13 01:10:37 -05:00
Sean Busbey
a016b23e85
HBASE-13728 Remove direct use of Hadoop's GenericOptionParser.
...
* In most cases, just shift to proper use of ToolRunner
* Fix timing issue in TestImportExport
** add some diagnostic logs to Import and TestImportExport
** when testing for WAL use under different durability requests, ignore meta edits.
* In the case of TestImportTsv make a local anonymous class so we can get at internals.
2015-05-29 12:38:52 -05:00
Elliott Clark
3a1e101dcd
HBASE-13700 Change Thrift2 so that number of woker threads can be passed in
2015-05-20 13:43:46 -07:00
Elliott Clark
1bfe387956
HBASE-13698 Add RegionLocator methods to Thrift2
2015-05-20 13:33:59 -07:00
Lars Francke
8e5a183256
HBASE-13655 Deprecate duplicate getCompression methods in HColumnDescriptor (Lars Francke <lars.francke@gmail.com>)
...
Recommit after commit missing JIRA
Signed-off-by: stack <stack@apache.org>
2015-05-10 22:52:10 -07:00
stack
17b6f59a98
Revert "Deprecate old methods"
...
Revert commit of HBASE-13655 Deprecate duplicate getCompression methods in HColumnDescriptor
I committed with bad commit message.
This reverts commit 5732bdb483
.
2015-05-10 22:48:09 -07:00
Lars Francke
5732bdb483
Deprecate old methods
...
Add proper JIRA
Signed-off-by: stack <stack@apache.org>
2015-05-10 20:11:12 -07:00
Matt Warhaftig
d50d6d967d
HBASE-13358 - Update VisibilityClient to accept Connection objects.
...
Signed-off-by: Srikanth Srungarapu <ssrungarapu@cloudera.com>
2015-04-30 21:28:01 -07:00
Usha Kuchibhotla
94a00bea07
HBASE-11677 Making Logger instance modifiers consistent.
...
* IA.Public accessible logger instances deprecated
* logger instances modified by tests left in place
* all others made private static final
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-04-28 09:20:34 -05:00
tedyu
679e0e8d2e
HBASE-13419 Thrift gateway should propagate text from exception causes (Michael Muller)
2015-04-13 09:58:04 -07:00
Elliott Clark
55a5a3be33
HBASE-13364 Make error prone off by default
2015-03-30 16:03:53 -07:00
tedyu
bfb04d26a7
HBASE-12993 Use HBase 1.0 interfaces in hbase-thrift (Solomon Duskis)
2015-03-29 06:45:49 -07:00
tedyu
306c44156a
HBASE-13327 Addendum replaced the nested try with a cast of getAdmin() to HBaseAdmin and a call to the original compact/majorCompact method (Solomon)
2015-03-26 18:01:21 -07:00
Elliott Clark
97bfc2ded7
HBASE-13265 Make thrift2 usable from c++
2015-03-25 17:17:40 -07:00
tedyu
227ace9100
HBASE-13327 Use Admin in ConnectionCache (Solomon Duskis)
2015-03-24 18:13:51 -07:00
Josh Elser
72855c584e
HBASE-13236 Add addt'l lifecycle-mapping executions.
...
Adds a number of lifecycle-mapping entries which
prevent errors from showing up in Eclipse on a fresh
import of HBase. For plugins defined in the top-level
pom, the mapping is added there; otherwise, the mapping
is pushed down to the child pom.
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-03-13 22:35:52 -05:00
tedyu
ff8840acc3
HBASE-13201 Remove HTablePool from thrift-server (Solomon Duskis)
2015-03-11 19:06:32 -07:00
Misty Stanley-Jones
39425a8558
HBASE-11670 Generate PDF of Reference Guide
2015-03-05 09:31:11 +10:00
tedyu
5dfcee0871
HBASE-13115 Fix the usage of remote user in thrift doAs implementation (Srikanth Srungarapu)
2015-03-03 06:48:56 -08:00
tedyu
03d8918142
HBASE-13069 Thrift Http Server returns an error code of 500 instead of 401 when authentication fails (Srikanth Srungarapu)
2015-02-19 16:37:35 -08:00
Enis Soztutar
8241531f43
HBASE-12919 Compilation with Hadoop-2.4- is broken again (Srikanth Srungarapu)
2015-01-26 10:57:19 -08:00
Nick Dimiduk
9824eb7840
HBASE-12810 Update to htrace-incubating
2015-01-22 14:28:20 -08:00
Sean Busbey
418ea93774
HBASE-12898 ensure direct dependencies are declared.
2015-01-22 14:33:25 -06:00
Misty Stanley-Jones
1a21c1684c
HBASE-11533 Asciidoc Proof of Concept
2015-01-13 22:32:29 -08:00
tedyu
9246af8dac
HBASE-12796 Clean up HTable and HBaseAdmin deprecated constructor usage (Jurriaan Mous)
2015-01-08 07:49:28 -08:00
tedyu
7310fa2ba7
HBASE-12781 thrift2 listen port will bind always to the passed command line address (Pankaj Kumar)
2014-12-30 08:32:12 -08:00
Esteban Gutierrez
b2eea8cac6
HBASE-12695 JDK 1.8 compilation broken
...
Signed-off-by: stack <stack@apache.org>
2014-12-29 11:02:04 -08:00
tedyu
d436559378
HBASE-12711 Fix new findbugs warnings in hbase-thrift module (Srikanth)
2014-12-18 19:31:10 -08:00
tedyu
58cd2cf6e2
HBASE-12640 Addendum fixes TestThriftHttpServer (Srikanth Srungarapu)
2014-12-17 19:56:15 -08:00
Jimmy Xiang
47738ff927
HBASE-12640 Add Thrift-over-HTTPS and doAs support for Thrift Server -- ADDENDUM
2014-12-17 17:03:52 -08:00
Srikanth Srungarapu
072b2d659c
HBASE-12640 Add Thrift-over-HTTPS and doAs support for Thrift Server
2014-12-17 16:12:48 -08:00
Jimmy Xiang
d918570c80
Revert "Thrift Http implementation"
...
This reverts commit 1cf8521191
.
2014-12-17 16:11:30 -08:00
Srikanth Srungarapu
1cf8521191
Thrift Http implementation
2014-12-17 16:06:19 -08:00
Enis Soztutar
743d16138e
HBASE-12679 Add HBaseInterfaceAudience.TOOLS and move some of the Public classes to LimitedPrivate
2014-12-14 17:46:30 -08:00
stack
58b6b24c29
HBASE-12519 Remove tabs used as whitespace (Varun Saxena)
2014-11-28 20:50:02 -08:00
Enis Soztutar
02963b202a
HBASE-12072 Standardize retry handling for master operations
2014-11-26 12:09:44 -08:00
Andrew Purtell
1ba615657b
HBASE-12382 Restore incremental compilation
2014-11-11 17:45:37 -08:00
Andrew Purtell
5ffa457940
HBASE-12279 Generated thrift files were generated with the wrong parameters (Niels Basjes)
2014-11-07 16:19:42 -08:00
Niels Basjes
cc71d35112
Generate Thrift code using a maven profile
...
Signed-off-by: stack <stack@apache.org>
2014-11-06 10:27:59 -08:00
stack
fba164a1d1
HBASE-12355 Update maven plugins
2014-10-29 13:11:44 -07:00
Andrew Purtell
70a312e53f
HBASE-11912 Catch some bad practices at compile time with error-prone
2014-10-27 09:29:23 -07:00
Andrew Purtell
ff5bc351b2
Revert "HBASE-11912 Catch some bad practices at compile time with error-prone"
...
This reverts commit 7ed0260eff
.
2014-10-25 08:33:43 -07:00
Andrew Purtell
7ed0260eff
HBASE-11912 Catch some bad practices at compile time with error-prone
2014-10-24 18:15:12 -07:00
Elliott Clark
6ddb2f1965
HBASE-12197 Move rest to it's on module
...
Summary:
Move hbase-rest to it's own module.
copy test resources from hbase-server into hbase-rest's test resources.
Test Plan: Unit tests pass of hbase-rest module.
Differential Revision: https://reviews.facebook.net/D24657
2014-10-10 09:51:09 -07:00
Andrew Purtell
3557a32352
HBASE-12106 Move test annotations to test artifact (Enis Soztutar)
2014-10-06 23:16:22 -07:00
stack
b5783795cd
HBASE-12038 Replace internal uses of signatures with byte[] and String tableNames to use the TableName equivalents (Solomon Duskis)
2014-09-30 16:35:55 -07:00
Andrew Purtell
011bc04416
HBASE-11796 Add client support for atomic checkAndMutate (Srikanth Srungarapu)
2014-09-24 15:07:38 -07:00
Elliott Clark
0a28af366b
HBASE-12076 Move InterfaceAudience imports to hbase-annotations
2014-09-24 03:57:55 -07:00
Elliott Clark
a5bd931682
HBASE-12059 Create hbase-annotations module
2014-09-23 16:44:14 -07:00
Elliott Clark
2635791027
HBASE-12062 Fix usage of Collections.toArray
2014-09-23 09:58:24 -07:00
anoopsjohn
791a03b40f
HBASE-12047 Avoid usage of KeyValueUtil#ensureKeyValue in simple cases.
2014-09-23 16:42:01 +05:30
stack
5554692871
HBASE-11862 Get rid of Writables in HTableDescriptor, HColumnDescriptor (Andrey Stepachev)
2014-09-15 11:08:21 -07:00
stack
3c9bd7d296
HBASE-11911 Break up tests into more fine grained categories (Alex Newman)
2014-09-12 21:37:06 -07:00
Enis Soztutar
4995ed8a02
HBASE-11679 Replace HTable with HTableInterface where backwards-compatible (Carter)
2014-09-08 23:39:34 -07:00
Enis Soztutar
211c1e8ad4
HBASE-11797 Create Table interface to replace HTableInterface (Carter)
2014-09-02 13:07:02 -07:00
Jonathan M Hsieh
c5dc88791b
HBASE-11556 Move HTablePool to hbase-thrift module
2014-07-21 15:43:32 -07:00
Jimmy Xiang
fc57363404
HBASE-11474 [Thrift2] support authentication/impersonation
2014-07-13 15:11:13 -07:00
Jimmy Xiang
79a03c8bcb
HBASE-11349 [Thrift] support authentication/impersonation
2014-07-08 11:15:58 -07:00
Ted Yu
6c102e22f0
HBASE-11422 Specification of scope is missing for certain Hadoop dependencies (Konstantin Boudnik)
2014-07-04 12:40:13 +00:00
Enis Soztutar
92c52a727a
Updated version in master to 2.0.0-SNAPSHOT after 'branch-1' is created for 1.x line of releases
2014-06-30 20:26:47 -07:00
Enis Soztutar
13bad28e93
HBASE-11391 Thrift table creation will fail with default TTL with sanity checks
2014-06-24 17:29:28 -07:00
Nick Dimiduk
b18c7b122f
HBASE-11371 Typo in Thrift2 docs (Cesar Delgado)
2014-06-17 16:22:58 -07:00
Ted Yu
1324a3cb18
HBASE-11052 Sending random data crashes thrift service
2014-06-17 16:03:16 +00:00
Michael Stack
26096f363e
HBASE-10336 Remove deprecated usage of Hadoop HttpServer in InfoServer (Eric Charles)
2014-06-11 13:55:15 -07:00
Andrew Kyle Purtell
18afd4f39c
Amend HBASE-10960 Enhance HBase Thrift 1 to include append and checkAndPut operations; Add missing file TAppend.java
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590183 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 22:50:03 +00:00
Jonathan Hsieh
ca303c699d
HBASE-10960 Enhance HBase Thrift 1 to include "append" and "checkAndPut" operations (Srikanth Srungarapu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1590152 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 21:22:55 +00:00
larsh
16c6a00ac0
HBASE-10988 Addendum, break long line.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588018 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 18:26:28 +00:00
larsh
e53b86fe92
HBASE-10988 Properly wait for server in TestThriftServerCmdLine.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588016 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 18:24:45 +00:00
nkeywal
4b762ee841
HBASE-10018 Change the location prefetch
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1585518 13f79535-47bb-0310-9956-ffa450edef68
2014-04-07 16:55:45 +00:00
liangxie
b04e6a3cbd
HBASE-10881 Support reverse scan in thrift2 (Liu Shaohui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584509 13f79535-47bb-0310-9956-ffa450edef68
2014-04-04 02:59:44 +00:00
liangxie
6217e4367d
HBASE-10887 tidy ThriftUtilities format
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1583593 13f79535-47bb-0310-9956-ffa450edef68
2014-04-01 10:12:40 +00:00
Michael Stack
c4610ecab2
HBASE-10746 Bump the version of HTrace to 3.0
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1580076 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 22:46:03 +00:00
Enis Soztutar
fbf2cc5377
HBASE-10635 thrift#TestThriftServer fails due to TTL validity check (Addendum patch to TestThriftServerCmdLine)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1573814 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 23:46:57 +00:00
Enis Soztutar
6771203108
HBASE-10635 thrift#TestThriftServer fails due to TTL validity check
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1573447 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 05:48:04 +00:00
Andrew Kyle Purtell
aee76671fe
HBASE-10488 'mvn site' is broken due to org.apache.jasper.JspC not found
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1568869 13f79535-47bb-0310-9956-ffa450edef68
2014-02-17 00:48:42 +00:00
Andrew Kyle Purtell
edb5f7c0ae
HBASE-10173. Need HFile version check in security coprocessors
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552503 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 06:41:53 +00:00
Michael Stack
57b8613688
HBASE_9955 Make hadoop2 the default and deprecate hadoop1; RETRY
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1548374 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 02:42:20 +00:00
Michael Stack
fe5b28625a
HBASE-9955 Make hadoop2 the default and deprecate hadoop1; REVERT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1548351 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 01:16:51 +00:00
Michael Stack
7fbe97470e
HBASE-9955 Make hadoop2 the default and deprecate hadoop1
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1548349 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 01:10:59 +00:00
Andrew Kyle Purtell
f8139d1bf5
Update version in POMs to 0.99.0-SNAPSHOT after branching for release 0.98.0
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1547743 13f79535-47bb-0310-9956-ffa450edef68
2013-12-04 09:31:02 +00:00
ramkrishna
5f15ae4ade
HBASE-9884 - Add Thrift and REST support for Visibility Labels (Ram)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1546988 13f79535-47bb-0310-9956-ffa450edef68
2013-12-02 12:44:03 +00:00
ramkrishna
4e5847d331
HBASE-9882 - Support Append Operation with thrift (Ram)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1545719 13f79535-47bb-0310-9956-ffa450edef68
2013-11-26 16:46:33 +00:00
nkeywal
38d454dc2b
HBASE-10024 Add an interface to create put with immutable arrays
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1545592 13f79535-47bb-0310-9956-ffa450edef68
2013-11-26 10:05:44 +00:00
Michael Stack
164c0b29b4
HBASE-10021 Fix the REC_CATCH_EXCEPTION warning under hbase-thrift
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1545374 13f79535-47bb-0310-9956-ffa450edef68
2013-11-25 19:29:15 +00:00
jyates
e5e5dac9a7
HBASE-9221: Provide interface for getting a User in the client
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1536937 13f79535-47bb-0310-9956-ffa450edef68
2013-10-30 00:02:52 +00:00
jxiang
04de6764ac
HBASE-9693 Fix javadoc warnings
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528938 13f79535-47bb-0310-9956-ffa450edef68
2013-10-03 17:02:23 +00:00
eclark
ce7c5b8e03
HBASE-9699 For Downstreamers using HBaseTestingUtility is hard.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528645 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 21:59:19 +00:00
eclark
122082955e
HBASE-9700 remove htrace-zipkin from the runtime dependencies
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528622 13f79535-47bb-0310-9956-ffa450edef68
2013-10-02 21:01:37 +00:00
Michael Stack
dc28ea6f17
HBASE-9610 TestThriftServer.testAll failing; ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526649 13f79535-47bb-0310-9956-ffa450edef68
2013-09-26 19:20:33 +00:00
Michael Stack
e08500578c
HBASE-9610 TestThriftServer.testAll failing
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1526281 13f79535-47bb-0310-9956-ffa450edef68
2013-09-25 20:08:49 +00:00
Michael Stack
527b15e101
HBASE-9610 TestThriftServer.testAll failing
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525679 13f79535-47bb-0310-9956-ffa450edef68
2013-09-23 19:51:26 +00:00
Michael Stack
61e79ff6c9
HBASE-9610 TestThriftServer.testAll failing; DEBUGGING
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525310 13f79535-47bb-0310-9956-ffa450edef68
2013-09-22 01:40:20 +00:00
eclark
db22b2b6d9
HBASE-9597 ADD Create hbase-thrift module
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525158 13f79535-47bb-0310-9956-ffa450edef68
2013-09-20 22:24:53 +00:00
eclark
10f0270f2c
HBASE-9597 Create an hbase-thrift module
...
* Starting to create a thrift server module.
* Finished creating a thrift module
* Fix the assembly.
(cherry picked from commit 84e71a3469ec8eea1e0164bee3f7b2c9e0242847)
(cherry picked from commit 7fa170bd25e9b311b1cf268070ae05562d221f49)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525139 13f79535-47bb-0310-9956-ffa450edef68
2013-09-20 20:44:22 +00:00