1. 078f789 Blur is retired. by John D. Ament · 7 years ago master
  2. 1cb5110 Trying to fix a test that probably has a race condition. by Aaron McCurry · 8 years ago
  3. 991fb04 Removing thread local variables. by Aaron McCurry · 8 years ago
  4. 98359a4 Adding blur indexer project. by Aaron McCurry · 8 years ago
  5. 1d103e4 Fixing api issue. by Aaron McCurry · 8 years ago
  6. 049e79a Updates to the indexer project. by Aaron McCurry · 8 years ago
  7. 96a1821 Fourth round of udpates. by Aaron McCurry · 8 years ago
  8. ea50630 Third round of updates. by Aaron McCurry · 8 years ago
  9. 0141656 Second patch of updates. by Aaron McCurry · 8 years ago
  10. 0e8d0e8 First patch of updates. by Aaron McCurry · 8 years ago
  11. 6564020 by Harinder Singh · 8 years ago
  12. c65c81d Adding a test file that was missed in an earlier commit. by Aaron McCurry · 8 years ago
  13. a6b2a66 Adding new controls to the blur shell. by Aaron McCurry · 8 years ago
  14. 31d56a1 Making the list-snapshot command more useful. by Aaron McCurry · 8 years ago
  15. d9fd695 Adding test for cancelling commands. by Aaron McCurry · 8 years ago
  16. f60c19c Code refactoring. by Aaron McCurry · 8 years ago
  17. 1f2e984 Refactoring unused code. by Aaron McCurry · 8 years ago
  18. 97611ac Refactoring the BlurIndex constructor to take a config object. by Aaron McCurry · 8 years ago
  19. 32cfc62 Fixing controller merge logic. by Aaron McCurry · 8 years ago
  20. 2d12cbf Fixing issue with the csd. by Aaron McCurry · 8 years ago
  21. 1979362 Blur commands can have their status be returned through the thrift api and the commands execution can now be interrupted. by Aaron McCurry · 8 years ago
  22. c9a99b4 Thrift code generation. by Aaron McCurry · 8 years ago
  23. 3d32272 Thrift API change. by Aaron McCurry · 8 years ago
  24. b41e3c6 Thrift generated code. by Aaron McCurry · 8 years ago
  25. 357ad56 Thrift API change. by Aaron McCurry · 8 years ago
  26. 28bbf71 Fixing missing brace. by Aaron McCurry · 8 years ago
  27. 8fa4577 Updating the pom to hadoop versions with dashes in them. Parcels won't work with dashes. by Aaron McCurry · 8 years ago
  28. 41ebecb Dealing with differences between linux and osx. by Aaron McCurry · 8 years ago
  29. 20995c8 Fixing broken test. by Aaron McCurry · 8 years ago
  30. e4a02c0 Fixing an infinite loop problem when a table is deleted before the writer is closed. by Aaron McCurry · 8 years ago
  31. dda225e Changing the error handling of the timertasks so that will keep operating when there are runtime exceptions that are not handled. by Aaron McCurry · 8 years ago
  32. 55cc3f6 Fix to read mask. by Aaron McCurry · 8 years ago
  33. 289de4e Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-blur by Aaron McCurry · 8 years ago
  34. 805e3c5 Fixing a bug in the blur simple index writer that causes index readers that have been released to not delete the unused files from the index writer. Also the writer will close after becoming idle for 30 seconds. by Aaron McCurry · 8 years ago
  35. 8e97ac2 Fixing broken test. by Aaron McCurry · 8 years ago
  36. e5a828d Fixing some issues with the read mask. by Aaron McCurry · 8 years ago
  37. 5fb575a Adding a basic jmeter plugin that can perform a load test on Blur. by Aaron McCurry · 8 years ago
  38. 8b7eb8f Changing csd to register memory used with cloudera manager. by Aaron McCurry · 9 years ago
  39. 317245f Update to version. by Aaron McCurry · 9 years ago
  40. a329ec4 Adding a default read mask message that can be set in main properties or on each table. by Aaron McCurry · 9 years ago
  41. fcc88b1 Fixing java compiling issue. by Aaron McCurry · 9 years ago
  42. 0e6aed4 Adding new type in Blur. Read mask type will allow for data to be searched and discovered but not viewed. by Aaron McCurry · 9 years ago
  43. 647c66b Creating a stream util, likely required for anything that uses blur streaming. by Aaron McCurry · 9 years ago
  44. 28f5746 Making some updates to the new stream impl. by Aaron McCurry · 9 years ago
  45. 9ba62e6 Adding read mask to blur document security. by Aaron McCurry · 9 years ago
  46. b736c0a Removing dead code, and refactoring test code. by Aaron McCurry · 9 years ago
  47. e00a074 Adding header. by Aaron McCurry · 9 years ago
  48. 83b2a29 Minor tweaks. by Aaron McCurry · 9 years ago
  49. 9ae5bf3 Adding first cut of stream server and client along with a start to a spark rdd for blur. Disabled by default, considered experiemental at this point. by Aaron McCurry · 9 years ago
  50. 0eaefea Fixing java 8 compile issue. by Aaron McCurry · 9 years ago
  51. e5ae88a Changing default jvm version to 1.8. Removing hadoop profiles, will only support hadoop 2 from this point forward. Broke up the distribution project into 4 projects. Source, binary, parcel and csd. Also changed blur's version to 0.3.0. by Aaron McCurry · 9 years ago
  52. e8171eb Fixing issue with a failing test related to the updates to the parser that allow for proper analyzing of the input string in the query. by Aaron McCurry · 9 years ago
  53. f8c45c3 Fixing issues with the parser. Now analyzes query input correctly for fuzzy, prefix, wildcard, range, regex, etc. by Aaron McCurry · 9 years ago
  54. 828c127 Fixing parser issue with gis and super queries. by Aaron McCurry · 9 years ago
  55. e2cc5a7 Fixing broken test. by Aaron McCurry · 9 years ago
  56. af67f6c Work around for HDFS-9104. by Aaron McCurry · 9 years ago
  57. b57fd24 Fixing logic issue with the processing cluster cache. by Aaron McCurry · 9 years ago
  58. 901543c Fixing a potential memory leak in the bitset cache used to enforce access control. by Aaron McCurry · 9 years ago
  59. 3c30ddd Fixing issue with terms lookup. by Aaron McCurry · 9 years ago
  60. 55ef5b8 Adding new burn in test for live mutations. Trying to detect an issue with blur row mutations. by Aaron McCurry · 9 years ago
  61. ac19889 Fixing broken unit test. by Aaron McCurry · 9 years ago
  62. ca00e80 Small fixes. by Aaron McCurry · 9 years ago
  63. b17e222 Adjusting assert count to account for new manifest file. by Aaron McCurry · 9 years ago
  64. df25267 Fixing issue when the fast directory is enabled for a table. by Aaron McCurry · 9 years ago
  65. 9028b28 Changing the isuse directory cleanup system in the index importer to make use of the hdfs directory symlink cache. by Aaron McCurry · 9 years ago
  66. 279b106 Removing dead code. by Aaron McCurry · 9 years ago
  67. 8c5ce2a Attempting to fix broken test. by Aaron McCurry · 9 years ago
  68. d190c10 Adding a file manifest cache in the hdfs directory to greatly increase opening speed of the directory. If manifest is not present it will be rebuilt. by Aaron McCurry · 9 years ago
  69. 13b22b2 Fixing distribution project for hadoop1. by Aaron McCurry · 9 years ago
  70. bd60b07 Fixing broken test and disabling another, needs a rewrite. by Aaron McCurry · 9 years ago
  71. 1806f22 Adding a way to disable quiet merge reads. by Aaron McCurry · 9 years ago
  72. fea0b3b Merge branch 'master' into blur-0.2.4-parcel by Aaron McCurry · 9 years ago blur-0.2.4-parcel
  73. c9d5e24 Adding missing MIT license header to a css file. by Aaron McCurry · 9 years ago
  74. 0358fe0 Adding missing MIT license header to a css file. by Aaron McCurry · 9 years ago
  75. 8200840 Updating the csd property generator to have better names (they no longer all start with 'blur') and the installer will no longer be presented with every property during install. by Aaron McCurry · 9 years ago
  76. 7a63b8a Fixes to allow the run parcel script to run in a linux server. by Aaron McCurry · 9 years ago
  77. 568cd97 Fix to allow the BLUR_CLASSPATH env to be set externally by CDH. by Aaron McCurry · 9 years ago
  78. ca31339 Changing shard server to not add quick link to main blur cluster page. by Aaron McCurry · 9 years ago
  79. 3278729 Change to parcel to create sym link to active parcel. by Aaron McCurry · 9 years ago
  80. b3bfe6e Moving property from shard only to cluster wide. by Aaron McCurry · 9 years ago
  81. 262bfd9 Moving constant. by Aaron McCurry · 9 years ago
  82. c1c0573 Adding a way to configure extra hadoop props from the blur config. Anything starting with 'hadoop_conf.' will be added to the base hadoop configuration. This is helpful when blur is running indexing (mr jobs) on a different hdfs cluster and that cluster is a HA cluster.. by Aaron McCurry · 9 years ago
  83. 7bdacf1 Merge branch 'master' into blur-0.2.4-parcel by Aaron McCurry · 9 years ago
  84. 13c7e3d Fixing issue where the update reducer handles dups before the sending data to the output format. by Aaron McCurry · 9 years ago
  85. 9d5f1c3 Fixing parsing issue with row query and system fields. by Aaron McCurry · 9 years ago
  86. ab31c5f Fixing issue with record reader where needed all the files in the processing cluster cache directory instead of the few required. by Aaron McCurry · 9 years ago
  87. 4fd8687 Rebuild of assets by Chris Rohr · 9 years ago
  88. d5805c4 Swapped out tagsManager with selectivity for licensing purposes by Chris Rohr · 9 years ago
  89. 3499d67 Fixing logging issues with cdh and removing duplicate deps from parcel. by Aaron McCurry · 9 years ago
  90. 610e242 Merge branch 'master' into blur-0.2.4-parcel by Aaron McCurry · 9 years ago
  91. 6f0523a Adding release notes for release. by Aaron McCurry · 9 years ago
  92. 364cb92 Making some changes to the release scripts before I start the release. by Aaron McCurry · 9 years ago
  93. 8f4c6da Minor fixes for release. by Aaron McCurry · 9 years ago
  94. 42052a8 More parcel updates. by Aaron McCurry · 9 years ago
  95. de8a98b Merge branch 'master' into blur-0.2.4-parcel by Aaron McCurry · 9 years ago
  96. 2b31cd8 Changing the hdfs directory resource managment to not rely on GC to clean up old resources. by Aaron McCurry · 9 years ago
  97. a71e2fe Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-blur by Aaron McCurry · 9 years ago
  98. a6eecd4 Adding local file handle cache lookup system. This will reduce load on the the main block cache map and improve performance. by Aaron McCurry · 9 years ago
  99. 7f837cb Fixing a NPE in the hdfs index input class. by Aaron McCurry · 9 years ago
  100. 397d305 Fixing issue where blur backed hive table has the blur table removed before the hive is removed and the hive table can not be dropped. by Aaron McCurry · 9 years ago