Skip to content
Snippets Groups Projects
  1. Sep 21, 2017
  2. Sep 16, 2017
  3. Aug 05, 2017
  4. 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
  5. Nov 18, 2016
  6. Sep 30, 2016
  7. Sep 27, 2016
  8. Aug 31, 2016
  9. Jun 21, 2016
  10. May 04, 2016
  11. Apr 01, 2016
  12. Feb 22, 2016
  13. Feb 21, 2016
  14. Feb 16, 2016
  15. Jan 27, 2016
  16. Jan 24, 2016
  17. Jan 03, 2016
  18. Dec 31, 2015
  19. Dec 20, 2015
  20. Nov 03, 2015
  21. Nov 02, 2015
  22. Nov 01, 2015
  23. Sep 21, 2015
  24. Aug 07, 2015
  25. Jul 17, 2015
  26. Jun 18, 2015
  27. 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
  28. May 26, 2015
    • Sean Busbey's avatar
      [version] update to 0.2.0-SNAPSHOT. · 083db171
      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.
      083db171
  29. May 01, 2014
Loading