awesome-kyuubi / hadoop-testing

Testing Sandbox for Hadoop Ecosystem Components
Apache License 2.0
32 stars 13 forks source link

Install sqlite3 in base image #87

Closed pan3793 closed 8 months ago

pan3793 commented 8 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:
...