Is JOIN operation possible in ElasticSearch using any ES Connector for presto or Hive (ElasticSearch-Hadoop)? Is JOIN operation possible in ElasticSearch using any ES Connector for presto or Hive (ElasticSearch-Hadoop)? elasticsearch elasticsearch

Is JOIN operation possible in ElasticSearch using any ES Connector for presto or Hive (ElasticSearch-Hadoop)?


Yes, if you write a connector for ElasticSearch to Presto, you can use it to do JOINs. JOINs in Presto are processed inside the core engine, and don't involve the connector, except to read the underlying data.