- 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.
-
Connor McCoy authored
hbase/ now contains the HBase v0.9 binding code. hbase1/ now contains the HBase 1.0 binding code.
-
- Aug 07, 2015
-
-
Govind Kamat authored
-
- Jun 29, 2015
-
-
Sean Busbey authored
1) fix handling of later binding versions, e.g. hbase-10 2) fix reading conf dir for binding-specific artifacts 3) allow running from source checkout by asking maven for artifact locations
-
- Jun 27, 2015
-
-
Sean Busbey authored
YCSB now tracks what's in a given release using release notes. ref: https://github.com/brianfrankcooper/YCSB/releases
-
- Jun 25, 2015
-
-
Thomas Lopatic authored
-
- Jun 19, 2015
-
-
Govind Kamat authored
the classpath, rather than all of them.
-
- Jun 18, 2015
-
-
mylesjao authored
-
- Jun 17, 2015
-
-
Govind Kamat authored
classpath, rather than all of them.
-
- Jun 12, 2015
-
-
bigbes authored
-
- Jun 11, 2015
-
-
bigbes authored
http://tarantool.org and https://github.com/tarantool/tarantool In "mail.ru" we wrote and widely use Tarantool key-value database. It's key properties include: * Defferent index types with iterators: - HASH (the fastest) - TREE (range and ordered retreival) - BITSET (bit mask search) - RTREE (geo search) * multipart keys for HASH and TREE indexes * Data persistence with by Write Ahead Log (WAL) and snapshots. * asynchronous master-master replication, hot standby. * coroutines and async. IO are used to implement high-performance lock-free access to data. - socket-io/file-io with yeilds from lua * stored procedures in Lua (Using LuaJIT) * supports plugins written on C/C++ (Have two basic plugins for working with MySQL and PostgreSQL) * Authentication and access control Move 'distribution target' to the end (it's needed for .jar to be in the .tar.gz)
-
- Jun 05, 2015
-
-
Sean Busbey authored
closes #191
-
- Jun 03, 2015
-
-
Connor McCoy authored
* Use argparse for argument parsing. * Add a '-jvm-args' flag, to pass arbirary options to java. * Exit with the return code from java. Requires Python 2.7.
-
- May 29, 2015
-
-
Michael Nitschinger authored
closes #136 Signed-off-by:
Sean Busbey <sean.busbey@gmail.com>
-
- May 28, 2015
-
-
Chrisjan Matser authored
This includes changes to main pom for the v1.2.9 cassandra driver. closes #145
-
- May 21, 2015
-
-
Robert J. Moore authored
Allow setting the java version to use via the "JAVA_HOME" environment variable. Fixes #252.
-
Robert J. Moore authored
-
- Apr 08, 2015
-
-
Connor McCoy authored
* Bumps `hbase.version` to 1.0.0 * Adds a new database, hbase-10, which targets the HBase 1.0 API.
-
- May 01, 2014
-
-
Jonathan M Hsieh authored
Based on YCSB++ http://www.pdl.cmu.edu/ycsb++/
-
- Dec 15, 2012
-
-
Carlos Tasada authored
-
- Oct 22, 2012
-
-
Janani Narayanan authored
I have fixed a bug in insert() and delete() methods.There are also some cosmetic changes to readme and properties files.
-
- Sep 10, 2012
-
-
saden1 authored
-
- Aug 14, 2012
-
-
Janani Narayanan authored
-
- Aug 13, 2012
-
-
Luca Garulli authored
-
- Jul 09, 2012
-
-
nixon authored
-
- Feb 24, 2012
- Feb 22, 2012
- Feb 21, 2012
-
-
Michi Mutsuzaki authored
-
Michi Mutsuzaki authored
-
- Feb 16, 2012
-
-
Hariprasad Kuppuswamy authored
-
Hariprasad Kuppuswamy authored
-
- Dec 09, 2010
-
-
Sudipto Das authored
the classpath and pass some flags to JVM.
-