Граф коммитов

19 Коммитов

Автор SHA1 Сообщение Дата
Govind Kamat c01fd82ac3 [version] update master to 0.12.0-SNAPSHOT. 2016-08-31 16:23:41 -07:00
Sean Busbey 68dd10c1b4 [version] update master to 0.11.0-SNAPSHOT. 2016-06-21 23:31:56 -05:00
Stanley Feng d6f73d3680 [version] update master to 0.10.0-SNAPSHOT. 2016-05-04 20:33:11 -07:00
Chris Larsen 1479818c81 [hbase098] Add missing `writebuffersize` documentation and note to
modify hbase-site.xml
2016-04-09 16:26:07 -07:00
Chrisjan Matser d4e3f60c29 [version] update master to 0.9.0-SNAPSHOT. 2016-04-01 21:58:48 -07:00
Kevin Risden 393c611879 [version] update master to 0.8.0-SNAPSHOT. 2016-02-16 07:34:02 -06:00
Sean Busbey 779a703d48 Merge pull request #591 from bijugs/hbase_changes
[hbase] Changes to support secured HBase cluster
2016-01-30 09:46:56 -06:00
Biju Nair de0579e6f6 [hbase098] Changes to use single HBase connection across all the threads 2016-01-27 11:46:36 -05:00
Sean Busbey a6c71994e4 [checkstyle] consolidate checkstyle plugin configs. default to enforcing.
- define checkstyle configs in as few places as possible
- use checkstyle:check since it has defaults that match what we want (fail after logging to console)
- modules that have current failures set property checkstyle.failOnViolation to false.
2016-01-27 08:58:53 -06: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
bigbes 253e6bb393 [version] update master to 0.7.0-SNAPSHOT. 2015-12-20 19:44:51 +03:00
Connor McCoy b116ee5a78 [version] update master to 0.6.0-SNAPSHOT. 2015-11-03 20:10:06 -08: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
Robert J. Moore 1eadd68c63 [version] update master to 0.5.0-SNAPSHOT. 2015-09-21 19:42:39 -04: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