mikewalch closed pull request #1028: Removed reference to Percolator in README.md URL: https://github.com/apache/fluo/pull/1028
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/README.md b/README.md index 2d4a66a2..3c4f0c26 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,8 @@ limitations under the License. [Apache Fluo][fluo] is a distributed processing system that lets users make incremental updates to large data sets. With Apache Fluo, users can set up workflows that execute cross node transactions when data changes. These workflows enable users to continuously join new data into large existing data sets without -reprocessing all data. Apache Fluo is an open source implementation of [Percolator][Percolator] (which -populates Google's search index) that is built on [Apache Accumulo]. Check out the -[Fluo project website][fluo] for news and general information. +reprocessing all data. Apache Fluo is built on [Apache Accumulo]. Check out the [Fluo project website][fluo] +for news and general information. ## Getting Started ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
