docker-compose up -d
Wait until all services are started.
make start
-
Browse through http://localhost:8047, http://localhost:8048, http://localhost:8049 to access UI for the 3 drill instances.
-
Browse through http://localhost:50070 to access HDFS UI.
- Go to any one of the drill instances' web UI.
- Click on the
options
tab in the top right corner. - Search for
planner.parser.quoting_identifiers
option in the search bar on the UI - Update the backtick
- Go to
Storage
tab in the top left menu bar - Click on
update
button for thedfs
storage - Change the URL from
file:///
tohdfs://hdfs:8020
- In the
formats
->csv
section, after"type": "text
, add the line"extractHeader": true,
- Click
Update
button at the bottom. - Open the jupyter notebook on http://localhost:8899. You can get the token for logging in to jupyter by issuing:
docker-compose logs -f jupyter
command. - Execute all the cells.