SQLines provides tools to help you convert database schema (DDL), views, queries and SQL scripts from MySQL to Apache Hive.
Databases:
Technical information on migration from MySQL to Apache Hive.
Converting CREATE TABLE statement keywords and clauses:
MySQL | Hive | |||
1 | COMMENT 'text' | Column comment | COMMENT 'text' |