skip to Main Content

The instruction:

https://blog.minio.io/query-minio-datastore-with-apache-drill-dcaf71d0cee5

Works without problems.

Also a query on for example JSON files works.
Only the query on parquet files does not work.

There are a few hints on the WWW. But they do not really seem conclusive and do not give a real solution.

Maybe someone here has a !!! Solution !!!

2 Files in Minio

select * from samples.`product.json` limit 1 // Works

select * from samples.`nation.parquet` limit 1 // Doesn't work

2

Answers


  1. @Frank What version of Minio and Apache Drill are you using? I believe that the latest version of Apache Drill 1.13 should work.

    Login or Signup to reply.
  2. @Frank what is the Minio version and how did you start the Minio server?

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search