Skip to content
Snippets Groups Projects
  1. Jul 28, 2018
  2. Jul 26, 2018
  3. Jul 15, 2018
  4. Jul 09, 2018
  5. Jul 06, 2018
  6. Jun 25, 2018
  7. Jun 13, 2018
  8. May 23, 2018
  9. May 21, 2018
  10. May 20, 2018
  11. May 19, 2018
  12. May 18, 2018
  13. May 11, 2018
  14. Apr 19, 2018
    • Sean Busbey's avatar
      [hbase10] Remove use of guava · 3f077150
      Sean Busbey authored
      - module previously had an undeclared dependency on guava
      - removed VisibleForTesting in favor of a comment
      - removed Preconditions.checkNotNull in favor of NPE through use
      
      closes #1136
      3f077150
  15. Mar 27, 2018
    • Dan Smith's avatar
      [geode] Ensure geode client will work with v1.3 by removing references to internal classes (#1069) · f886c1e7
      Dan Smith authored
      * Geode 1.3 changed some of it's internals. The geode binding was using an
      internal Geode class which means it won't compile against later versions
      of geode.
      
      * Based on review comments, leaving the geode version alone and adding
      documentation to the README on how to change the version.
      
      * Removed incubating from the geode name and website in README, because
      geode is no longer incubating.
      f886c1e7
  16. Mar 26, 2018
  17. Mar 23, 2018
  18. Mar 22, 2018
  19. Mar 19, 2018
    • Clemens Lieb's avatar
      [core] changes to enable folding YCSB-TS back into YCSB (#1095) · 2218649a
      Clemens Lieb authored
      * [core] Drop JDK 7 Support
      
      Sets compiler target to 1.8
      Additionally removes openjdk7 from travis build-matrix
      Fixes #1033
      
      Additionally includes lexicographic reordering of binding-dependency properties in root pom
      
      * [core] introduce baseclass for timeseries database bindings
      
      This base-class parses the queries generated by TimeSeriesWorkload into a format
      that's usable for simple consumption.
      The format has been defined through the work done by Andreas Bader (@baderas) in
      https://github.com/TSDBBench/YCSB-TS.
      
      * [core] parse debug and test properties for all Timeseries databases
      
      * [core] Add method to define possible tagKeys for Timeseries Workloads
      
      Some TimeSeries Databases require a "schema" up front.
      To generate said schema, the tag keys used by the workload are required.
      This method should be centrally available for maintainability
      
      * [core] Provide default implementation for  operation
      
      TimeSeries databases only rarely support deleting data. As such we can generally assume
      the operation to always return a Status.NOT_IMPLEMENTED. Similarly to updating that trivial
      implementation does not need to be repeated in every TimeSeriesDatabase implementation
      
      * [core] Address review
      
      This adds a copyright header and significant amounts of javadoc for TimeseriesDB
      Furthermore occurrences of Long have been largely replaced with the primitive long
      Finally an overload for signed integer values has been added for insertions
      2218649a
  20. Feb 06, 2018
  21. Dec 02, 2017
  22. Oct 07, 2017
Loading