- Sep 21, 2017
-
-
Sean Busbey authored
-
- Sep 19, 2017
-
-
Chris Larsen authored
-
- Sep 16, 2017
-
-
Kevin Risden authored
* Add oraclejdk9 to .travis.yml * Upgrade maven-compiler-plugin * Exclude jdk.tools from hadoop dependency
-
- Aug 05, 2017
-
-
Kirill Vlasov authored
[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>
-
- Feb 03, 2017
-
-
Kevin Risden authored
-
- Jan 31, 2017
-
-
Kevin Risden authored
-
- Nov 18, 2016
-
-
Kevin Risden authored
-
- Sep 27, 2016
-
-
hxd authored
-
- Aug 31, 2016
-
-
Govind Kamat authored
-
- Jun 21, 2016
-
-
Sean Busbey authored
-
- May 04, 2016
-
-
Stanley Feng authored
-
- Apr 09, 2016
-
-
Chris Larsen authored
modify hbase-site.xml
-
- Apr 01, 2016
-
-
Chrisjan Matser authored
-
- Feb 16, 2016
-
-
Kevin Risden authored
-
- Jan 27, 2016
-
-
Biju Nair authored
-
Sean Busbey authored
- 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.
-
- Jan 22, 2016
-
-
Biju Nair authored
-
- Dec 27, 2015
-
-
Kirill Vlasov authored
[cassandra cassandra2 dynamodb hbase098 hbase10 jdbc s3] Fixing squid:S1481 - Unused local variables should be removed
-
- Dec 20, 2015
-
-
bigbes authored
-
- Nov 03, 2015
-
-
Connor McCoy authored
-
Connor McCoy authored
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
-
Connor McCoy authored
-
- Sep 24, 2015
-
-
Connor McCoy authored
Via `hbase.usepagefilter`
-
Connor McCoy authored
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.
-
- Sep 21, 2015
-
-
Robert J. Moore authored
-
- Sep 16, 2015
-
-
Connor McCoy authored
HBase 0.94 requires an additional dependency on hadoop-core, but has no source-level changes to the client.
-