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

23 Коммитов

Автор SHA1 Сообщение Дата
Chris Larsen 4cad8583cf [hbase10] Fix the init() method to properly construct a single Connection
object. Previously N objects were instantiated because the method didn't
check to see if the connection was null.
2016-03-21 11:56:38 -07:00
Kevin Risden 393c611879 [version] update master to 0.8.0-SNAPSHOT. 2016-02-16 07:34:02 -06:00
Youngjoon Kim 63cba4371d [hbase10] Turn off info servers during tests 2016-02-13 20:51:13 +09: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 d058bfcbf0 [hbase10] Changes to use single HBase connection across all threads 2016-01-27 11:47:28 -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 6cd94e8820 [hbase10] changes to be able to work with secured hbase cluster 2016-01-22 18:14:39 -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
Robert J. Moore fd3bc7d8f6 [hbase10] Checkstyle updates for HBase 1.0 binding. 2015-11-09 20:07:38 -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
Connor McCoy 28a090a729 Add single definition of status codes 2015-11-03 07:00:05 -08:00
allanbank 1e7d2a3619 Merge pull request #439 from allanbank/pr-438
[licensing] Added ASLv2 headers to files without them for v0.4.0. Removed old copy of Javadoc.
2015-10-15 15:41:13 -04:00
Robert J. Moore 9e6e1758dd [licensing] Added ASLv2 headers to files without them for v0.4.0.
Fixes #438
2015-10-14 22:51:39 -04:00
Connor McCoy 7501ad0325 [hbase10] Skip HBase MiniCluster tests on Windows 2015-10-13 08:32:02 -07: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 11c96e6d14 [hbase10] Add integration tests for HBase 1.0 client
Uses an HBase mini-cluster to test the HBase binding.
2015-09-18 14:53:41 -07:00
Connor McCoy 4dbdd4726c [hbase10] README fix. 2015-09-16 09:24:31 -07:00
Connor McCoy 095e9679aa [hbase10] Modifications for HBase 2.0.0-SNAPSHOT
Remove deprecated methods:
Put.add -> Put.addColumn.
KeyValue -> Cell.
2015-09-16 09:23:30 -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