我是靠谱客的博主 踏实哈密瓜,最近开发中收集的这篇文章主要介绍hive写入Elasticsearch参数设置,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述


1. 在hive中增加number of Hadoop input splits

Reduce the input split size from the default value. The mappers will get increased.

SET mapreduce.input.fileinputformat.split.maxsize;

参考:http://stackoverflow.com/questions/30222032/increase-number-of-hive-mappers-in-hadoop-2

参考:https://hadoopjournal.wordpress.com/2015/06/13/set-mappers-in-pig-hive-and-mapreduce/


2. Elasticsearch-Hadoop参数

es.batch.size.bytes (default 1mb)

es.batch.size.entries (default 1000)

es.batch.write.refresh (default true)

参考:https://www.elastic.co/guide/en/elasticsearch/hadoop/current/performance.html#_decrease_bulk_size

参考:https://www.elastic.co/guide/en/elasticsearch/hadoop/current/configuration.html


最后

以上就是踏实哈密瓜为你收集整理的hive写入Elasticsearch参数设置的全部内容,希望文章能够帮你解决hive写入Elasticsearch参数设置所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(60)

评论列表共有 0 条评论

立即
投稿
返回
顶部