This repository was archived by the owner on Oct 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap.sh
More file actions
26 lines (25 loc) · 1.48 KB
/
bootstrap.sh
File metadata and controls
26 lines (25 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
echo ""
echo ""
echo "###############################################################################################"
echo "# Welcome to your Apache Drill v1.6.0 (Embedded mode) Docker image #"
echo "# #"
echo "# Quick start query: #"
echo "# SELECT * FROM cp.\`employee.json\` LIMIT 5; #"
echo "# #"
echo "# More examples can be found at: #"
echo "# https://drill.apache.org/docs/querying-a-file-system-introduction/ #"
echo "# #"
echo "# To exit: #"
echo "# !quit #"
echo "###############################################################################################"
echo ""
echo ""
echo "Starting Apache Drill v1.6.0 in embeded mode..."
echo ""
echo ""
#
# Start Apache Drill in embedded mode
# https://drill.apache.org/docs/starting-drill-on-linux-and-mac-os-x/
#
/opt/drill/apache-drill-1.6.0/bin/drillbit.sh start