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

18 Коммитов

Автор SHA1 Сообщение Дата
Govind Kamat c01fd82ac3 [version] update master to 0.12.0-SNAPSHOT. 2016-08-31 16:23:41 -07:00
Dan Burkert c6ead6f0bd Update Kudu binding to 0.9.0 2016-06-22 12:30:07 -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
Jean-Daniel Cryans a9e0f49fd0 [kudu] Add instructions on how to change the client version 2016-04-20 08:53:38 -07:00
Jean-Daniel Cryans f66bb1484b [kudu] Use the new KuduPredicate API
Kudu 0.8.0 deprecated how predicates were specified and introduced
a more simple one.
2016-04-19 11:34:51 -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 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
bigbes 253e6bb393 [version] update master to 0.7.0-SNAPSHOT. 2015-12-20 19:44:51 +03:00
Jean-Daniel Cryans b3fca37a4c [kudu] Bump the default admin timeout
The default 10s timeout can be too low when creating large tables on
slow devices. This patch just uses the already-defined default of
60s for that operation.
2015-12-17 16:19:41 -08:00
Jean-Daniel Cryans 9450ae8673 [kudu] Bump kudu dependency to 0.6.0
This version and the previous one are wire compatible, the only code
chance reflects a naming change in the client API.
2015-12-09 17:09:35 -08:00
Robert J. Moore 23f8f30027 [kudu] Checkstyle updates for the Kudu binding. 2015-11-08 18:53:00 -05: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
Jean-Daniel Cryans c8d316e9e1 Make kudu_sync_ops default to true, adjust the doc 2015-10-28 13:38:01 -07:00
Jean-Daniel Cryans c5a9ec9558 Prefix configs with kudu_, use fieldcount 2015-10-22 14:01:20 -07:00
Jean-Daniel Cryans 81c332158e Add Kudu bindings
Currently doesn't include unit tests since we don't have mock objects for that.
2015-10-22 11:05:02 -07:00