Sign inSign up

alessandrov87/docker-drill

By alessandrov87

•Updated over 8 years ago

Apache Drill - Schema-free SQL Query Engine for Hadoop, NoSQL and Cloud Storage

Image
0

476

alessandrov87/docker-drill repository overview

⁠Apache Drill Docker container

⁠What is Apache Drill Docker container project?

An Embedded Mode installation of Apache Drill⁠ into a Docker container. Just run and enjoy.

⁠Run the container

To run your first Drill container, just type:

docker run -p 8047:8047 -p 31010:31010 -it -d alessandrov87/docker-drill /etc/bootstrap.sh

It will download the latest version of Apache Drill available, create a container, start Apache Drill and expose web interface on port 8047.

So, after executed your container, go to http://localhost:8047/: you wil reach Apache Drill Web Console. Here you'll be able to configure you preferred connection to MongoDB, HBase, Hive,... Just configure it under Storage section (http://localhost:8047/storage).

To learn how to configure and use Apache Drill, please refer to Apache Drill Official Documentation⁠

Tag summary

Content type

Image

Digest

Size

969.2 MB

Last updated

over 8 years ago

docker pull alessandrov87/docker-drill