apache-drillapache-kudu

Connecting Apache Drill to Kudu


Is there a way to connect Apache Drill to Kudu?

I have seen Drill 1.5 added an experimental support for Kudu and a drill-storage-kudu on github but I can't figure out how to make it work... Is this now less experimental?

Thanks


Solution

  • Go to drill Web UI and click on storage

    Update Kudu plugin with your appropriate Kudu master address.

    {
      "type": "kudu",
      "masterAddresses": "1.2.3.4",
      "enabled": true
    }
    

    If it's updated successfully, you will be able to query on Kudu Tables via Drill.

    P.S. I have not used this functionality so can't comment on it's experimental status.