awesome-kyuubi / hadoop-testing

Testing Sandbox for Hadoop Ecosystem Components
Apache License 2.0
33 stars 12 forks source link

Install sqlite3 in base image #87

Closed pan3793 closed 6 months ago

pan3793 commented 6 months ago

Kyuubi uses sqlite3 to store the metadata for batch jobs by default, installing sqlite3 allows to access the DB file from cli

$ sqlite3 --help
Usage: sqlite3 [OPTIONS] [FILENAME [SQL]]
FILENAME is the name of an SQLite database. A new database is created
if the file does not previously exist. Defaults to :memory:.
OPTIONS include:
...