- May 26, 2015
-
-
Sean Busbey authored
* Need a SNAPSHOT version because non-SNAPSHOT is reserved for actual releases. * Increment minor version per pre-1.0 guidelines from the Version Numbers guide Fixes #236.
-
- May 23, 2015
-
-
Sean Busbey authored
[Mongodb] merge adds Async mongodb driver, update normal driver to talk to mongo 2 and 3 clusters.
-
Sean Busbey authored
Add autoflush property to HBaseClient
-
Shun Takebayashi authored
-
Shun Takebayashi authored
-
- May 21, 2015
-
-
Robert J. Moore authored
to the 3.0 driver from MongoDB Inc. and updated to the new Document and fluent APIs.
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
URI to configure the client. Old properties are deprecated and but will be added to the URI if present and the URI does not already contain a value for the setting.
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Jared Rosoff authored
When running workloads that use the "insert" operation, we get a lot of duplicate key exceptions from the server. Changing to upsert to avoid these exceptions.
-
Robert J. Moore authored
-
Asya Kamsky authored
Changed reference to original forked repo which is not maintained to this repo to avoid conflicting instructions. Might want to do that for top level README as well.
-
Matias Cascallares authored
-
Gianfranco Palumbo authored
-
Gianfranco Palumbo authored
-
Gianfranco Palumbo authored
example
-
achille authored
-
Jared Rosoff authored
No need to call getError on writeResult. any errors for writeConcern level will throw exceptions and be caught in catch block
-
Jared Rosoff authored
-
Jared Rosoff authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
Allow setting the java version to use via the "JAVA_HOME" environment variable. Fixes #252.
-
Robert J. Moore authored
-
Sean Busbey authored
update version of MongoDB driver
-
Sean Busbey authored
Remove hard-coded property key strings in favour of string constants
-
- May 20, 2015
-
-
Asya Kamsky authored
-
Shun Takebayashi authored
-
- May 19, 2015
-
-
Sean Busbey authored
Fix hbase client's write bug in debug mode.
-
Youngjoon Kim authored
Hbase client has a bug to write all values as empty byte arrays in debug mode. It is caused by an illegal use of ByteIterator. Values returned from toString() or toArray() should be cached if they are needed later.
-
- May 18, 2015
-
-
Sean Busbey authored
Use the clear buffer on fail option. Not using it is now deprecated.
-