1. 247bed9 Upgrade Spark to 1.5.2 by Mike Walch · 8 years ago
  2. 5dd0e2d Merge pull request #76 from keith-turner/ct-retry by Mike Walch · 8 years ago
  3. 0dd5dea made compact transient command retry when calling compact throws an exception by Keith Turner · 8 years ago
  4. ac876a2 Merge pull request #75 from keith-turner/cont-row by Mike Walch · 8 years ago
  5. 0c6b8cc construct exportQ row that falls in bucket by Keith Turner · 8 years ago
  6. dd1c373 Merge pull request #74 from keith-turner/fr-73 by Keith Turner · 8 years ago
  7. 442e521 fixes #73 allow different sleep times for ranges by Keith Turner · 8 years ago
  8. 8be2177 Merge pull request #71 from keith-turner/fr-70 by Keith Turner · 8 years ago
  9. 94bd602 fixes #70 lowered default buffer sizes and added continuance to CFM and exportQ by Keith Turner · 8 years ago
  10. c41ee42 Merge pull request #72 from keith-turner/fr-69 by Mike Walch · 8 years ago
  11. b840d5c fixes #69 make sleep time a function of compact time by Keith Turner · 8 years ago
  12. c99478e Merge pull request #68 from keith-turner/fr-67 by Keith Turner · 8 years ago
  13. 2604eea closes #67 made it possible to create less tablets than buckets by Keith Turner · 8 years ago
  14. a65d414 Merge pull request #66 from mikewalch/docs-fix by Keith Turner · 8 years ago
  15. bb1055f Add space after colon in link labels. Needed for publishing documentation on Fluo website by Mike Walch · 8 years ago
  16. 393bbd4 [maven-release-plugin] prepare for next development iteration by Mike Walch · 8 years ago
  17. 0c86f6e [maven-release-plugin] prepare release fluo-recipes-parent-1.0.0-beta-2 by Mike Walch · 8 years ago 1.0.0-beta-2
  18. df008a6 Merge pull request #64 from keith-turner/cfm_startts by Mike Walch · 8 years ago
  19. 36fd64b Use TX.startTs instead of UUID for CFM updates by Keith Turner · 8 years ago
  20. e2a05ef Merge pull request #63 from mikewalch/update-parent by Keith Turner · 8 years ago
  21. 5927c1e Updated fluo-io-parent to version 2 by Mike Walch · 8 years ago
  22. f506a15 Merge pull request #62 from keith-turner/fr-53 by Mike Walch · 8 years ago
  23. ee8d01d fixes #53 and moved Kryo code out of core by Keith Turner · 8 years ago
  24. 1882f16 Merge pull request #60 from keith-turner/kryo-bug by Mike Walch · 8 years ago
  25. 3b6ac6e fixed Kruo bug by Keith Turner · 8 years ago
  26. da098ea Merge pull request #59 from mikewalch/parent-pom by Keith Turner · 8 years ago
  27. 981e9ac Closes #58 - Make Fluo recipes use fluo-io-parent pom by Mike Walch · 8 years ago
  28. 0ad4f91 Merge pull request #56 from mikewalch/spark-helper by Mike Walch · 8 years ago
  29. 82dabae Moved functionality from FluoITHelper to AccumuloExportITBase by Keith Turner · 8 years ago
  30. 63be6a4 Created SparkHelper and FluoITHelper. Modified several ITs to use by Mike Walch · 8 years ago
  31. 9b7ffc5 Merge pull request #57 from mikewalch/sw-upgrade by Keith Turner · 8 years ago
  32. 9d97dba Upgraded Accumulo to 1.7.1 and Zookeeper to 3.4.8 by Mike Walch · 8 years ago
  33. edbb2fe Merge pull request #55 from ctubbsii/fix-warnings by Keith Turner · 8 years ago
  34. c98a2a1 Fix additional warnings by Christopher Tubbs · 8 years ago
  35. 64a7b1e Fix warnings (with formatting) by Christopher Tubbs · 8 years ago
  36. 4f1a559 Merge pull request #51 from mikewalch/accumulo-export by Mike Walch · 8 years ago
  37. 6ce06cf AccumuloExporter now exports AccumuloExports to allow different values types to share the export queue. by Mike Walch · 8 years ago
  38. 908b621 Merge pull request #52 from keith-turner/fr-45 by Keith Turner · 8 years ago
  39. 821d4f2 fixes #45 Added row hasher recipe by Keith Turner · 8 years ago
  40. 6e98054 [maven-release-plugin] prepare for next development iteration by Keith Turner · 8 years ago
  41. dd71255 [maven-release-plugin] prepare release 1.0.0-beta-1 by Keith Turner · 8 years ago 1.0.0-beta-1
  42. 88dbcf8 add release plugin to pom by Keith Turner · 8 years ago
  43. d40ee15 Merge pull request #48 from keith-turner/beta-2 by Mike Walch · 8 years ago
  44. 838fe68 Merge pull request #47 from keith-turner/optimize-command by Mike Walch · 8 years ago
  45. af807b8 Merge pull request #46 from keith-turner/fr-44 by Mike Walch · 8 years ago
  46. 9696c65 set fluo version to beta-2 by Keith Turner · 8 years ago
  47. 89d9b9a Added helper command for optimizing table by Keith Turner · 8 years ago
  48. cb54918 Fix issues with split points. by Keith Turner · 8 years ago
  49. 96858d0 Merge pull request #43 from keith-turner/fr-42 by Mike Walch · 8 years ago
  50. b36b4c6 fixes #42 encoded export Q seq# as binary by Keith Turner · 8 years ago
  51. b1a5fd8 Merge pull request #41 from keith-turner/fr-39 by Keith Turner · 8 years ago
  52. 4acaa46 fixes #39 Moved serialized key to row for CFM and export Queue by Keith Turner · 8 years ago
  53. cb9dce9 Merge pull request #40 from keith-turner/adjust-splits by Mike Walch · 8 years ago
  54. 6ba945e increase the number of splits generated by default by Keith Turner · 8 years ago
  55. e1b778f Merge pull request #38 from keith-turner/compact_transient_cmd by Keith Turner · 8 years ago
  56. 49f5b0d added compact transient command by Keith Turner · 8 years ago
  57. 9547638 Merge pull request #37 from keith-turner/fr-20 by Keith Turner · 8 years ago
  58. ec8fe2c fixes #20 Tablet grouping is now configured as part of table optimizations by Keith Turner · 8 years ago
  59. d47208c Merge pull request #36 from keith-turner/webindex-21 by Keith Turner · 8 years ago
  60. 874bd8d Make table optimizations easier to use by Keith Turner · 8 years ago
  61. b4e2590 Merge pull request #35 from keith-turner/fr-34 by Mike Walch · 8 years ago
  62. 6add87c fixes #34 Updated kryo docs with excplicit ids by Keith Turner · 8 years ago
  63. dffcacd Merge pull request #33 from keith-turner/fr-18 by Keith Turner · 9 years ago
  64. 5aefe88 Merge pull request #31 from keith-turner/cfm_memory_limit2 by Keith Turner · 9 years ago
  65. fb86dbc set limit on CFM mem usage by Keith Turner · 9 years ago
  66. d2bda34 closes #32 set memory limit on exports by Keith Turner · 9 years ago
  67. 28321e3 Merge pull request #29 from keith-turner/cfm_config_doc_fix by Mike Walch · 9 years ago
  68. f2fed66 fix documentation mistake by Keith Turner · 9 years ago
  69. 22d58c2 Merge pull request #27 from keith-turner/document_cfm by Keith Turner · 9 years ago
  70. f7af635 Documented collision free map by Keith Turner · 9 years ago
  71. 5ad58b7 Merge pull request #25 from keith-turner/cfm-init by Keith Turner · 9 years ago
  72. ff9f557 Added code to to enable initializing a CFM by Keith Turner · 9 years ago
  73. 6dedeae Merge pull request #24 from keith-turner/cfm-delete by Keith Turner · 9 years ago
  74. c87cc5c Added delete support to collision free map by Keith Turner · 9 years ago
  75. 64cbc5f Merge pull request #23 from keith-turner/map_bug by Keith Turner · 9 years ago
  76. 202c2e7 made CFM tolerant of Combiner mutating cur val by Keith Turner · 9 years ago
  77. 8f91580 Merge pull request #22 from keith-turner/kryo-overhauls by Keith Turner · 9 years ago
  78. 79a7ff5 Multiple serialization changes by Keith Turner · 9 years ago
  79. 3e74059 Merge pull request #17 from keith-turner/table-ops by Keith Turner · 9 years ago
  80. b995f2f Added common code for performing standard Accumulo operations on the Fluo table. by Keith Turner · 9 years ago
  81. fe05600 Merge pull request #14 from mikewalch/replicator by Mike Walch · 9 years ago
  82. 678bffe Created AccumuloReplicator which is an implementation of AccumuloExporter by Mike Walch · 9 years ago
  83. fba5de9 Merge pull request #13 from keith-turner/export-q-docs by Keith Turner · 9 years ago
  84. 54522ec Document export queue by Keith Turner · 9 years ago
  85. cacb1ea Merge pull request #11 from mikewalch/missingfiles by Keith Turner · 9 years ago
  86. f654345 Adding AUTHORS and LICENSE files by Mike Walch · 9 years ago
  87. 6d30386 Merge pull request #10 from mikewalch/cideploy by Keith Turner · 9 years ago
  88. a0b59b7 Fixed formatting issues that was causing build to fail by Mike Walch · 9 years ago
  89. a5d9f6b Enabling TravisCI builds and snapshot deployments. Added build status to README. by Mike Walch · 9 years ago
  90. 2a31e46 Merge pull request #8 from mikewalch/txr-filter by Mike Walch · 9 years ago
  91. aad95c0 Users can now pass filter function to RecordingTransaction to filter by Mike Walch · 9 years ago
  92. a23f5a4 Merge pull request #7 from keith-turner/fix_warnings by Mike Walch · 9 years ago
  93. ec627cb Merge pull request #6 from keith-turner/m2e-ignore by Mike Walch · 9 years ago
  94. bdb2247 fixed type warnings by Keith Turner · 9 years ago
  95. 00b3767 Added m2e config to ignore plugins by Keith Turner · 9 years ago
  96. 82c3a7b Merge pull request #5 from keith-turner/overhaul by Keith Turner · 9 years ago
  97. 4f33892 Lots of changes : by Keith Turner · 9 years ago
  98. c8a2c69 Merge pull request #3 from mikewalch/txrecord by Keith Turner · 9 years ago
  99. 9938401 Created RecordingTransaction to keep record of all sets and deletes in transaction using TxLog by Mike Walch · 9 years ago
  100. 16843f1 Added collision free map and updated serialization code by Keith Turner · 9 years ago