Messages by Thread
-
-
svn commit: r881918 - /websites/production/blur/content/
amccurry
-
svn commit: r1530724 - /incubator/blur/site/trunk/templates/blur_header.mdtext
amccurry
-
svn commit: r881916 - in /websites/staging/blur/trunk/content: ./ blur/get_involved.html blur/how_it_works.html blur/index.html blur/what_is_blur.html
buildbot
-
svn commit: r881915 - in /websites/staging/blur/trunk/content: ./ blur/docs/0.2.0/getting-started.html blur/get_involved.html blur/how_it_works.html blur/index.html blur/what_is_blur.html
buildbot
-
svn commit: r1530722 - in /incubator/blur/site/trunk: content/blur/docs/0.2.0/getting-started.html templates/blur_header.mdtext
amccurry
-
[1/2] git commit: Adding new shard layout strategy.
amccurry
-
git commit: Removed commented out dependency
crohr
-
git commit: Removed an unnecessary library
crohr
-
[01/58] [partial] Initial setup of new console
crohr
-
git commit: Refactoring the DistributedIndexServer class to prepare for reworking the layout strategies.
amccurry
-
[1/3] git commit: Cleaning up old code, removing duplicate functionality
amccurry
-
git commit: Cleaning up old code, removing duplicate functionality
amccurry
-
git commit: Fixed BLUR-254
amccurry
-
git commit: This should fix the FileNotFoundException that happens sometimes while NRT updates are occuring. Fixed BLUR-244
amccurry
-
git commit: In preparation for supporting java 7 and the G1 collector, adding a java 7 enhanced version of the GCWatcher.
amccurry
-
git commit: Fixed BLUR-252
amccurry
-
git commit: Fixing headers
amccurry
-
[1/2] git commit: Working on BLUR-255
amccurry
-
git commit: Fixed BLUR-257
amccurry
-
[1/2] git commit: Fixed a NPE when accessing thrit through the TServelet
amccurry
-
git commit: Fixed BLUR-250 and partial fix for BLUR-251
amccurry
-
git commit: Fixed a NPE when accessing thrit through the TServelet
amccurry
-
git commit: Fixed BLUR-242
amccurry
-
git commit: Fixed BLUR-249
amccurry
-
git commit: Fixed BLUR-118
amccurry
-
[1/2] git commit: Fixed BLUR-245
amccurry
-
[1/2] git commit: Fixed BLUR-246
amccurry
-
git commit: Fixed BLUR-246
amccurry
-
git commit: Adding links to download the artifacts via the apache mirrors. Also fixing the documentation for compiling.
amccurry
-
[1/2] git commit: Fixing the pom file versions.
amccurry
-
[41/45] git commit: Made some pom changes so that the ZkMiniCluster can be used in the MiniCluster in blur-core.
amccurry
-
[25/45] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-blur
amccurry
-
[37/45] git commit: Merge branch 'softlink'
amccurry
-
[30/45] git commit: Updating the version.
amccurry
-
[43/45] git commit: Removing extra log4j file, this is set in the conf/ via log4j.xml
amccurry
-
[39/45] git commit: Trying to automatically detect the correct perm mask for the HDFS minicluster.
amccurry
-
[08/45] git commit: Fixed BLUR-225
amccurry
-
[28/45] git commit: Merge branch '0.2.1' into merge_blockcache_v2
amccurry
-
[13/45] git commit: Made frequency text little less confusing
amccurry
-
[22/45] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-blur
amccurry
-
[35/45] git commit: Added test for CacheDirectory for Off heap memory.
amccurry
-
[26/45] git commit: Added apache license headers to the new snapshot command files
amccurry
-
[09/45] Fixing issue with the source artifact having the binary artifact LICENSE and NOTICE files. Also have moved the bin version of the two files into 'distribution/src/main/resources/' directory and the source versions now live at the root of the sou
amccurry
-
[12/45] git commit: Tidying up code
amccurry
-
[31/45] git commit: Adding missing APLv2 header.
amccurry
-
[16/45] git commit: Initial commit. terms -F crashes console
amccurry
-
[45/45] git commit: Merge branch 'master' into apache-blur-0.2
amccurry
-
[07/45] git commit: Adding test for deletion of column during row update where the record mutation type is replace columns. If the column value is null then the column is removed form the record. Also fixing a NPE in the transaction recorder.
amccurry
-
[06/45] git commit: Cleaning up some code
amccurry
-
[34/45] git commit: Some more refactoring and adding more tests for the CacheDirectory.
amccurry
-
[32/45] git commit: Adding softlink directory.
amccurry
-
[02/45] git commit: Updating version for new branch.
amccurry
-
[42/45] git commit: Fixing test so that the test methods can be run out of order.
amccurry
-
[29/45] git commit: Updating the version.
amccurry
-
[40/45] git commit: Refactoring the ZooKeeper server to the blur-util project so that a unit test setup to have random ports.
amccurry
-
[23/45] git commit: Adding another exclude to the rat excludes. '**/target/**' Not sure why, I thought it was built into rat, but on ubuntu server it was needed to pass.
amccurry
-
[44/45] git commit: Making some changes to try and make the back pressure test more stable.
amccurry
-
[27/45] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-blur
amccurry
-
[19/45] git commit: Exposed snapshot functionality through the shell
amccurry
-
[05/45] git commit: Correcting some mutation behavior. While updating a Row and using replace columns or append columns if the record was missing an exception was thrown. This was incorrect, the behavior should be to simply add the record if it did not
amccurry
-
[03/45] git commit: More fixes to the v2 block cache.
amccurry
-
[14/45] git commit: All functionality in place
amccurry
-
[20/45] git commit: Made the Snapshot Command classes implement the TableFirstArgCommand marker interface
amccurry
-
[15/45] git commit: Fixes frequency command, fixes use of period instead of colon. Fixes frequency printing
amccurry
-
[33/45] git commit: Closing resources that need to be closed.
amccurry
-
[24/45] git commit: Let terms command return empty list when field isn't in the index.
amccurry
-
[04/45] git commit: Adding MIN and MAX keywords for Numeric types.
amccurry
-
[38/45] git commit: Fixed for linux (ubuntu), hopefully this will work on other distros.
amccurry
-
[21/45] git commit: Working on BLUR-232
amccurry
-
[17/45] git commit: Fixed the NPE with an incorrect option for the terms command
amccurry
-
[18/45] git commit: Fixed BLUR-226
amccurry
-
git commit: Removed test from deleted code
crohr
-
svn commit: r879797 - /websites/production/blur/content/
amccurry
-
svn commit: r879793 - in /websites/staging/blur/trunk/content: ./ blur/get_involved.html
buildbot
-
svn commit: r1526086 - /incubator/blur/site/trunk/content/blur/get_involved.mdtext
amccurry
-
git commit: Making some changes to try and make the back pressure test more stable.
amccurry
-
git commit: Removing extra log4j file, this is set in the conf/ via log4j.xml
amccurry
-
git commit: Fixing test so that the test methods can be run out of order.
amccurry
-
git commit: Made some pom changes so that the ZkMiniCluster can be used in the MiniCluster in blur-core.
amccurry
-
[1/2] git commit: Trying to automatically detect the correct perm mask for the HDFS minicluster.
amccurry
-
git commit: Fixed for linux (ubuntu), hopefully this will work on other distros.
amccurry
-
[1/6] git commit: Adding softlink directory.
amccurry
-
git commit: Adding missing APLv2 header.
amccurry
-
[5/6] git commit: Updating the version.
amccurry
-
[3/6] git commit: More fixes to the v2 block cache.
amccurry
-
[2/6] git commit: Updating version for new branch.
amccurry
-
[4/6] git commit: Merge branch '0.2.1' into merge_blockcache_v2
amccurry
-
[6/6] git commit: Updating the version.
amccurry
-
[1/2] git commit: Added apache license headers to the new snapshot command files
rkins
-
[1/2] git commit: Let terms command return empty list when field isn't in the index.
twilliams
-
git commit: Adding another exclude to the rat excludes. '**/target/**' Not sure why, I thought it was built into rat, but on ubuntu server it was needed to pass.
amccurry
-
[1/2] git commit: Working on BLUR-232
amccurry
-
[1/2] git commit: Exposed snapshot functionality through the shell
rkins
-
[1/7] git commit: Made frequency text little less confusing
amccurry
-
[1/3] Fixing issue with the source artifact having the binary artifact LICENSE and NOTICE files. Also have moved the bin version of the two files into 'distribution/src/main/resources/' directory and the source versions now live at the root of the sourc
amccurry
-
[1/3] git commit: Cleaning up some code
amccurry
-
git commit: Correcting some mutation behavior. While updating a Row and using replace columns or append columns if the record was missing an exception was thrown. This was incorrect, the behavior should be to simply add the record if it did not exist.
amccurry
-
git commit: Adding MIN and MAX keywords for Numeric types.
amccurry
-
svn commit: r878295 - /websites/production/blur/content/
twilliams
-
svn commit: r878286 - in /websites/staging/blur/trunk/content: ./ blur/docs/0.2.0/ blur/docs/0.2.0/resources/ blur/docs/0.2.0/site/
buildbot
-
svn commit: r878302 - in /websites/staging/blur/trunk/content: ./ blur/get_involved.html blur/how_it_works.html blur/index.html blur/what_is_blur.html
buildbot
-
svn commit: r878299 - /websites/production/blur/content/
twilliams
-
git commit: Adding missing header and adding the NOTICE-bin to the rat exclude list.
amccurry
-
svn commit: r878301 - in /websites/staging/blur/trunk/content: ./ blur/ blur/docs/0.2.0/ blur/docs/0.2.0/resources/ blur/docs/0.2.0/resources/css/ blur/docs/0.2.0/resources/img/ blur/docs/0.2.0/resources/js/ blur/docs/0.2.0/site/ blur/docs/0.2.0/site/a...
buildbot
-
svn commit: r878315 - /websites/production/blur/content/
amccurry
-
svn commit: r878297 - /websites/production/blur/content/
twilliams
-
[1/2] git commit: Updating version for release.
amccurry
-
svn commit: r878291 - /websites/production/blur/content/
amccurry
-
svn commit: r878292 - /websites/production/blur/content/
amccurry
-
svn commit: r1522980 - /incubator/blur/site/trunk/templates/blur_header.mdtext
twilliams
-
svn commit: r878293 - /websites/production/blur/content/
amccurry
-
svn commit: r878290 - /websites/production/blur/content/
amccurry
-
svn commit: r878298 - /websites/production/blur/content/
twilliams
-
svn commit: r1522944 - in /incubator/blur/site/trunk/content/blur/docs/0.2.0: ./ resources/ resources/css/ resources/img/ resources/js/ site/ site/apache-blur/ site/apache-blur/css/ site/apache-blur/images/ site/apache-blur/images/logos/ site/apidocs/ ...
amccurry
-
svn commit: r1522982 - /incubator/blur/site/trunk/templates/blur_header.mdtext
twilliams
-
git commit: Remove unnecessary file now
twilliams
-
[1/2] git commit: Update NOTICE for binary artifact
twilliams
-
git commit: whitespace only
twilliams
-
git commit: Adding duplicate notices so that they correspond to the files in the binary artifact one for one.
amccurry
-
[1/2] git commit: Removing eclipse core from binary artifact and removing duplicate hadoop jar.
amccurry
-
[1/2] git commit: Add jasper notices
twilliams
-
git commit: Add jakarta notice
twilliams
-
[1/2] git commit: Adding more NOTICE files
amccurry
-
git commit: Add commons http client
twilliams
-
[1/2] git commit: More notice files
twilliams
-
git commit: Adding more NOTICE files
amccurry
-
git commit: Add new NOTICE for dep
twilliams
-
git commit: Update license with a grep friendly token
twilliams
-
[1/2] git commit: Fixing an issue where there is a silent error during the creation of the table directory. When the directory couldn't be created thezookeeper entries would try to be added and Blur would get into a bad state.
amccurry
-
git commit: Move master back to 0.2 for now
twilliams
-
git commit: Adding a cluster test for the terms call as well as allowing for a null value in the startsWith field that can be used instead of an empty string.
amccurry
-
[1/2] git commit: Making some updates to the README file
amccurry
-
[1/3] git commit: Fixing issue with javadocs. Where the license was showing as the javadoc for the class.
amccurry
-
[1/2] git commit: Src artifact extracs to different directory than the binary artifact
amccurry
-
git commit: Adding missing header.
amccurry
-
[01/10] git commit: Adding headers.
amccurry