Hi All,
This is regarding error we are getting while inserting data from Hive into cluster with id - cluster ID "bbfd9d".
We are trying to insert data from Hive table (external table backed by S3). Previously we had our own elasticsearch cloud and we were able to insert document into the index. However we are now migrating to elastic.co cloud and when we are trying to insert the document from hive we are getting error - "Caused by: org.elasticsearch.hadoop.rest.EsHadoopInvalidRequest:
null".
The current settings for ES in Hive S3 external table is -
'es.nodes'='XXX.aws.found.io',
'es.port'='9200',
'es.net.http.auth.user'='elastic',
'es.net.http.auth.pass'='XXXXXX'
Also version of ES on cluster is 5.1 and Jar file used on Hive machine to insert documents is also 5.1
Can you please let us know if we are missing out on any ES settings while inserting data into index.
Thanks,
Adish