Unable to load DATE field from Hive to Elastic search. It is Displaying as NULL. We are using ES-Hadoop Connector
How to Specify field (STRING) as "not_analyzed" in HIVE Query?
You will need to create the mappings for the ES Table ahead of time before inserting into it via Hive to control the mappings. ES-Hadoop mirrors Elasticsearch's best-effort approach to assigning automatic mappings, and anything other than the ones provided will need to be created by the user ahead of time.
It is working now .
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.