I can create hive elasticsearch table:
CREATE EXTERNAL TABLE artists_es ( id BIGINT, name STRING )
STORED BY 'org.elasticsearch.hadoop.hive.EsStorageHandler'
TBLPROPERTIES('es.nodes'='10.0.14.71','es.port'= '9200','es.resource'= 'radio/artists');
But I can't select or insert data into this table
here is the error:
Failed with exception java.io.IOException:org.elasticsearch.hadoop.EsHadoopIllegalArgumentException: Unsupported/Unknown Elasticsearch version 5.6.0
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.