Dear Wiki user, You have subscribed to a wiki page or wiki category on "Blur Wiki" for change notification.
The "FrontPage" page has been changed by AaronMcCurry: https://wiki.apache.org/blur/FrontPage?action=diff&rev1=14&rev2=15 Blur is an open source search platform capable of querying massive amounts of data at incredible speeds. Blur is built on top of Lucene, Hadoop, Thrift, and !ZooKeeper. Tables consist of a series of shards (Lucene indexes) that are distributed across a cluster of commodity servers. All index information is stored in HDFS, cluster coordination is handled by Apache !ZooKeeper, Apache Thrift is used for the RPC, and Lucene handles all of the indexing and data storage. == Getting Started == - * [[PseudoDistributed|Pseudo Distributed / Quick Start]] + * [[PseudoDistributed|Quick Start / Pseudo Distributed]] == Data Model == - * [[RowsAndRecords|Rows/Records]] + * [[RowsAndRecords|Rows / Records]] + * [[Querying|Querying]] == Cluster Setup == * [[ControllerServer|Controller Server]]
