Qihoo360/Quicksql

Hive Metadata import problem

fangyuefy opened this issue · 1 comments

hive metadata is stored in mysql. Import the metadata as follows:

./metadata-extract.sh -p "{"jdbcDriver": "com.mysql.jdbc.Driver", "jdbcUrl": "jdbc:mysql://127.0.0.1:3306/metastore", "jdbcUser": "test","jdbcPassword": "test","dbName": "test"}" -d "hive" -r "student_ext"

The import process can be successful, but quicksql treats the hive database as mysql, and the tables querying the hive database are looked up as mysql

This problem has been fixed. Refer to #220