疲劳是最舒适的枕头,努力工作吧。

【招聘】ML/ES/DOCKER方向兼职培训师/讲师

求职招聘Tina 发表了文章 • 0 个评论 • 5722 次浏览 • 2016-05-24 21:21 • 来自相关话题

 公司介绍:NobleProg(诺波中国),公司成立于2005年,总部设在英国伦敦并在欧洲和美国建立了特许经营和分公司。2015年来到中国,面对国内企业提供人工智能、IT、统计、管理、编程的培训和咨询服务。
 聘Machine Learning/Elasticserach/Ducker and kubemetes三个方向兼职培训师/讲师。
基本要求如下:
1、具有丰富的理论知识和技能;
2、有一定的项目经验(这包括你是项目leader或项目组成员);
3、有培训师或讲师的经验最佳; 
4、可以依据我们提供的培训大纲结合客户需求做出培训计划;  
5、可授受出差(视项目决定);
6、可接受兼职;
7、薪资待遇请与我们商谈。
 
公司网站:http://www.nobleprog.cn/training
对以上招聘信息感兴趣,请与我们联系。
 
Tina
手机:18610650025
QQ:1575119117

文档字段为时间类型格式如何自定义?例如2016-05-24 18:03:01

回复

Elasticsearchpandani 回复了问题 • 0 人关注 • 1 个回复 • 6492 次浏览 • 2016-05-25 11:39 • 来自相关话题

自定义Script plugin中如何获取hasChildQuery的子类型的字段值

回复

Elasticsearchchengmo2008 发起了问题 • 1 人关注 • 0 个回复 • 4607 次浏览 • 2016-05-24 19:23 • 来自相关话题

关于es不停机切换索引

Elasticsearchmedcl 回复了问题 • 4 人关注 • 1 个回复 • 6909 次浏览 • 2016-05-24 15:06 • 来自相关话题

ElasticSearch是2.3的。API 里面有一个should关键字,这个关键字是干嘛的?

Elasticsearchqq123 回复了问题 • 2 人关注 • 1 个回复 • 5586 次浏览 • 2016-05-26 10:07 • 来自相关话题

发布个es迁移工具:elasticsearch-migration

Elasticsearchmedcl 发表了文章 • 135 个评论 • 36050 次浏览 • 2016-05-23 17:09 • 来自相关话题

https://github.com/medcl/elasticsearch-migration
支持多个版本间的数据迁移,使用scroll+bulk
1.版本支持1.x,2.x.5.0 (0.x未测试)
2.支持http basic auth 认证的es集群
3.支持导入覆盖索引名称(目前只支持单个索引导入的情况下可指定)
4.支持index setting和mapping的同步(相关es大版本,2.x和5.0之间不支持)
5.支持dump到本地文件
6.支持从dump文件加载导入到指定索引
 
欢迎测试!
 
#copy index index_name from 192.168.1.x to 192.168.1.y:9200
./bin/esm -s http://192.168.1.x:9200 -d http://192.168.1.y:9200 -x index_name -w=5 -b=10 -c 10000

#copy index src_index from 192.168.1.x to 192.168.1.y:9200 and save with dest_index
./bin/esm -s http://localhost:9200 -d http://localhost:9200 -x src_index -y dest_index -w=5 -b=100

#support Basic-Auth
./bin/esm -s http://localhost:9200/ -x "src_index" -y "dest_index" -d http://localhost:9201 -n admin:111111

#copy settings and override shard size
./bin/esm -s http://localhost:9200/ -x "src_index" -y "dest_index" -d http://localhost:9201 -m admin:111111 -c 10000 --shards=50 --copy_settings

#copy settings and mapping, recreate target index, add query to source fetch, refresh after migration
./bin/esm -s http://localhost:9200/ -x "src_index" -q=query:phone -y "dest_index" -d http://localhost:9201 -c 10000 --shards=5 --copy_settings --copy_mapping --force --refresh

#dump elasticsearch documents into local file
./bin/esm -s http://localhost:9200 -x "src_index" -m admin:111111 -c 5000 -b -q=query:mixer --refresh -o=dump.bin

#loading data from dump files, bulk insert to another es instance
./bin/esm -d http://localhost:9200 -y "dest_index" -n admin:111111 -c 5000 -b 5 --refresh -i=dump.bin

 

ES错误 java.lang.OutOfMemoryError: unable to create new native thread

Elasticsearchaslan1011 回复了问题 • 3 人关注 • 2 个回复 • 6117 次浏览 • 2019-11-18 19:11 • 来自相关话题

请问 es 如何在分词时加入 符号等特殊字符为搜索条件

回复

Elasticsearchting314193222 回复了问题 • 2 人关注 • 2 个回复 • 17253 次浏览 • 2016-05-24 14:34 • 来自相关话题

线上大数据实时系统,如何正确重启Es

Elasticsearchdisheng 回复了问题 • 13 人关注 • 8 个回复 • 9201 次浏览 • 2016-11-22 22:01 • 来自相关话题

fielddata加载是全加载么

Elasticsearchmedcl 回复了问题 • 3 人关注 • 1 个回复 • 5148 次浏览 • 2016-05-24 15:12 • 来自相关话题

elasticsearch-sql 返回结果集json解析工具

回复

Elasticsearch匿名用户 发起了问题 • 1 人关注 • 0 个回复 • 5545 次浏览 • 2016-05-20 20:48 • 来自相关话题

怎样缓存fielddata?

Elasticsearchbng 回复了问题 • 2 人关注 • 2 个回复 • 6015 次浏览 • 2016-05-29 19:20 • 来自相关话题

elasticsearch 如何查看文件存储类型

回复

Elasticsearch匿名用户 发起了问题 • 1 人关注 • 0 个回复 • 5251 次浏览 • 2016-05-20 15:14 • 来自相关话题

ElasticSearch的错误:java.io.IOException: 远程主机强迫关闭了一个现有的连接。

Elasticsearchmedcl 回复了问题 • 3 人关注 • 1 个回复 • 20144 次浏览 • 2016-06-13 10:56 • 来自相关话题

es中,nested类型同字段2组不同的键值对查询问题

Elasticsearchcl1321 回复了问题 • 3 人关注 • 2 个回复 • 5569 次浏览 • 2019-02-22 09:48 • 来自相关话题