Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 31, 2017
  3. Oct 25, 2016
  4. Sep 30, 2016
  5. Jan 27, 2016
  6. Nov 29, 2015
  7. Aug 07, 2015
  8. Jun 17, 2015
    • Sean Busbey's avatar
      [packaging] refactor packaging to avoid fat-jars. · 195d6e86
      Sean Busbey authored
      * remove unused declared deps in a few places
      * lex sort modules in top level pom
      * update maven plugin versions.
      * no more jar-with-dependencies
      * set ycsb-core to provided in bindings
      * introduce a bindings-parent pom that sets
      ** stage dependency copy on building binding
      ** iff binding has a README.md, build a binding-specific dist artifact
      * update distribution assembly to
      ** properly build after modules
      ** use per-binding sets of dependencies
      
      closes #250
      195d6e86
  9. Feb 27, 2012
  10. Feb 22, 2012
Loading