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'
- Host: GitHub
- URL: https://github.com/hantmac/mysql_table_to_hive_table
- Owner: hantmac
- License: apache-2.0
- Created: 2019-06-28T03:16:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T03:22:11.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T10:27:39.390Z (5 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.