Home > front end >  How to query elasticsearch on apache drill
How to query elasticsearch on apache drill

Time:11-20

I execute query sql in es:

select * from es_index;

and receive a response:

Couldn't get indices

Can anyone give some solution?Thanks.

CodePudding user response:

There is a bug with getting the indexes from ElasticSearch and Drill 1.19. This has been fixed and the fix will be in Drill 1.20.0 which will be released before the end of the year.

In the meantime, you can d/l and build the most current master and it should work.

  • Related