来一发CentOS6.5装置Elasticsearch
欢迎大家来到仓酷云论坛!ElasticSearch是一个基于Lucene构建的开源,散布式,RESTful搜刮引擎。计划用于云盘算中,可以到达及时搜刮,不乱,牢靠,疾速,装置利用便利.1、wgethttp://download.oracle.com/otn-pub/java/jdk/7u71-b14/jdk-7u71-linux-i586.rpm?AuthParam=1416296390_276056c6b0870494311edae301500e4f
2、sudorpm-ivhjdk-7u71-linux-i586.rpm
3、whichjava
4、vi~/.bash_profile
exportJAVA_HOME=/usr/java/jdk1.7.0_71
exportCLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
exportPATH=$PATH:$HOME/bin:$JAVA_HOME/bin
5、source~/.bash_profile&&java–version
6、wgethttps://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.0.tar.gz
7、tarzxfelasticsearch-1.4.0.tar.gz&&cdelasticsearch-1.4.0/config
8、vimelasticsearch.yml
node.name:"hiwechat"
index.number_of_shards:10
index.number_of_replicas:1
9、cd../bin
10、./elasticsearch–d
11、telnet127.0.0.19300
12、./plugin-installmedcl/elasticsearch-analysis-ik/1.2.6
13、cd../config/
14、wgethttp://github.com/downloads/medcl/elasticsearch-analysis-ik/ik.zip
15、unzipik.zip
16、rm-rfik.zip
other:https://github.com/medcl/elasticsearch-rtf
17、yuminstallpython-pip
18、pipinstallargparse
19、pipinstallelasticsearch
20、curl-XGETlocalhost:9200
21、python
>>>fromdatetimeimportdatetime>>>fromelasticsearchimportElasticsearch
#bydefaultweconnecttolocalhost:9200
>>>es=Elasticsearch()
#createanindexinelasticsearch,ignorestatuscode400(indexalreadyexists)
>>>es.indices.create(index=my-index,ignore=400)
{uacknowledged:True}
#datetimeswillbeserialized
>>>es.index(index="my-index",doc_type="test-type",id=42,body={"any":"data","timestamp":datetime.now()})
{u_id:u42,u_index:umy-index,u_type:utest-type,u_version:1,uok:True}
#butnotdeserialized
>>>es.get(index="my-index",doc_type="test-type",id=42)
{uany:udata,utimestamp:u2013-05-12T19:45:31.804229}
欢迎大家来到仓酷云论坛! Windows有MS-DOS?方式,在该方式下通过输入DOS命令来操作电脑;Linux与Windows类似,也有命令方式,Linux?启动后如果不执行?X-WINDOWS,就会处于命令方式下,必须发命令才能操作电脑。? 一定要养成在命令行下工作的习惯,要知道X-window只是运行在命令行模式下的一个应用程序。在命令行下学习虽然一开始进度较慢。 掌握在Linux系统中安装软件,在安装Linux工具盘后大致日常所需的软件都会有,一般网络提供下载的软件都会有安装说明。 任何人都可以根据自己的喜好来定制适合自己的操作系统,Linux?是抢占式多任务多用户操作系统. 你需要提供精确有效的信息。Linux这并不是要求你简单的把成吨的出错代码或者数据完全转储摘录到你的提问中。 通过自学老师给的资料和向同学请教,掌握了一些基本的操作,比如挂载优盘,编译程序,在Linux环境下运行,转换目录等等。学了这些基础才能进行下面的模拟OS程序。?
页:
[1]