An open API service indexing awesome lists of open source software.

https://github.com/hantmac/mysql_table_to_hive_table

Transfer mysql 'create table' to hive 'create table'
https://github.com/hantmac/mysql_table_to_hive_table

Last synced: 3 months ago
JSON representation

Transfer mysql 'create table' to hive 'create table'

Awesome Lists containing this project

README

        

# mysql_table_to_hive_table
Transfer mysql 'create table' to hive 'create table'

### How to use?
- Add your table name and mysql host info like hostname, password..
- Execute `python mysql_table_to_hive_table.py`
- Generate hive create table ..

#### python3.6 test passed.