Chris Larsen
259c9658ff
[hbase098] Fix #923 by interrupting the current thread.
2017-09-19 21:12:45 -07:00
Kirill Vlasov
cf5d2ca5f5
[core] Fixing squid:S1319 - Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList".
...
(manolama - updated bindings added since the PR)
Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
2017-08-05 15:26:42 -07:00
Kevin Risden
3c47f98fdb
[hbase098] Fix checkstyle for HBase 0.98.x binding ( #902 )
2017-02-03 12:34:21 -05:00
Kevin Risden
a564c4cb63
[core] Fix checkstyle for CoreWorkload ( #897 )
2017-01-31 17:06:09 -05:00
Biju Nair
de0579e6f6
[hbase098] Changes to use single HBase connection across all the threads
2016-01-27 11:46:36 -05:00
Biju Nair
025f3b4e8b
[hbase098] changes to use hbase connection and to be able to work with secured hbase cluster
2016-01-22 18:12:12 -05:00
Kirill Vlasov
d3e1f368c6
[cassandra cassandra2 dynamodb hbase098 hbase10 jdbc s3] Fixing squid:S1481 - Unused local variables should be removed
2015-12-27 21:37:59 +05:00
Connor McCoy
5113c2e3d2
StatusCode -> Status
...
Replaces numeric status codes with a canonical set of Status objects,
each with a short name and description.
Bindings with more specific errors (e.g., timeouts) return additional
statuses.
This changes the default output from messages like:
[UPDATE], Return=0, 511
To:
[UPDATE], Return=OK, 511
2015-11-03 08:33:43 -08:00
Connor McCoy
28a090a729
Add single definition of status codes
2015-11-03 07:00:05 -08:00
Connor McCoy
a97e8a1b1d
[hbase] Make PageFilter use configurable.
...
Via `hbase.usepagefilter`
2015-09-24 10:53:19 -07:00
Connor McCoy
744e859f79
[hbase] Use a PageFilter in HBase scans.
...
Other bindings limit the number of results retrieved from the server.
The HBase bindings just close the scanner once they have received the
desired number of records. Adding a PageFilter matches the behavior of
other bindings, and may improve performance.
2015-09-24 10:50:29 -07:00
Connor McCoy
7df83eaa09
[hbase] Separate hbase094, hbase098, hbase10 bindings.
...
HBase 0.94 requires an additional dependency on hadoop-core, but has no
source-level changes to the client.
2015-09-16 09:23:29 -07:00