1. 859694a Merge branch '2.1' by Keith Turner · 9 months ago
  2. 7c6572c fixes bug with starting multiple group of scan servers (#4445) by Keith Turner · 9 months ago
  3. ebf7054 Merge branch '2.1' by Dave Marion · 10 months ago
  4. 18b7454 Added compactors_per_host to accumulo-cluster script (#4329) by Dave Marion · 10 months ago
  5. e6026cb Merge branch '2.1' by Christopher Tubbs · 1 year, 5 months ago
  6. 64916fb Allow ACCUMULO_JAVA_PREFIX to be an array (#3701) by Christopher Tubbs · 1 year, 5 months ago
  7. 4f5d358 More build updates to reduce warnings (#3426) by Christopher Tubbs · 1 year, 8 months ago
  8. 0017fd8 More build updates to reduce warnings (#3426) by Christopher Tubbs · 1 year, 8 months ago
  9. 4da8401 Remove remaining master references (#3361) by Christopher Tubbs · 1 year, 9 months ago
  10. a216942 Merge branch '2.1' by Christopher L. Shannon (cshannon) · 1 year, 11 months ago
  11. 87031e9 Support writing cluster config parser output to a file (#3205) by Christopher L. Shannon · 1 year, 11 months ago
  12. a4e9796 Update cluster script server args to use new properties (#3197) by Dave Marion · 1 year, 11 months ago
  13. fdb1370 Added servers per host to cluster.yaml (#2903) by Dave Marion · 2 years, 4 months ago
  14. 0e571ca Replace accumulo-cluster get_ip function with hostname -I (#2888) by Dave Marion · 2 years, 5 months ago
  15. c0e94cc Eventually Consistent scans / ScanServer feature (#2665) by Dave Marion · 2 years, 5 months ago
  16. 36dd78c checks if file already exists in accumulo-cluster create-config (#2798) by Keith Turner · 2 years, 6 months ago
  17. b999c6f simplifies accumulo-cluster compactor config (#2791) by Keith Turner · 2 years, 7 months ago
  18. cf57e34 Trivial: Use https in more places (#2774) by Christopher Tubbs · 2 years, 7 months ago
  19. e223e79 Run shfmt and shellcheck on scripts (#2677) by Christopher Tubbs · 2 years, 8 months ago
  20. 120d5ff Modified accumulo-cluster to pass -a argument to server processes (#2603) by Dave Marion · 2 years, 9 months ago
  21. 6f01f81 Remove load-jars-hdfs from bin/accumulo-util (#2491) by Christopher Tubbs · 2 years, 11 months ago
  22. 730a026 Correct user-facing misspellings (Part 2) (#2407) by Luke Foster · 3 years ago
  23. a743c76 Fix accumulo-cluster remote start error (#2380) by Dave Marion · 3 years, 1 month ago
  24. b6a4663 Instrument code using OpenTelemetry (#2259) by Dave Marion · 3 years, 2 months ago
  25. 03d7676 Add compaction coordinator and compactor to cluster start / stop scripts by Dave Marion · 3 years, 3 months ago
  26. 0fc2686 Fix shellcheck warnings in accumulo-cluster script (#2133) by Jeffrey Manno · 3 years, 7 months ago
  27. b12d110 Add JShell Accumulo Feature (#1910) by slackwinner · 3 years, 10 months ago
  28. 09eef7b Rename master comment/constant/variable references. (#1912) by Brian Loss · 4 years ago
  29. e616490 Rename Master to Manager in class names. (#1907) by Brian Loss · 4 years ago
  30. 675e41a Rename master packages to manager. (#1904) by Brian Loss · 4 years ago
  31. 0bfa425 Updates shell scripts and logs to use manager (#1871) by Keith Turner · 4 years ago
  32. 1861473 Make cluster script start monitor last. Fixes #1777 (#1778) by Mike Miller · 4 years, 2 months ago
  33. 75b1943 Merge branch '1.10' into main by Christopher Tubbs · 4 years, 3 months ago
  34. ecfa294 Use mktemp arg that works on on alpine-based distros (#1734) by larsw · 4 years, 3 months ago
  35. 1a801bd Update regex expression in tool.sh (#1729) by Mark Owens · 4 years, 3 months ago
  36. c21396d Update tool.sh to set correct ZOOKEEPER_CMD. (#1716) by Mark Owens · 4 years, 3 months ago
  37. f27ade9 Support multiple tservers / node in helper scripts (#1568) by Arvind Shyamsundar · 4 years, 10 months ago
  38. b75f449 Make Accumulo 1.9 compatible with ZK 3.5 (#1506) by Karthick Narendran · 5 years ago
  39. 3fd5cad Standardize license headers (#1433) by Christopher Tubbs · 5 years ago
  40. d9ea0c3 Allow overriding of directory for pid files (#1393) by etseidl · 5 years ago
  41. 07d6346 Fix #994 Consider mutation queue in example config (#1055) by Christopher Tubbs · 6 years ago
  42. d450ef4 Fix accumulo script (#1020) by Mike Walch · 6 years ago
  43. d70a29f Merge branch '1.9' by Christopher Tubbs · 6 years ago
  44. a3793e6 Clean up accumulo script by Christopher Tubbs · 6 years ago
  45. acd2d9f Improve log4j lookup (#919) by Le Dai · 6 years ago
  46. 3a1dc3d Fix #885 Simplify 'accumulo classpath' command (#887) by Mike Walch · 6 years ago
  47. c265ea5 Remove 'accumulo-util hadoop-jar' command (#872) by Mike Walch · 6 years ago
  48. c8b4132 #859 - Fix CLASSPATH bug causing cur dir to be added (#864) by Mike Walch · 6 years ago
  49. 6424b08 Use double brackets for bash conditionals (#865) by Mike Walch · 6 years ago
  50. 22b0bf5 Updates to DumpZookeeper utility (#857) by Mike Walch · 6 years ago
  51. 725a450 Make the ACCUMULO_MONITOR_BIND_ALL property case-insensitive checking by Josh Elser · 6 years ago
  52. bdc1fe4 Fix accumulo-util script by Christopher Tubbs · 6 years ago
  53. 94e031f Removed uneeded code by Keith Turner · 6 years ago
  54. 3532b0c Fix script to build native libs by Keith Turner · 6 years ago
  55. 3019736 Switched to using HADOOP_HOME for Hadoop 3.x (#630) by Mike Walch · 6 years ago
  56. b5ea706 Converted accumulo-site.xml from XML to properties file (#623) by Mike Walch · 6 years ago
  57. 3b78788 Remove the fate module by combining it into core (#466) by Christopher Tubbs · 7 years ago
  58. 9408af7 #408 - Removing ClientConfiguration from Proxy code (#451) by Mike Walch · 7 years ago
  59. 5d216d4 #408 - Removed ClientConfiguration from ClientOpts (#419) by Mike Walch · 7 years ago
  60. 44d1f4a ACCUMULO-4585 Fix bootstrap_config memory profiles by Christopher Tubbs · 7 years ago
  61. fc75402 ACCUMULO-4826 Use the hadoop3 shaded jars (#332) by Josh Elser · 7 years ago
  62. a4ff798 ACCUMULO-4802 Added kill command to accumulo-cluster script (#377) by Mike Walch · 7 years ago
  63. 2a92a1d ACCUMULO-4673 Review proxy docs & example code by Mike Walch · 8 years ago
  64. 5abce36 ACCUMULO-4675 "accumulo-util gen-monitor-cert" doesn't work by Toshihiro Suzuki · 8 years ago
  65. ad34a6e ACCUMULO-4622 Add a `accumulo-cluster restart` command by Josh Elser · 8 years ago
  66. 1743ee2 Merge branch 'accumulo-site' by Mike Walch · 8 years ago
  67. fecc97f ACCUMULO-4614 AccumuloClassLoader should load accumulo-site.xml from classpath by Mike Walch · 8 years ago
  68. 6e34217 ACCUMULO-4616 Removed unused variable in accumulo-service by Mike Walch · 8 years ago
  69. f159ec1 ACCUMULO-4612 Simplify Accumulo memory configuration by Mike Walch · 8 years ago
  70. c2778b8 ACCUMULO-4604 Improve 'accumulo classpath' command by Mike Walch · 8 years ago
  71. 68ba2ef ACCUMULO-4596 Improvements to standalone cluster testing by Mike Walch · 8 years ago
  72. 3020c18 Accumulo-4599 Simplify how accumulo runs client jars by Mike Walch · 8 years ago
  73. ff7525e ACCUMULO-4409 More logging bootstrap cleanup by Christopher Tubbs · 8 years ago
  74. 659a33e ACCUMULO-4596 Stopped using ACCUMULO_HOME for native libs by Mike Walch · 8 years ago
  75. a60f550 Merge branch 'accumulo-4594' by Mike Walch · 8 years ago
  76. 192b4e8 ACCUMULO-4593 Move metrics config to templates dir by Mike Walch · 8 years ago
  77. 3f935e0 ACCUMULO-4594 Fix Kerberos documentation by Mike Walch · 8 years ago
  78. 6124529 ACCUMULO-4588 Simplify Accumulo logging configuration by Mike Walch · 8 years ago
  79. 9a3cc5c ACCUMULO-4528 Accumulo scripts improvements by Mike Walch · 8 years ago
  80. c02efea ACCUMULO-4521 Usage of accumulo commands should in 3rd person by Mike Walch · 8 years ago
  81. b5d7c18 ACCUMULO-4490 formatter cleanup by Michael Wall · 8 years ago
  82. ab0d6fc ACCUMULO-4490 Code review updates by Mike Walch · 8 years ago
  83. 2e3b62a ACCUMULO-4490 Fix shellcheck issues by Christopher Tubbs · 8 years ago
  84. 158cf16 ACCUMULO-4490 Simplify Accumulo scripts and config by Mike Walch · 8 years ago
  85. 24ba556 ACCUMULO-4490 Reorganized files by Mike Walch · 8 years ago
  86. 8aede75 ACCUMULO-4517 Remove no-longer-present Accumulo jar from tool.sh by Josh Elser · 8 years ago
  87. d1b0ea5 ACCUMULO-4449 Removed 'slave' terminology by Mike Walch · 8 years ago
  88. ebd42e2 ACCUMULO-4445 Fix broken bin/accumulo script by Christopher Tubbs · 8 years ago
  89. 711b421 Merge branch '1.7' into 1.8 by Dave Marion · 8 years ago
  90. 8aaef9e Merge branch '1.6' into 1.7 by Dave Marion · 8 years ago
  91. 02ac592 ACCUMULO-4379: Make it clear as to which native library is missing by Dave Marion · 8 years ago
  92. 30d065d ACCUMULO-4406 Addendum to Dave's fixes on log naming by Josh Elser · 8 years ago
  93. 208680f ACCUMULO-4406: Add instance number to .out and .err files by Dave Marion · 8 years ago
  94. 09c3832 ACCUMULO-4403 Use FQDN and all hostname aliases by Josh Elser · 8 years ago
  95. cd31dc8 ACCUMULO-3923: Modify parsing of the HDFS directory to be less restrictive, provide a better error message, fail if directory can't be created, handle slf4j jars by Dave Marion · 9 years ago
  96. a98dbec ACCUMULO-3923: Modify parsing of the HDFS directory to be less restrictive, provide a better error message, fail if directory can't be created, handle slf4j jars by Dave Marion · 9 years ago
  97. 60591c8 ACCUMULO-4328: Modify scripts to allow for multiple tablet servers per host by Dave Marion · 9 years ago
  98. c044127 Merge branch '1.7' by Dave Marion · 9 years ago
  99. 160e2c7 Merge branch '1.6' into 1.7 by Dave Marion · 9 years ago
  100. f71f293 ACCUMULO-4298: Add env variables to make NUMA configurable by Dave Marion · 9 years ago