首先配置hive 到es 环境所需要的jar包
hive 到es实例
DROP TABLE IF EXISTS dim_use_year_es ;
CREATE EXTERNAL TABLE dim_use_year_es(
dataloadday string,
use_year_code string,
use_year_name string,
dim_order double,
lower_limit_value int,
upper_limit_value int
)
STORED BY 'org.elasticsearch.hadoop.hive.EsStorageHandler'
TBLPROPERTIES(
'es.nodes'</