浏览 2621 次
锁定老帖子 主题:katta初体验
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2009-04-10
最后修改:2009-04-10
Katta is a scalable, failure tolerant, distributed, indexed, data storage. Katta serves large, replicated, Lucene indexes as shards to serve high loads and very large data sets. Makes serving large or high load Lucene indexes easy Serves very large Lucene indexes as index shards on many servers Replicate shards on different servers for performance and fault-tolerance Supports pluggable network topologies Master fail-over Fast, lightweight, easy to integrate Plays well with Hadoop clusters Apache Version 2 License 总的来说,Katta是用来作为分布式的索引管理的,底层使用了hadoop的子项目Zookeeper,Zookeeper是一个针对大型分布式系统的可靠协调系统,是用来协调分布式系统的。 首先去Katta的官网下载:http://sourceforge.net/project/showfiles.php?group_id=225750 下载下来后解压到本地,我的Linux版本是Centos 5 打开三个窗口,然后都进入解压下来的目录 在第一个窗口: sh bin/katta startMaster 启动Master 第二个窗口: sh bin/katta startNode 启动Node 第三个窗口: sh bin/katta addIndex testIndex src/test/testIndexA org.apache.lucene.analysis.KeywordAnalyzer 2 把Katta自带的索引testIndexA加入到Katta中进行管理 最后,我们可以查找了: bin/katta search testIndex foo:bar 4 在窗口上会出现查找的结果。 以上操作是在一台机器上的运行的,所以完全没有体现Katta的分布式应用,以后会继续更新。 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |