Skip to content

A Docker container containing an Apache Drill ready to use installation

License

Notifications You must be signed in to change notification settings

AlessandroVaccarino/docker-drill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A Docker container containing an Apache Drill ready to use installation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages