Skip to content
Snippets Groups Projects
  1. Aug 07, 2017
  2. Aug 06, 2017
    • Jason Tedor's avatar
      Merge branch 'master' into initial-es5 · 4c84ffa3
      Jason Tedor authored
      * master:
        [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)
        [core] Use longs instead of ints to support larger key spaces. Changed int to long in Measurements code to support large scale workloads. (manolama - fixed checkstyle errors)
        [core] Export totalHistogram for HdrHistogram measurement
        [core] Add an operation enum to the Workload class. This can eventually be used to replace the strings.
        [core] Add a Fisher-Yates array shuffle to the Utils class.
        [core] Fix an issue where the threadid and threadCount were not passed to the workload client threads. Had to use setters to get around the checkstyle complaint of having too many parameters.
        Upgrading googlebigtable to the latest version. The API used by googlebigtable has had quite a bit of churn.  This is the minimal set of changes required for the upgrade.
        [geode] Update to apache-geode 1.2.0 release
        [core] Update to use newer version of Google Cloud Spanner client and associated required change
        [core] Add a reset() method to the ByteIterator abstract and implementations for each of the children. This lets us re-use byte iterators if we need to access the values again (when applicable).
        [hbase12] Add HBase 1.2+ specific client that relies on the shaded client artifact provided by those versions. (#970)
        [distro] Refresh Apache licence text (#969)
        [memcached] support binary protocol (#965)
        [accumulo] A general "refresh" to the Accumulo binding (#947)
        [cloudspanner] Add binding for Google's Cloud Spanner. (#939)
        [aerospike] Change the write policy to REPLACE_ONLY (#937)
      4c84ffa3
  3. Aug 05, 2017
  4. Aug 04, 2017
  5. Aug 02, 2017
  6. May 19, 2017
  7. May 12, 2017
  8. Apr 06, 2017
    • Josh Elser's avatar
      [accumulo] A general "refresh" to the Accumulo binding (#947) · ddde8e3c
      Josh Elser authored
      * Expand on the README, covering table creation and best-practices for table config
      * Avoid unnecessary Text object creations (in loops and instead of byte[] usage)
      * Use a ConcurrentHashMap to better match the DB API
      * Fix error messages and always call printStackTrace() on exceptions
      * Use BATCHED_OK instead of OK in insert() (more correct)
      ddde8e3c
  9. Mar 17, 2017
  10. Mar 14, 2017
  11. Feb 07, 2017
  12. Feb 06, 2017
  13. Feb 03, 2017
  14. Feb 02, 2017
  15. Jan 31, 2017
  16. Jan 30, 2017
Loading